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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ Using the [EnvironmentalBERT-base](https://huggingface.co/ESGBERT/EnvironmentalB
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
 
 
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 with the [EnvironmentalBERT-environmental](https://huggingface.co/ESGBERT/EnvironmentalBERT-environmental) model before classifying whether it is "action" or not. This intersection allows us to build a targeted insight into whether the sentence displays an "environmental action".
23
 
24
  You can use the model with a pipeline for text classification:
25