Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ You can load this model directly using the 🤗 Transformers pipeline:
|
|
| 19 |
```python
|
| 20 |
from transformers import pipeline
|
| 21 |
|
| 22 |
-
model_id = "dilexsan/
|
| 23 |
|
| 24 |
sentiment_analyzer = pipeline("text-classification", model=model_id)
|
| 25 |
|
|
|
|
| 19 |
```python
|
| 20 |
from transformers import pipeline
|
| 21 |
|
| 22 |
+
model_id = "dilexsan/bertweet_base_sentimental"
|
| 23 |
|
| 24 |
sentiment_analyzer = pipeline("text-classification", model=model_id)
|
| 25 |
|