ligetinagy commited on
Commit
93a609e
1 Parent(s): 1e8371e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -111,13 +111,13 @@ An example:
111
  "Sent_id": "dev_0",
112
  "Sent": "Nos, a Jason elment Manhattanbe és a Pokolba kapcsán, azt hiszem, az elkerülhetetlen folytatások ötletlistájáról kihúzhatunk egy űrállomást 2455-ben (hé, ne lődd le a poént).",
113
  "Label": "neutral"
114
- }
115
 
116
  ```
117
 
118
  ### Data Fields
119
 
120
- - Sent_id: unique id of the instances, an integer between 1 and 1000;
121
 
122
  - Sent: the sentence, translation of an instance of the SST dataset;
123
 
@@ -128,13 +128,9 @@ An example:
128
  HuSST has 3 splits: *train*, *validation* and *test*.
129
 
130
  | Dataset split | Number of instances in the split |
131
-
132
  |---------------|----------------------------------|
133
-
134
  | train | 9344 |
135
-
136
  | validation | 1168 |
137
-
138
  | test | 1168 |
139
 
140
  The test data is distributed without the labels. To evaluate your model, please [contact us](mailto:[email protected]), or check [HuLU's website](hulu.nlp.nytud.hu) for an automatic evaluation (this feature is under construction at the moment).
 
111
  "Sent_id": "dev_0",
112
  "Sent": "Nos, a Jason elment Manhattanbe és a Pokolba kapcsán, azt hiszem, az elkerülhetetlen folytatások ötletlistájáról kihúzhatunk egy űrállomást 2455-ben (hé, ne lődd le a poént).",
113
  "Label": "neutral"
114
+ }
115
 
116
  ```
117
 
118
  ### Data Fields
119
 
120
+ - Sent_id: unique id of the instances;
121
 
122
  - Sent: the sentence, translation of an instance of the SST dataset;
123
 
 
128
  HuSST has 3 splits: *train*, *validation* and *test*.
129
 
130
  | Dataset split | Number of instances in the split |
 
131
  |---------------|----------------------------------|
 
132
  | train | 9344 |
 
133
  | validation | 1168 |
 
134
  | test | 1168 |
135
 
136
  The test data is distributed without the labels. To evaluate your model, please [contact us](mailto:[email protected]), or check [HuLU's website](hulu.nlp.nytud.hu) for an automatic evaluation (this feature is under construction at the moment).