Update README.md
Browse files
README.md
CHANGED
@@ -91,4 +91,6 @@ print(sentiment_classifier(SENTENCE))
|
|
91 |
```text
|
92 |
[{'label': 'Economics', 'score': 0.9970171451568604}]
|
93 |
[{'label': 'Positive', 'score': 0.9997037053108215}]
|
94 |
-
```
|
|
|
|
|
|
91 |
```text
|
92 |
[{'label': 'Economics', 'score': 0.9970171451568604}]
|
93 |
[{'label': 'Positive', 'score': 0.9997037053108215}]
|
94 |
+
```
|
95 |
+
|
96 |
+
Tested on `transformers` 4.30.1, and `torch` 2.0.0.
|