ccosme commited on
Commit
36f7396
·
1 Parent(s): 2c0661b

Updated data set card

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,10 +34,10 @@ Sentiment analysis of bilingual text with code-switching / code-mixing.
34
 
35
  ### Data Fields
36
 
37
- * review: a string containing the body of the qualitative (text) review
38
  * label: an integer containing the label encoding of the gold-truth label provided by the human annotators
39
 
40
- **Label encoding:**
41
  * 2 - Positive
42
  * 1 - Neutral
43
  * 0 - Negative
 
34
 
35
  ### Data Fields
36
 
37
+ * review: a string containing the body of the review
38
  * label: an integer containing the label encoding of the gold-truth label provided by the human annotators
39
 
40
+ #### Label encoding
41
  * 2 - Positive
42
  * 1 - Neutral
43
  * 0 - Negative