timothycdc commited on
Commit
7453ed9
·
verified ·
1 Parent(s): f898e80

Update readme.md

Browse files
Files changed (1) hide show
  1. readme.md +2 -2
readme.md CHANGED
@@ -19,8 +19,8 @@
19
  ```
20
 
21
  - To support VLMEvalKit, two TSV files were created to represent the two versions of CVQA:
22
- 1. The localised **(LOC)** version. The questions and answer options are in the subset's original native language. For evaluating on multilingual models.
23
- 2. The english **(ENG)** version. Questions and answers are asked in translated English, although the topics of the question involve cultures other than English.
24
 
25
  - TSV row data columns for **LOC** and **ENG** [VLMEvalKit](https://github.com/timothycdc/VLMEvalKit/blob/main/docs/en/Development.md):
26
  - index (int, based on dataset order. Does not follow CVQA ids since they are of type str)
 
19
  ```
20
 
21
  - To support VLMEvalKit, two TSV files were created to represent the two versions of CVQA:
22
+ 1. The localised **(LOC)** version. The questions and answer options are in the subset's original native language. For evaluating with multilingual LLMs.
23
+ 2. The english **(ENG)** version. Questions and answers are asked in translated English, although the topics of the question involve cultures other than English. For evaluating on LLMs trained primarily on English.
24
 
25
  - TSV row data columns for **LOC** and **ENG** [VLMEvalKit](https://github.com/timothycdc/VLMEvalKit/blob/main/docs/en/Development.md):
26
  - index (int, based on dataset order. Does not follow CVQA ids since they are of type str)