kruthof commited on
Commit
b1389c3
·
1 Parent(s): f22f289

update intro

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- Fine-tuned classifier using the balanced ClimaText Wiki-doc corpus, with 115847 samples (57922 positives, 57925 negatives)(Varini et al., 2020) and climatebert/distilroberta-base-climate-f pre-trained model. (Webersinke et al., 2021)
 
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