update intro
Browse files
README.md
CHANGED
@@ -6,8 +6,10 @@ pipeline_tag: token-classification
|
|
6 |
# Description:
|
7 |
|
8 |
climateattention-ctw classifies if a given sequence is related to climate topics.
|
9 |
-
|
|
|
10 |
|
|
|
11 |
|
12 |
# How to use:
|
13 |
```python
|
|
|
6 |
# Description:
|
7 |
|
8 |
climateattention-ctw classifies if a given sequence is related to climate topics.
|
9 |
+
As a fine-tuned classifier based on climatebert/distilroberta-base-climate-f (Webersinke et al., 2021),
|
10 |
+
it is using the following ClimaText dataset (Varini et al., 2020):
|
11 |
|
12 |
+
* Wiki-doc corpus, with 115847 samples (57922 positives, 57925 negatives)
|
13 |
|
14 |
# How to use:
|
15 |
```python
|