dnzblgn commited on
Commit
99081a3
1 Parent(s): 69b6486

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,7 +1,7 @@
1
  # Model Card: BART-based Sentiment Classification Model
2
- LABEL_0
3
- LABEL_1
4
- LABEL_2
5
 
6
  # Model Details
7
  Model Name: BART-based Sentiment Classification Model
@@ -13,7 +13,7 @@ Pretrained Model: Facebook's BART-base
13
  # Intended Use
14
  Primary Task: Sentiment Classification
15
  Input: Textual message (string)
16
- Output: Sentiment category label (LABEL_0, LABEL_1, or LABEL_2)
17
 
18
  # Training Data
19
  Dataset: chat_dataset.csv
 
1
  # Model Card: BART-based Sentiment Classification Model
2
+ LABEL_0 = NEGATIVE
3
+ LABEL_1 = NEUTRAL
4
+ LABEL_2 = POSITIVE
5
 
6
  # Model Details
7
  Model Name: BART-based Sentiment Classification Model
 
13
  # Intended Use
14
  Primary Task: Sentiment Classification
15
  Input: Textual message (string)
16
+ Output: Sentiment category label (LABEL_0(NEGATIVE), LABEL_1(NEUTRAL), or LABEL_2(POSITIVE))
17
 
18
  # Training Data
19
  Dataset: chat_dataset.csv