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)

Files changed (1) hide show
  1. README.md +1 -1
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