clhuang commited on
Commit
372d06e
1 Parent(s): 740c68a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ license: afl-3.0
9
 
10
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
11
  tokenizer = AutoTokenizer.from_pretrained("clhuang/bert-sentiment")
12
- model = AutoModelForSequenceClassification.from_pretrained("Cheng-Lung/bert-sentiment")
13
 
14
  ## Pediction
15
  target_names=['Negative','Positive']
 
9
 
10
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
11
  tokenizer = AutoTokenizer.from_pretrained("clhuang/bert-sentiment")
12
+ model = AutoModelForSequenceClassification.from_pretrained("clhuang/bert-sentiment")
13
 
14
  ## Pediction
15
  target_names=['Negative','Positive']