Spaces:
Runtime error
Runtime error
Commit
·
93ebde3
1
Parent(s):
1e5415d
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def main():
|
|
| 17 |
"distilbert-base-uncased": "DistilBERT Uncased",
|
| 18 |
"roberta-base": "RoBERTa Base",
|
| 19 |
"albert-base-v2": "ALBERT Base v2"
|
| 20 |
-
#
|
| 21 |
}
|
| 22 |
|
| 23 |
# Load the pretrained model and tokenizer
|
|
|
|
| 17 |
"distilbert-base-uncased": "DistilBERT Uncased",
|
| 18 |
"roberta-base": "RoBERTa Base",
|
| 19 |
"albert-base-v2": "ALBERT Base v2"
|
| 20 |
+
# Can add more models here if desired
|
| 21 |
}
|
| 22 |
|
| 23 |
# Load the pretrained model and tokenizer
|