Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Portuguese
ArXiv:
Libraries:
Datasets
Dask
gabrielmotablima commited on
Commit
39578b9
1 Parent(s): ccdd961

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -85,9 +85,9 @@ An example looks like below:
85
 
86
  The data instances have the following fields:
87
 
88
- - `image`: a `PIL.Image.Image` object containing the image.
89
- - `caption`: a `list` of `str` containing the 5 captions related to the image.
90
- - `filename`: a `str` containing the name of the image file.
91
 
92
  ### ✂️ Data Splits
93
 
 
85
 
86
  The data instances have the following fields:
87
 
88
+ - `image`: a `PIL.Image.Image` object containing image.
89
+ - `caption`: a `list` of `str` containing the 5 captions related to image.
90
+ - `filename`: a `str` containing the name of image file.
91
 
92
  ### ✂️ Data Splits
93