guihu commited on
Commit
e0600a7
1 Parent(s): a460293

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -6,6 +6,7 @@ language:
6
  - en
7
  widget:
8
  - text: "Bourg-la-Reine is located in France and I love this town. I'm from People's Republic of China. [SEP] A Chinese, Loves, Bourg-la-Reine"
 
9
  ---
10
 
11
  # Model card for Inria-CEDAR/FactSpotter-DeBERTaV3-Small
@@ -14,7 +15,7 @@ widget:
14
 
15
  This model is related to the paper **"FactSpotter: Evaluating the Factual Faithfulness of Graph-to-Text Generation"**.
16
 
17
- Given a triple of format "subject, predicate, object" and a text, the model determines if the triple is present in the text.
18
 
19
  Different from the paper using ELECTRA, this model is finetuned on DeBERTaV3.
20
 
 
6
  - en
7
  widget:
8
  - text: "Bourg-la-Reine is located in France and I love this town. I'm from People's Republic of China. [SEP] A Chinese, Loves, Bourg-la-Reine"
9
+ - text: "Bucharest is a city in Romania. [SEP] Romania | is located in | Bucharest"
10
  ---
11
 
12
  # Model card for Inria-CEDAR/FactSpotter-DeBERTaV3-Small
 
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