guihu commited on
Commit
729447b
1 Parent(s): ba1e592

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -13,6 +13,8 @@ This model is related to the paper **"FactSpotter: Evaluating the Factual Faithf
13
 
14
  Given a triple of format "subject | predicate | object" and a text, the model determines if the triple is present in the text.
15
 
 
 
16
  ## How to use the model
17
 
18
  ```
 
13
 
14
  Given a triple of format "subject | predicate | object" and a text, the model determines if the triple is present in the text.
15
 
16
+ Different from the paper using ELECTRA, this model is finetuned on DeBERTaV3.
17
+
18
  ## How to use the model
19
 
20
  ```