guihu commited on
Commit
d7a5b48
1 Parent(s): 66bb343

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -8,14 +8,6 @@ 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
- Currently I observe this model has **some problems on some data points**. The Base and Small models seem to work well.
12
-
13
- https://huggingface.co/Inria-CEDAR/FactSpotter-DeBERTaV3-Base
14
-
15
- https://huggingface.co/Inria-CEDAR/FactSpotter-DeBERTaV3-Small
16
-
17
- I'll fix the bugs and upload a new version of model.
18
-
19
  # Model card for Inria-CEDAR/FactSpotter-DeBERTaV3-Large
20
 
21
  ## Model description
@@ -26,6 +18,12 @@ Given a triple of format "subject, predicate, object" and a text, the model dete
26
 
27
  Different from the paper using ELECTRA, this model is finetuned on DeBERTaV3.
28
 
 
 
 
 
 
 
29
  ## How to use the model
30
 
31
  ```python
 
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-Large
12
 
13
  ## Model description
 
18
 
19
  Different from the paper using ELECTRA, this model is finetuned on DeBERTaV3.
20
 
21
+ We also provide Base and Small models
22
+
23
+ https://huggingface.co/Inria-CEDAR/FactSpotter-DeBERTaV3-Base
24
+
25
+ https://huggingface.co/Inria-CEDAR/FactSpotter-DeBERTaV3-Small
26
+
27
  ## How to use the model
28
 
29
  ```python