webersni commited on
Commit
b133d6c
1 Parent(s): d0a93ff

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: apache-2.0
4
+ ---
5
+
6
+ Using the [DistilRoBERTa](https://huggingface.co/distilroberta-base) model as starting point, the ClimateBERT Language Model is additionally pretrained on a text corpus comprising climate-related research paper abstracts, corporate and general news and reports from companies. The underlying methodology can be found in our [language model research paper](https://arxiv.org/abs/2110.12010).
7
+
8
+ ### BibTeX entry and citation info
9
+
10
+ ```bibtex
11
+ @article{wkbl2021,
12
+ title={ClimateBERT: A Pretrained Language Model for Climate-Related Text},
13
+ author={Webersinke, Nicolas and Kraus, Mathias and Bingler, Julia and Leippold, Markus},
14
+ journal={arXiv preprint arXiv:2110.12010},
15
+ year={2021}
16
+ }
17
+ ```