Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -15
README.md CHANGED
@@ -68,16 +68,15 @@ An example looks like below:
68
 
69
  ```
70
  {
71
- 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=500x333>,
72
- 'caption':
73
- [
74
- 'Um cachorro preto carrega um brinquedo verde na boca enquanto caminha pela grama.',
75
- 'Um cachorro preto molhado carrega um brinquedo verde pela grama.',
76
- 'Um cachorro preto carregando algo pela grama.',
77
- 'Um cachorro na grama com um item azul na boca.',
78
- 'Um cachorro preto tem um brinquedo azul na boca.'
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|12.1 ± 5.1|
100
- |Validation|1,000|12.3 ± 5.3|
101
- |Test|1,000|12.2 ± 5.4|
102
- |Total|8,000|12.1 ± 5.2|
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