Update README.md
Browse files
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.
|
42 |
```
|
43 |
|
44 |
## Performance
|
|
|
38 |
nlp("净销售额增长30%,达到3600万欧元。")
|
39 |
```
|
40 |
```bash
|
41 |
+
[{'label': 'positive', 'score': 0.9996095299720764}]
|
42 |
```
|
43 |
|
44 |
## Performance
|