Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Portuguese
ArXiv:
Libraries:
Datasets
Dask
License:
gabrielmotablima commited on
Commit
62d3cdc
·
verified ·
1 Parent(s): e802031

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -57,7 +57,7 @@ configs:
57
  ---
58
 
59
 
60
- # 🎉 COCO Captions Translated for Portuguese Image Captioning
61
 
62
  ## 💾 Dataset Summary
63
 
@@ -108,9 +108,9 @@ An example looks like below:
108
  The data instances have the following fields:
109
 
110
  - `filepath`: a `str` containing the path to image file.
111
- - `sentids`: a `list` of `str` containing the 5 ordered identification numbers related to each caption.
112
  - `filename`: a `str` containing name of image file.
113
- - `imgid`: a `str` containing image identification number.
114
  - `split`: a `str` containing data split. It stores texts: `train`, `val`, `restval` or `test`.
115
  - `caption`: a `list` of `str` containing the 5 captions related to image.
116
  - `cocoid`: an `int` containing example identifier in COCO dataset.
@@ -136,9 +136,10 @@ are put together as an unique train split with 113,287 examples.
136
 
137
  ```bibtex
138
  @misc{bromonschenkel2024cocopt,
139
- title = "COCO Captions Translated for Portuguese Image Captioning",
140
  author = "Bromonschenkel, Gabriel and Oliveira, Hil{\'a}rio and Paix{\~a}o, Thiago M.",
141
  howpublished = "\url{https://huggingface.co/datasets/laicsiifes/coco-captions-pt-br}",
 
142
  year = "2024"
143
  }
144
  ```
 
57
  ---
58
 
59
 
60
+ # 🎉 COCO Captions Dataset Translated for Portuguese Image Captioning
61
 
62
  ## 💾 Dataset Summary
63
 
 
108
  The data instances have the following fields:
109
 
110
  - `filepath`: a `str` containing the path to image file.
111
+ - `sentids`: a `list` of `int` containing the 5 ordered identification numbers related to each caption.
112
  - `filename`: a `str` containing name of image file.
113
+ - `imgid`: a `int` containing image identification number.
114
  - `split`: a `str` containing data split. It stores texts: `train`, `val`, `restval` or `test`.
115
  - `caption`: a `list` of `str` containing the 5 captions related to image.
116
  - `cocoid`: an `int` containing example identifier in COCO dataset.
 
136
 
137
  ```bibtex
138
  @misc{bromonschenkel2024cocopt,
139
+ title = "COCO Captions Dataset Translated for Portuguese Image Captioning",
140
  author = "Bromonschenkel, Gabriel and Oliveira, Hil{\'a}rio and Paix{\~a}o, Thiago M.",
141
  howpublished = "\url{https://huggingface.co/datasets/laicsiifes/coco-captions-pt-br}",
142
+ publisher = {Hugging Face},
143
  year = "2024"
144
  }
145
  ```