dinhanhx commited on
Commit
9fba688
1 Parent(s): 62a81df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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). I use VinAI tools to translate [COCO 2027 image caption](https://cocodataset.org/#download) (2017 Train/Val annotations) from English to Vietnamese. Then we merge [UIT-ViIC](https://arxiv.org/abs/2002.00175) dataset into it. 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).
 
 
 
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