mipo57 commited on
Commit
26289c3
1 Parent(s): f798d4b

Update README.md

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/FinanceSentimentPL-fast")
38
  nlp("Sprzedaż netto wzrosła o 30% do 36 mln EUR.")
39
  ```
40
  ```bash
 
34
  ```python
35
  from transformers import pipeline
36
 
37
+ nlp = pipeline("sentiment-analysis", model="bardsai/FinanceSentimentPL-base")
38
  nlp("Sprzedaż netto wzrosła o 30% do 36 mln EUR.")
39
  ```
40
  ```bash