mipo57 commited on
Commit
ae78ff9
1 Parent(s): 4ceee4e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,7 +12,7 @@ metrics:
12
  - precision
13
  - recall
14
  widget:
15
- - text: "17 polskich firm wśród 50 najszybciej rozwijających się przedsiębiorstw technologicznych regionu."
16
  example_title: "Example 1"
17
  - text: "Rusza Black Friday. Lista promocji w sklepach."
18
  example_title: "Example 2"
@@ -35,7 +35,7 @@ You can use this model directly with a pipeline for sentiment-analysis:
35
  from transformers import pipeline
36
 
37
  nlp = pipeline("sentiment-analysis", model="bardsai/FinanceSentimentPL-fast")
38
- nlp("17 polskich firm wśród 50 najszybciej rozwijających się przedsiębiorstw technologicznych regionu.")
39
  ```
40
  ```bash
41
  [{'label': 'positive', 'score': 0.9999998807907104}]
 
12
  - precision
13
  - recall
14
  widget:
15
+ - text: "Sprzedaż netto spadła o 30% do 36 mln EUR."
16
  example_title: "Example 1"
17
  - text: "Rusza Black Friday. Lista promocji w sklepach."
18
  example_title: "Example 2"
 
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
41
  [{'label': 'positive', 'score': 0.9999998807907104}]