mprzymus commited on
Commit
98cd277
1 Parent(s): 1a26892

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ nlp = pipeline("sentiment-analysis", model="bardsai/finance-sentiment-zh-fast")
38
  nlp("净销售额增长30%,达到3600万欧元。")
39
  ```
40
  ```bash
41
- [{'label': 'positive', 'score': 0.9997768998146057}]
42
  ```
43
 
44
  ## Performance
 
38
  nlp("净销售额增长30%,达到3600万欧元。")
39
  ```
40
  ```bash
41
+ [{'label': 'positive', 'score': 0.9996095299720764}]
42
  ```
43
 
44
  ## Performance