Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
mariosasko
commited on
Commit
•
f295b0d
1
Parent(s):
3c79ec3
Explain the value of the test set labels (#5)
Browse files- Explain the value of the test set labels (ba51b30b6f03a4b0c3246f9217c2162dfee68a4e)
README.md
CHANGED
@@ -112,7 +112,7 @@ The text in the dataset is in English (`en`).
|
|
112 |
|
113 |
- `idx`: Monotonically increasing index ID.
|
114 |
- `sentence`: Complete sentence expressing an opinion about a film.
|
115 |
-
- `label`: Sentiment of the opinion, either "negative" (0) or positive (1).
|
116 |
|
117 |
### Data Splits
|
118 |
|
|
|
112 |
|
113 |
- `idx`: Monotonically increasing index ID.
|
114 |
- `sentence`: Complete sentence expressing an opinion about a film.
|
115 |
+
- `label`: Sentiment of the opinion, either "negative" (0) or positive (1). The test set labels are hidden (-1).
|
116 |
|
117 |
### Data Splits
|
118 |
|