Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
shivalikasingh commited on
Commit
29769bc
·
verified ·
1 Parent(s): bdb1633

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -491,6 +491,8 @@ license: apache-2.0
491
 
492
  ## Dataset Card for m-WildVision
493
 
 
 
494
  ### Dataset Details
495
 
496
  The m-WildVision dataset is a multilingual multimodal LLM evaluation set. This dataset was created by translating the prompts from the originally English-only [WildVision (vision_bench_0617)](https://arxiv.org/abs/2406.11069) test dataset using Google Translate API v3 to 22 languages.
@@ -502,7 +504,6 @@ The authors show that these can be used to perform automatic LLM judge evaluatio
502
  This dataset covers 23 languages: Arabic (arb_Arab), Chinese (zho_Hans), Czech (ces_Latn), Dutch (nld_Latn), English (eng_Latn), French (fra_Latn), German (deu_Latn), Greek (ell_Grek), Hebrew (heb_Hebr), Hindi (hin_Deva), Indonesian (ind_Latn), Italian (ita_Latn), Japanese (jpn_Jpan), Korean (kor_Hang), Persian (fas_Arab), Polish (pol_Latn), Portuguese (por_Latn), Romanian (ron_Latn), Russian (rus_Cyrl), Spanish (spa_Latn), Turkish (tur_Latn), Ukrainian (ukr_Cyrl), and Vietnamese (vie_Latn).
503
 
504
 
505
-
506
  ### Load with Datasets
507
 
508
  To load this dataset with Datasets, you'll need to install Datasets as `pip install datasets --upgrade` and then use the following code:
 
491
 
492
  ## Dataset Card for m-WildVision
493
 
494
+ <img src="mwildvision2.png" width="650" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
495
+
496
  ### Dataset Details
497
 
498
  The m-WildVision dataset is a multilingual multimodal LLM evaluation set. This dataset was created by translating the prompts from the originally English-only [WildVision (vision_bench_0617)](https://arxiv.org/abs/2406.11069) test dataset using Google Translate API v3 to 22 languages.
 
504
  This dataset covers 23 languages: Arabic (arb_Arab), Chinese (zho_Hans), Czech (ces_Latn), Dutch (nld_Latn), English (eng_Latn), French (fra_Latn), German (deu_Latn), Greek (ell_Grek), Hebrew (heb_Hebr), Hindi (hin_Deva), Indonesian (ind_Latn), Italian (ita_Latn), Japanese (jpn_Jpan), Korean (kor_Hang), Persian (fas_Arab), Polish (pol_Latn), Portuguese (por_Latn), Romanian (ron_Latn), Russian (rus_Cyrl), Spanish (spa_Latn), Turkish (tur_Latn), Ukrainian (ukr_Cyrl), and Vietnamese (vie_Latn).
505
 
506
 
 
507
  ### Load with Datasets
508
 
509
  To load this dataset with Datasets, you'll need to install Datasets as `pip install datasets --upgrade` and then use the following code: