Francois Vieille
commited on
Commit
·
9e69c28
1
Parent(s):
c5055ba
add list of models
Browse files
README.md
CHANGED
@@ -78,5 +78,9 @@ nlp = FeatureExtractionPipeline(model=loaded_model, tokenizer=loaded_tokenizer)
|
|
78 |
nlp("<3 <3 les modos")
|
79 |
```
|
80 |
|
|
|
81 |
|
|
|
|
|
|
|
82 |
|
|
|
78 |
nlp("<3 <3 les modos")
|
79 |
```
|
80 |
|
81 |
+
## Modèles:
|
82 |
|
83 |
+
* [2021twitchfr-conv-bert-small](https://huggingface.co/lincoln/2021twitchfr-conv-bert-small)
|
84 |
+
* [2021twitchfr-conv-bert-small-mlm](https://huggingface.co/lincoln/2021twitchfr-conv-bert-small-mlm)
|
85 |
+
* [2021twitchfr-conv-bert-small-mlm-simcse](https://huggingface.co/lincoln/2021twitchfr-conv-bert-small-mlm-simcse)
|
86 |
|