Update README.md
Browse files
README.md
CHANGED
@@ -61,15 +61,15 @@ print(f"Predicted sentiment: {predicted_label} with a probability of {probabilit
|
|
61 |
|
62 |
```
|
63 |
|
64 |
-
##
|
65 |
|
66 |
-
The model outputs a label for each prediction, corresponding to one of the
|
67 |
|
68 |
-
| Label |
|
69 |
-
|
70 |
-
| 0 |
|
71 |
-
| 1 |
|
72 |
-
| 2 |
|
73 |
|
74 |
|
75 |
|
|
|
61 |
|
62 |
```
|
63 |
|
64 |
+
## Sentiment Label Information
|
65 |
|
66 |
+
The model outputs a label for each prediction, corresponding to one of the sentiment categories listed below. Each label is associated with a specific sentiment as detailed in the following table:
|
67 |
|
68 |
+
| Label | Sentiment |
|
69 |
+
|-------|-----------|
|
70 |
+
| 0 | Negative |
|
71 |
+
| 1 | Neutral |
|
72 |
+
| 2 | Positive |
|
73 |
|
74 |
|
75 |
|