mprzymus commited on
Commit
fad452d
1 Parent(s): b31ae0f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-base")
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