Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -26,3 +26,4 @@ This is Google-translated version of [VQAv2](https://visualqa.org/) in Vietnames
|
|
26 |
|
27 |
To load Vietnamese version in your code, you need original English version. Then just use English text as key to retrieve Vietnamese value from `answer_list.jsonl` and `question_list`. I provide both English and Vietnamese version.
|
28 |
|
|
|
|
26 |
|
27 |
To load Vietnamese version in your code, you need original English version. Then just use English text as key to retrieve Vietnamese value from `answer_list.jsonl` and `question_list`. I provide both English and Vietnamese version.
|
28 |
|
29 |
+
Please refer to [this code](https://github.com/dinhanhx/velvet/blob/main/scripts/apply_translate_vqav2.py) to apply translation.
|