Update README.md
Browse files
README.md
CHANGED
@@ -10,10 +10,10 @@ Out of these 15 tasks, the first 10k rows are selected for machine translation.
|
|
10 |
|
11 |
Image paths are formatted using the following strategy:
|
12 |
```
|
13 |
-
task-
|
14 |
```
|
15 |
|
16 |
-
Where {row_number} is the row number in the original dataset and {image_number} the index of the image (in case of tasks where there can be multiple images as input).
|
17 |
|
18 |
## Citation
|
19 |
|
|
|
10 |
|
11 |
Image paths are formatted using the following strategy:
|
12 |
```
|
13 |
+
{task-name}/images/{row_number}_{image_number}
|
14 |
```
|
15 |
|
16 |
+
Where {task-name} is the name of the task from the original dataset, {row_number} is the row number in the original dataset and {image_number} the index of the image (in case of tasks where there can be multiple images as input).
|
17 |
|
18 |
## Citation
|
19 |
|