mwong commited on
Commit
c31a048
1 Parent(s): 8ac9fbe

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