HIT4Yzk commited on
Commit
11a57c0
·
verified ·
1 Parent(s): 55ea2da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -9,6 +9,44 @@ language:
9
  - pt
10
  - ru
11
  - zh
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
  This is the multilingual version of MME. If you find it helpful, please cite our paper.
14
  ```
 
9
  - pt
10
  - ru
11
  - zh
12
+ configs:
13
+ - config_name: en
14
+ data_files:
15
+ - split: test
16
+ path: en_mme.jsonl
17
+ - config_name: bg
18
+ data_files:
19
+ - split: test
20
+ path: bg_mme.json
21
+ - config_name: de
22
+ data_files:
23
+ - split: test
24
+ path: de_mme.json
25
+ - config_name: es
26
+ data_files:
27
+ - split: test
28
+ path: es_mme.json
29
+ - config_name: fr
30
+ data_files:
31
+ - split: test
32
+ path: fr_mme.json
33
+ - config_name: hi
34
+ data_files:
35
+ - split: test
36
+ path: hi_mme.json
37
+ - config_name: pt
38
+ data_files:
39
+ - split: test
40
+ path: pt_mme.json
41
+ - config_name: ru
42
+ data_files:
43
+ - split: test
44
+ path: ru_mme.json
45
+ - config_name: zh
46
+ data_files:
47
+ - split: test
48
+ path: zh_mme.json
49
+
50
  ---
51
  This is the multilingual version of MME. If you find it helpful, please cite our paper.
52
  ```