Datasets:
Tasks:
Visual Question Answering
Modalities:
Text
Formats:
text
Sub-tasks:
visual-question-answering
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,4 @@ This is Google-translated version of [TextVQA](https://textvqa.org/) in Vietname
|
|
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 jsonl files. I provide both English and Vietnamese version.
|
28 |
|
29 |
-
Please refer [this code](https://github.com/dinhanhx/velvet/blob/main/scripts/apply_translate_textvqa.py) to apply translation.
|
|
|
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 jsonl files. I provide both English and Vietnamese version.
|
28 |
|
29 |
+
Please refer [this code](https://github.com/dinhanhx/velvet/blob/main/scripts/cherry_pick_textvqa.py) then [this code](https://github.com/dinhanhx/velvet/blob/main/scripts/apply_translate_textvqa.py) to apply translation.
|