guihu commited on
Commit
99fd96c
1 Parent(s): e0600a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -15,7 +15,9 @@ widget:
15
 
16
  This model is related to the paper **"FactSpotter: Evaluating the Factual Faithfulness of Graph-to-Text Generation"**.
17
 
18
- Given a triple of format "subject, predicate, object" and a text, the model determines if the triple is present in the text. The delimiter in triple can be ", " or " | ".
 
 
19
 
20
  Different from the paper using ELECTRA, this model is finetuned on DeBERTaV3.
21
 
 
15
 
16
  This model is related to the paper **"FactSpotter: Evaluating the Factual Faithfulness of Graph-to-Text Generation"**.
17
 
18
+ Given a triple of format "subject, predicate, object" and a text, the model determines if the triple is present in the text.
19
+
20
+ The delimiter can be ", " or " | ".
21
 
22
  Different from the paper using ELECTRA, this model is finetuned on DeBERTaV3.
23