hakonmh commited on
Commit
73b34b3
1 Parent(s): c02ddba

Update README.md

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