mwong commited on
Commit
70385c1
1 Parent(s): a45940d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ tags:
5
+ - text classification
6
+ - fact checking
7
+ datasets:
8
+ - mwong/fever-evidence-related
9
+ - mwong/climate-evidence-related
10
+ widget:
11
+ - text: "Earth’s changing climate is a critical issue and poses the risk of significant environmental, social and economic disruptions around the globe.</s></s>Because of fears of climate change and adverse effects of drilling explosions and oil spills in the Gulf of Mexico, legislation has been considered, and governmental regulations and orders have been issued, which, combined with the local economic and employment conditions caused by both, could materially adversely impact the oil and gas industries and the economic health of areas in which a significant number of our stores are located."
12
+ example_title: "Evidence related to claim"
13
+ metrics: f1
14
+ ---
15
+
16
+ # ClimateRoberta
17
+
18
+ ClimateRoberta is a classifier model that predicts if climate related evidence is related to query claim. Using pretrained roberta-base model, the classifier head is trained on Fever dataset and adapted to climate domain using ClimateFever dataset.