Update README.md
Browse files
README.md
CHANGED
@@ -66,6 +66,8 @@ logits = outputs.logits
|
|
66 |
print(logits)
|
67 |
```
|
68 |
|
|
|
|
|
69 |
## 📜 License
|
70 |
|
71 |
This model is licensed under the [MIT License](LICENSE).
|
|
|
66 |
print(logits)
|
67 |
```
|
68 |
|
69 |
+
Note: LABEL_1 indicates positive sentiment and LABEL_0 indicates negative sentiment.
|
70 |
+
|
71 |
## 📜 License
|
72 |
|
73 |
This model is licensed under the [MIT License](LICENSE).
|