Datasets:

Languages:
English
ArXiv:
License:
yasumasaonoe commited on
Commit
c272909
1 Parent(s): 9096f98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -84,10 +84,9 @@ English
84
 
85
  Name | Explanation
86
  --- | ---
87
- `example_id` | The unique ID of an example follows this format: '<SPLIT_NAME>_<EXAMPLE_NUMBER>'.
88
- `split` | Identifier of the data split it belongs to (e.g. qual_dev).
89
- `image_file` | Image filename (JPEG format).
90
- `description` | Text description of the associated image.
91
 
92
  ### Data Splits
93
 
 
84
 
85
  Name | Explanation
86
  --- | ---
87
+ `image` | PIL.JpegImagePlugin.JpegImageFile
88
+ `example_id` | The unique ID of an example follows this format: `<SPLIT_NAME>_<EXAMPLE_NUMBER>`.
89
+ `description` | Text description of the associated image.
 
90
 
91
  ### Data Splits
92