Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```bibtex
|
10 |
+
@article{wkbl2021,
|
11 |
+
title={ClimateBERT: A Pretrained Language Model for Climate-Related Text},
|
12 |
+
author={Webersinke, Nicolas and Kraus, Mathias and Bingler, Julia and Leippold, Markus},
|
13 |
+
journal={arXiv preprint arXiv:2110.12010},
|
14 |
+
year={2021}
|
15 |
+
}
|
16 |
+
```
|