Update README.md
Browse files
README.md
CHANGED
|
@@ -117,7 +117,7 @@ Positive (1) 0.93 0.93 0.93 4,978
|
|
| 117 |
```
|
| 118 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipeline
|
| 119 |
|
| 120 |
-
model_name = "
|
| 121 |
|
| 122 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 123 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
|
|
|
| 117 |
```
|
| 118 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipeline
|
| 119 |
|
| 120 |
+
model_name = "YamenRM/distilbert-sentiment-classifier"
|
| 121 |
|
| 122 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 123 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|