webersni commited on
Commit
139e8e0
1 Parent(s): ab8553a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - climatebert/climate_sentiment
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ ---
10
+
11
+ # Model Card for distilroberta-base-climate-sentiment
12
+
13
+ ## Model Description
14
+
15
+ This is the fine-tuned ClimateBERT language model with a classification head for classifying climate-related paragraphs into the climate-related sentiment classes opportunity, neutral, or risk.
16
+
17
+ Using the [climatebert/distilroberta-base-climate-f](https://huggingface.co/climatebert/distilroberta-base-climate-f) language model as starting point, the distilroberta-base-climate-sentiment model is fine-tuned on our [climatebert/climate_sentiment](https://huggingface.co/climatebert/climate_sentiment) dataset.
18
+
19
+ ## Citation Information
20
+
21
+ ```bibtex
22
+ @techreport{bingler2023cheaptalk,
23
+ title={How Cheap Talk in Climate Disclosures Relates to Climate Initiatives, Corporate Emissions, and Reputation Risk},
24
+ author={Bingler, Julia and Kraus, Mathias and Leippold, Markus and Webersinke, Nicolas},
25
+ type={Working paper},
26
+ institution={Available at SSRN 3998435},
27
+ year={2023}
28
+ }
29
+ ```