gsarti commited on
Commit
e00ac19
1 Parent(s): 4ae66f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -178,11 +178,11 @@ The text is provided as-is, without further preprocessing or tokenization.
178
 
179
  The `test` split contains 107 entries following the same structure as `train`, with few omissions:
180
 
181
- - the `subject` field was omitted for the translator stylometry task
182
 
183
- - the `tasktype`, `mt_text` and `mt_tl` evaluation metrics fields were omitted for the translation setting prediction task
184
 
185
- - the `edit_time`, `lp_300` and `lp_1000` fields were omitted for the translation time prediction task
186
 
187
  ### Dataset Creation
188
 
 
178
 
179
  The `test` split contains 107 entries following the same structure as `train`, with few omissions:
180
 
181
+ - the `subject` field was set to `nan` for the translator stylometry task.
182
 
183
+ - the `tasktype`, `mt_text` and `mt_tl` evaluation metrics fields were set to `nan` for the translation setting prediction task.
184
 
185
+ - the `edit_time`, `lp_300` and `lp_1000` fields were set to -1 for the translation time prediction task.
186
 
187
  ### Dataset Creation
188