guihu commited on
Commit
a0a40c3
·
verified ·
1 Parent(s): 2ca46e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -17,6 +17,12 @@ Given a triple of format "subject, predicate, object" and a text, the model dete
17
 
18
  Different from the paper using ELECTRA, this model is finetuned on DeBERTaV3.
19
 
 
 
 
 
 
 
20
  ## How to use the model
21
 
22
  ```python
 
17
 
18
  Different from the paper using ELECTRA, this model is finetuned on DeBERTaV3.
19
 
20
+ We also provide Small and Large versions of this model:
21
+
22
+ https://huggingface.co/Inria-CEDAR/FactSpotter-DeBERTaV3-Small
23
+
24
+ https://huggingface.co/Inria-CEDAR/FactSpotter-DeBERTaV3-Large
25
+
26
  ## How to use the model
27
 
28
  ```python