Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
# 使用範例:
|
6 |
|
7 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
8 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
9 |
model = AutoModelForSequenceClassification.from_pretrained("Cheng-Lung/bert-sentiment")
|
10 |
|
11 |
## Pediction
|
|
|
5 |
# 使用範例:
|
6 |
|
7 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
8 |
+
tokenizer = AutoTokenizer.from_pretrained("clhuang/bert-sentiment")
|
9 |
model = AutoModelForSequenceClassification.from_pretrained("Cheng-Lung/bert-sentiment")
|
10 |
|
11 |
## Pediction
|