guihu commited on
Commit
62d918e
1 Parent(s): 84f9cfe

Update README.md

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