vrashad commited on
Commit
d7d7362
1 Parent(s): e3454a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -61,15 +61,15 @@ print(f"Predicted sentiment: {predicted_label} with a probability of {probabilit
61
 
62
  ```
63
 
64
- ## Language Label Information
65
 
66
- The model outputs a label for each prediction, corresponding to one of the languages listed below. Each label is associated with a specific language code as detailed in the following table:
67
 
68
- | Label | Result |
69
- |-------|--------|
70
- | 0 | negative |
71
- | 1 | neutral |
72
- | 2 | positive |
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