dinhanhx commited on
Commit
5cd43c7
1 Parent(s): 740d27d
.gitattributes CHANGED
@@ -53,3 +53,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
55
  *.json filter=lfs diff=lfs merge=lfs -text
 
 
 
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
55
  *.json filter=lfs diff=lfs merge=lfs -text
56
+ *.txt filter=lfs diff=lfs merge=lfs -text
57
+ *.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -17,4 +17,11 @@ task_ids:
17
  ---
18
  # TextVQA in Vietnamese
19
 
20
- WIP
 
 
 
 
 
 
 
 
17
  ---
18
  # TextVQA in Vietnamese
19
 
20
+ This is Google-translated version of [TextVQA](https://textvqa.org/) in Vietnamese. The process of building Vietnamese version as follows:
21
+ - In en/ folder,
22
+ - Download `TextVQA_0.5.1_train.json`, `TextVQA_0.5.1_val.json`.
23
+ - By using [set data structure](https://docs.python.org/3/tutorial/datastructures.html#sets), generate txt files of unique text: train_answer_list.txt, train_question_list.txt, val_answer_list.txt, val_question_list.txt.
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.
en/train_answer_list.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f8dc0af83be38062772ac3b8bdea4313ea2e31e6cab7a705d82a2b45a11788e
3
+ size 247345
en/train_question_list.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93f34e0cad248b49dbfcaf03a92a234376e46e22a90539d2436e296664d520da
3
+ size 1088084
en/val_answer_list.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f42309412c904a36fe9d0f92686470495a94deddea5b695ae31df4a92a53052c
3
+ size 41019
en/val_question_list.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e39386bd86692e390ec03623b75b022f04510834cfc1e8110f425db9573183e
3
+ size 170372
vi/train_answer_ckpt.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7c349dc104f47abeeb44f17328e0175cc3230e5b1f7f4ee8fd7ec702d05f6b9
3
+ size 5
vi/train_answer_list.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb3cc253e0858c185c9589b314ee88e09c2dc65b4eeed0d2b6139d3e4787d6dd
3
+ size 711351
vi/train_question_ckpt.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f79060e92c65355d1ea076dde2d70844b20d4f7a2a4bfb1c178b5d5353d2bff
3
+ size 5
vi/train_question_list.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84c179f142b41b7062e10845943664d21c625f396232f98c3591111fd483b874
3
+ size 2618176
vi/val_answer_ckpt.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4925f6ff387cfd19364bcc4302f776bcd64c2c2767cf750e818d2906cbcdd224
3
+ size 4
vi/val_answer_list.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4979be4c2a8caf19735480c0dac92fb668cd7c70ca4fdc7df4bd277c191479bd
3
+ size 121527
vi/val_question_ckpt.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4817ddb54d7a527a5cb1e069434fdfb5350bfdc910cc6a3aa35b54a4036b9809
3
+ size 4
vi/val_question_list.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55c0b1e367f9345c24cd3592409ebef382cf310ddf017a1897cc2ea613a769b6
3
+ size 411431