TuanScientist commited on
Commit
f31b00e
1 Parent(s): 5670e57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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