gorgilazarev3 commited on
Commit
36088f4
1 Parent(s): a1d8bf6

Update README.md

Browse files

Added description about the model

Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy
7
+ pipeline_tag: text-classification
8
+ tags:
9
+ - climate
10
+ - climate change
11
  ---
12
+
13
+ # ClimateCognize - Climate Topic Detection
14
+ ---
15
+ This model is fine-tuned on sentences and paragraphs for the task of climate topic detection - whether a given text (ex. paragraph or sentence) is about climate or not.
16
+
17
+ The base model that this model is further trained on is the [ClimateBERT Base Climate Detector](https://huggingface.co/climatebert/distilroberta-base-climate-detector) and is further trained on our own datasets that include sentences and paragraphs from different news articles about climate, as well as negative examples such as excerpts from news articles that are completely different.