Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,10 @@ task_ids:
|
|
17 |
---
|
18 |
# COCO 2017 image captions in Vietnamese
|
19 |
|
20 |
-
The dataset is firstly introduced in [dinhanhx/VisualRoBERTa](https://github.com/dinhanhx/VisualRoBERTa/tree/main).
|
|
|
|
|
|
|
21 |
|
22 |
I provide both English original and Vietnamese version (including UIT-ViIC).
|
23 |
|
|
|
17 |
---
|
18 |
# COCO 2017 image captions in Vietnamese
|
19 |
|
20 |
+
The dataset is firstly introduced in [dinhanhx/VisualRoBERTa](https://github.com/dinhanhx/VisualRoBERTa/tree/main).
|
21 |
+
I use VinAI tools to translate [COCO 2027 image caption](https://cocodataset.org/#download) (2017 Train/Val annotations) from English to Vietnamese.
|
22 |
+
Then we merge [UIT-ViIC](https://arxiv.org/abs/2002.00175) dataset into it.
|
23 |
+
To load the dataset, one can take a look at [this code in VisualRoBERTa](https://github.com/dinhanhx/VisualRoBERTa/blob/main/src/data.py#L22-L100) or [this code in Velvet](https://github.com/dinhanhx/velvet/blob/main/velvet/dataset/coco.py).
|
24 |
|
25 |
I provide both English original and Vietnamese version (including UIT-ViIC).
|
26 |
|