Spaces:
Runtime error
Runtime error
Changed model order
Browse files
app.py
CHANGED
|
@@ -7,12 +7,12 @@ from transformers import AutoTokenizer, AutoModelForMaskedLM, pipeline
|
|
| 7 |
LOGO = "https://raw.githubusercontent.com/nlp-en-es/assets/main/logo.png"
|
| 8 |
|
| 9 |
MODELS = {
|
| 10 |
-
"RoBERTa Base Gaussian Seq Len 512": {
|
| 11 |
-
"url": "bertin-project/bertin-base-gaussian-exp-512seqlen"
|
| 12 |
-
},
|
| 13 |
"RoBERTa Base Gaussian Seq Len 128": {
|
| 14 |
"url": "bertin-project/bertin-base-gaussian"
|
| 15 |
},
|
|
|
|
|
|
|
|
|
|
| 16 |
"RoBERTa Base Random Seq Len 128": {
|
| 17 |
"url": "bertin-project/bertin-base-random"
|
| 18 |
},
|
|
|
|
| 7 |
LOGO = "https://raw.githubusercontent.com/nlp-en-es/assets/main/logo.png"
|
| 8 |
|
| 9 |
MODELS = {
|
|
|
|
|
|
|
|
|
|
| 10 |
"RoBERTa Base Gaussian Seq Len 128": {
|
| 11 |
"url": "bertin-project/bertin-base-gaussian"
|
| 12 |
},
|
| 13 |
+
"RoBERTa Base Gaussian Seq Len 512": {
|
| 14 |
+
"url": "bertin-project/bertin-base-gaussian-exp-512seqlen"
|
| 15 |
+
},
|
| 16 |
"RoBERTa Base Random Seq Len 128": {
|
| 17 |
"url": "bertin-project/bertin-base-random"
|
| 18 |
},
|