Update README.md
Browse files
README.md
CHANGED
@@ -97,4 +97,6 @@ print(sentiment_classifier(SENTENCE))
|
|
97 |
```text
|
98 |
[{'label': 'Economics', 'score': 0.9970171451568604}]
|
99 |
[{'label': 'Positive', 'score': 0.9997037053108215}]
|
100 |
-
```
|
|
|
|
|
|
97 |
```text
|
98 |
[{'label': 'Economics', 'score': 0.9970171451568604}]
|
99 |
[{'label': 'Positive', 'score': 0.9997037053108215}]
|
100 |
+
```
|
101 |
+
|
102 |
+
Tested on `transformers` 4.30.1, and `torch` 2.0.0.
|