Datasets:
gabrielmotablima
commited on
Commit
•
c8d9aaa
1
Parent(s):
b1e4a95
Update README.md
Browse files
README.md
CHANGED
@@ -68,16 +68,15 @@ An example looks like below:
|
|
68 |
|
69 |
```
|
70 |
{
|
71 |
-
'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=
|
72 |
-
'
|
73 |
-
[
|
74 |
-
'Um cachorro preto
|
75 |
-
'
|
76 |
-
'
|
77 |
-
'
|
78 |
-
'
|
79 |
-
]
|
80 |
-
'filename': '1026685415.jpg'
|
81 |
}
|
82 |
```
|
83 |
|
@@ -86,8 +85,8 @@ An example looks like below:
|
|
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 name of image file.
|
|
|
91 |
|
92 |
### ✂️ Data Splits
|
93 |
|
@@ -96,10 +95,10 @@ The dataset is partitioned using the Karpathy splitting appoach for Image Captio
|
|
96 |
|
97 |
|Split|Samples|Average Caption Length (Words)|
|
98 |
|:-----------:|:-----:|:--------:|
|
99 |
-
|Train|6,000|
|
100 |
-
|Validation|1,000|
|
101 |
-
|Test|1,000|
|
102 |
-
|Total|8,000|
|
103 |
|
104 |
|
105 |
## 📋 BibTeX entry and citation info
|
|
|
68 |
|
69 |
```
|
70 |
{
|
71 |
+
'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=500x399>,
|
72 |
+
'filename': 'ad5f9478d603fe97.jpg',
|
73 |
+
'caption': [
|
74 |
+
'Um cachorro preto está correndo atrás de um cachorro branco na neve.',
|
75 |
+
'Cachorro preto perseguindo cachorro marrom na neve',
|
76 |
+
'Dois cães perseguem um ao outro pelo chão nevado.',
|
77 |
+
'Dois cachorros brincam juntos na neve.',
|
78 |
+
'Dois cães correndo por um corpo de água baixo.'
|
79 |
+
]
|
|
|
80 |
}
|
81 |
```
|
82 |
|
|
|
85 |
The data instances have the following fields:
|
86 |
|
87 |
- `image`: a `PIL.Image.Image` object containing image.
|
|
|
88 |
- `filename`: a `str` containing name of image file.
|
89 |
+
- `caption`: a `list` of `str` containing the 5 captions related to image.
|
90 |
|
91 |
### ✂️ Data Splits
|
92 |
|
|
|
95 |
|
96 |
|Split|Samples|Average Caption Length (Words)|
|
97 |
|:-----------:|:-----:|:--------:|
|
98 |
+
|Train|6,000|10.7 ± 3.8|
|
99 |
+
|Validation|1,000|10.8 ± 3.9|
|
100 |
+
|Test|1,000|10.7 ± 3.8|
|
101 |
+
|Total|8,000|10.7 ± 3.8|
|
102 |
|
103 |
|
104 |
## 📋 BibTeX entry and citation info
|