tobischimanski commited on
Commit
7a8c111
1 Parent(s): 5dd84a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -18,6 +18,9 @@ As an extension to [this paper](https://papers.ssrn.com/sol3/papers.cfm?abstract
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:
22
 
23
  ```python
 
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
+
22
+ It is highly recommended to first classify a sentence to be "environmental" or not before classifying whether it is "action" or not. This intersection allows to build a targeted insight into whether the sentence display an "environmental action".
23
+
24
  You can use the model with a pipeline for text classification:
25
 
26
  ```python