Spaces:
Build error
Build error
Commit ·
f31b00e
1
Parent(s): 5670e57
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import underthesea
|
|
| 11 |
|
| 12 |
# Load the model and tokenizer
|
| 13 |
senti_model = RobertaForSequenceClassification.from_pretrained("wonrax/phobert-base-vietnamese-sentiment")
|
| 14 |
-
senti_tokenizer = AutoTokenizer.from_pretrained("wonrax/phobert-base-vietnamese-sentiment", use_fast=
|
| 15 |
|
| 16 |
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
# Load the model and tokenizer
|
| 13 |
senti_model = RobertaForSequenceClassification.from_pretrained("wonrax/phobert-base-vietnamese-sentiment")
|
| 14 |
+
senti_tokenizer = AutoTokenizer.from_pretrained("wonrax/phobert-base-vietnamese-sentiment", use_fast=False)
|
| 15 |
|
| 16 |
|
| 17 |
|