ClimateLouie commited on
Commit
19acd69
1 Parent(s): 8fc8c89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -5,12 +5,14 @@ tags: []
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
 
10
 
11
 
12
  ## Model Details
13
 
 
14
  ### Model Description
15
 
16
  <!-- Provide a longer summary of what this model is. -->
@@ -69,7 +71,11 @@ Users (both direct and downstream) should be made aware of the risks, biases and
69
 
70
  ## How to Get Started with the Model
71
 
72
- Use the code below to get started with the model.
 
 
 
 
73
 
74
  [More Information Needed]
75
 
 
5
 
6
  # Model Card for Model ID
7
 
8
+ This is a finetuning of the ESGBERT/EnvRoBERTa-base language model, trained to classify texts on climate adaptation in the ESG/climate domain.
9
 
10
+ Using the EnvironmentalBERT-base model as a starting point, the AdaptationBERT Language Model is additionally fine-trained on a 2k adaptation dataset to detect climate adaptation and resilience text samples.
11
 
12
 
13
  ## Model Details
14
 
15
+
16
  ### Model Description
17
 
18
  <!-- Provide a longer summary of what this model is. -->
 
71
 
72
  ## How to Get Started with the Model
73
 
74
+ See these tutorials from Tobias Schimanski on Medium for a guide on <a href='https://medium.com/@schimanski.tobi/analyzing-esg-with-ai-and-nlp-tutorial-2-large-scale-analyses-of-environmental-actions-0735cc8dc9c2'>model usage</a>, <a href="https://medium.com/@schimanski.tobi/analyzing-esg-with-ai-and-nlp-tutorial-2-large-scale-analyses-of-environmental-actions-0735cc8dc9c2">large-scale analysis</a>, and <a href="https://medium.com/@schimanski.tobi/analyzing-esg-with-ai-and-nlp-tutorial-3-fine-tune-your-own-models-e3692fc0b3c0">fine-tuning</a>.
75
+
76
+ It is highly recommended to first classify a sentence to be "environmental" or not with the EnvironmentalBERT-environmental model before classifying whether it is "forest" or not.
77
+
78
+ You can use the model with a pipeline for text classification:
79
 
80
  [More Information Needed]
81