hakonmh commited on
Commit
66ae755
1 Parent(s): b47a3f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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.