lamsytan commited on
Commit
1b14b15
·
verified ·
1 Parent(s): 624fe24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ Dataset: Comments on Shoppe (https://shopee.vn/)
17
  import torch
18
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
19
 
20
- tokenizer = AutoTokenizer.from_pretrained("lamsytan/sentiment-analysis-base-phobert")
21
  model = AutoModelForSequenceClassification.from_pretrained("lamsytan/sentiment-analysis-product-comment-phobert-base")
22
 
23
  sentence = "Áo đẹp lắm nhá lần sau sẽ ghé tiếp ạ"
 
17
  import torch
18
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
19
 
20
+ tokenizer = AutoTokenizer.from_pretrained("lamsytan/sentiment-analysis-product-comment-phobert-base")
21
  model = AutoModelForSequenceClassification.from_pretrained("lamsytan/sentiment-analysis-product-comment-phobert-base")
22
 
23
  sentence = "Áo đẹp lắm nhá lần sau sẽ ghé tiếp ạ"