Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- climate
|
7 |
---
|
8 |
+
|
9 |
+
# Model Card
|
10 |
+
|
11 |
+
## Model Details
|
12 |
+
|
13 |
+
### Model Description
|
14 |
+
|
15 |
+
<!-- Provide a longer summary of what this model is. -->
|
16 |
+
|
17 |
+
This model identifies 12 distinct climate change denial strategies or fallacies to classify and analyse texts that express skepticism or opposition to climate change scientific findings.
|
18 |
+
These 12 distinct labels come from the FLICC taxonomy created by John Cook and his colleagues.
|
19 |
+
The FLICC taxonomy divides denial strategies into five primary categories: fake experts, logical fallacies, impossible expectations, cherry-picking, and conspiracy theories.
|
20 |
+
|
21 |
+
|
22 |
+
- **Developed by:** Francisco Zanartu, John Cook, Julian Garcia and Markus Wagner
|
23 |
+
- **Model type:** DeBERTa (Decoding-enhanced BERT with disentangled attention) is a Transformer-based neural language model
|
24 |
+
- **Language(s) (NLP):** Finetuned and evaluated on a English dataset.
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** microsoft/deberta-v2-xlarge
|