Karols commited on
Commit
51b3d03
·
1 Parent(s): 11f6525

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/finance-sentiment-es-base")
38
  nlp("Der Nettoumsatz stieg um 30 % auf 36 Mio. EUR.")
39
  ```
40
  ```bash
 
34
  ```python
35
  from transformers import pipeline
36
 
37
+ nlp = pipeline("sentiment-analysis", model="bardsai/finance-sentiment-de-base")
38
  nlp("Der Nettoumsatz stieg um 30 % auf 36 Mio. EUR.")
39
  ```
40
  ```bash