Update README.md
Browse files
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
|
182 |
|
183 |
-
- the `tasktype`, `mt_text` and `mt_tl` evaluation metrics fields were
|
184 |
|
185 |
-
- the `edit_time`, `lp_300` and `lp_1000` fields were
|
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 |
|