Update README.md
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/FinanceSentimentPL-
|
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
|