tobischimanski commited on
Commit
5dd84a6
1 Parent(s): 894a74e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
 
16
  As an extension to [this paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4622514), this is the EnvironmentalBERT-action language model. A language model that is trained to better classify action texts in the ESG domain.
17
 
18
- Using the [EnvironmentalBERT-base](https://huggingface.co/ESGBERT/EnvironmentalBERT-base) model as a starting point, the EnvironmentalBERT-action Language Model is additionally fine-trained on a 500 environmental dataset to detect action text samples. The underlying dataset is comparatively small, so if you would like to contribute to it, feel free to reach out. For instance, you could find a set of misclassifications and send it to me. :)
19
 
20
  ## How to Get Started With the Model
21
  You can use the model with a pipeline for text classification:
 
15
 
16
  As an extension to [this paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4622514), this is the EnvironmentalBERT-action language model. A language model that is trained to better classify action texts in the ESG domain.
17
 
18
+ Using the [EnvironmentalBERT-base](https://huggingface.co/ESGBERT/EnvironmentalBERT-base) model as a starting point, the EnvironmentalBERT-action Language Model is additionally fine-trained on a dataset with 500 sentences to detect action text samples. The underlying dataset is comparatively small, so if you would like to contribute to it, feel free to reach out. For instance, you could find a set of misclassifications and send it to me. :)
19
 
20
  ## How to Get Started With the Model
21
  You can use the model with a pipeline for text classification: