Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ You can use this model directly with a pipeline for sentiment-analysis:
|
|
34 |
```python
|
35 |
from transformers import pipeline
|
36 |
|
37 |
-
nlp = pipeline("sentiment-analysis", model="bardsai/twitter-sentiment-pl-
|
38 |
nlp("Szczęście i Opatrzność mają znaczenie Gratuluje @pzpn_pl")
|
39 |
```
|
40 |
```bash
|
|
|
34 |
```python
|
35 |
from transformers import pipeline
|
36 |
|
37 |
+
nlp = pipeline("sentiment-analysis", model="bardsai/twitter-sentiment-pl-fast")
|
38 |
nlp("Szczęście i Opatrzność mają znaczenie Gratuluje @pzpn_pl")
|
39 |
```
|
40 |
```bash
|