tobischimanski commited on
Commit
93d8c78
·
1 Parent(s): e883690

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,9 +12,9 @@ tags:
12
 
13
  ## Model Description
14
 
15
- Based on [this paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4622514), this is the GovDistilRoBERTa-governance language model. A language model that is trained to better classify governance texts in the ESG domain.
16
 
17
- Using the [GovernanceBERT-base](https://huggingface.co/ESGBERT/GovernanceBERT-base) model as a starting point, the GovDistilRoBERTa-governance Language Model is additionally fine-trained on a 2k governance dataset to detect governance text samples.
18
 
19
  ## How to Get Started With the Model
20
  You can use the model with a pipeline for text classification:
 
12
 
13
  ## Model Description
14
 
15
+ Based on [this paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4622514), this is the GovernanceBERT-governance language model. A language model that is trained to better classify governance texts in the ESG domain.
16
 
17
+ Using the [GovernanceBERT-base](https://huggingface.co/ESGBERT/GovernanceBERT-base) model as a starting point, the GovernanceBERT-governance Language Model is additionally fine-trained on a 2k governance dataset to detect governance text samples.
18
 
19
  ## How to Get Started With the Model
20
  You can use the model with a pipeline for text classification: