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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,4 +15,4 @@ metrics: f1
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.
15
 
16
  # ClimateRoberta
17
 
18
+ ClimateRoberta is a classifier model that predicts if climate related evidence is related to query claim. The model achieved F1 score of 80.13% with test dataset "mwong/climate-evidence-related". Using pretrained roberta-base model, the classifier head is trained on Fever dataset and adapted to climate domain using ClimateFever dataset.