mwong commited on
Commit
e29e512
1 Parent(s): 5c9da54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,4 +14,4 @@ metrics: f1
14
 
15
  # FeverRoberta
16
 
17
- FeverRoberta is a classifier model that predicts if evidence is related to query claim. Using pretrained roberta-base model, the classifier head is trained on Fever dataset.
14
 
15
  # FeverRoberta
16
 
17
+ FeverRoberta is a classifier model that predicts if evidence is related to query claim. The model achieved F1 score of 92.67% with test dataset "mwong/fever-evidence-related". Using pretrained roberta-base model, the classifier head is trained on Fever dataset.