dinhanhx commited on
Commit
f147eec
1 Parent(s): 90d626e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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.