Datasets:

Modalities:
Text
Formats:
json
Languages:
Italian
ArXiv:
Libraries:
Datasets
pandas
m-elio commited on
Commit
83f951c
·
verified ·
1 Parent(s): 1d3c83b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-name_{row_number}_{image_number}
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