webersni commited on
Commit
2e21a2c
1 Parent(s): 2ca303c

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/tcfd_recommendations
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ ---
10
+
11
+ # Model Card for distilroberta-base-climate-tcfd
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 four TCFD recommendation categories ([fsb-tcfd.org](https://www.fsb-tcfd.org)).
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-tcfd model is fine-tuned on our [climatebert/tcfd_recommendations](https://huggingface.co/climatebert/tcfd_recommendations) dataset using only the four recommendation categories (i.e., we remove the non-climate-related class from the 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
+ ```