Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: apache-2.0
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for environmental-claims
|
7 |
+
|
8 |
+
## Model Description
|
9 |
+
|
10 |
+
The environmental-claims model is fine-tuned on the [EnvironmentalClaims](https://huggingface.co/datasets/climatebert/environmental_claims) dataset by using the [climatebert/distilroberta-base-climate-f](https://huggingface.co/climatebert/distilroberta-base-climate-f) model as pre-trained language model. The underlying methodology can be found in our [research paper](https://arxiv.org/abs/2209.00507).
|
11 |
+
|
12 |
+
### Citation Information
|
13 |
+
|
14 |
+
```bibtex
|
15 |
+
@misc{stammbach2022environmentalclaims,
|
16 |
+
title = {A Dataset for Detecting Real-World Environmental Claims},
|
17 |
+
author = {Stammbach, Dominik and Webersinke, Nicolas and Bingler, Julia Anna and Kraus, Mathias and Leippold, Markus},
|
18 |
+
year = {2022},
|
19 |
+
doi = {10.48550/ARXIV.2209.00507},
|
20 |
+
url = {https://arxiv.org/abs/2209.00507},
|
21 |
+
publisher = {arXiv},
|
22 |
+
}
|
23 |
+
```
|