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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,8 +8,8 @@ license: afl-3.0
8
  # 使用範例:
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']
 
8
  # 使用範例:
9
 
10
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
11
+ tokenizer = AutoTokenizer.from_pretrained("clhuang/albert-sentiment")
12
+ model = AutoModelForSequenceClassification.from_pretrained("clhuang/albert-sentiment")
13
 
14
  ## Pediction
15
  target_names=['Negative','Positive']