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
@@ -24,4 +24,6 @@ This is Google-translated version of [TextVQA](https://textvqa.org/) in Vietname
|
|
24 |
- In vi/ folder
|
25 |
- By translating 4 en/.txt files, generate train_answer_list.jsonl, train_question_list.jsonl, val_answer_list.jsonl, val_question_list.jsonl. In each of entry of each file, the key is the original english text, the value is the translated text in vietnamese.
|
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.
|
|
|
|
|
|
24 |
- In vi/ folder
|
25 |
- By translating 4 en/.txt files, generate train_answer_list.jsonl, train_question_list.jsonl, val_answer_list.jsonl, val_question_list.jsonl. In each of entry of each file, the key is the original english text, the value is the translated text in vietnamese.
|
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.
|