mwong commited on
Commit
4848442
1 Parent(s): 76e91e7

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
  # FeverAlbert
16
 
17
- FeverAlbert is a classifier model that predicts if evidence is related to query claim. Using pretrained albert-base-v2 model, the classifier head is trained on Fever dataset.
14
 
15
  # FeverAlbert
16
 
17
+ FeverAlbert is a classifier model that predicts if evidence is related to query claim. The model achieved F1 score of 88.33% with test dataset "mwong/fever-claim-related". Using pretrained albert-base-v2 model, the classifier head is trained on Fever dataset.