Datasets:
gabrielmotablima
commited on
Commit
•
39578b9
1
Parent(s):
ccdd961
Update README.md
Browse files
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
|
89 |
-
- `caption`: a `list` of `str` containing the 5 captions related to
|
90 |
-
- `filename`: a `str` containing the name of
|
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 |
|