oderooij commited on
Commit
f3c4710
·
verified ·
1 Parent(s): 6970113

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,4 +1,42 @@
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # M3Kang: A Multilingual Multimodal Mathematical Reasoning Dataset with Kangaroo Problems
3
  ## Introduction
4
 
 
1
 
2
+ ---
3
+ license: other
4
+ license_name: license
5
+ license_link: LICENSE
6
+ configs:
7
+ - config_name: default
8
+ data_files:
9
+ - split: standard
10
+ path: data/standard-*
11
+ - split: high_quality
12
+ path: data/high_quality-*
13
+ dataset_info:
14
+ features:
15
+ - name: level
16
+ dtype: int32
17
+ - name: language
18
+ dtype: string
19
+ - name: text_only
20
+ dtype: bool
21
+ - name: image
22
+ dtype: image
23
+ - name: id
24
+ dtype: string
25
+ - name: text
26
+ dtype: string
27
+ - name: label
28
+ dtype: string
29
+ splits:
30
+ - name: standard
31
+ num_bytes: 4548122261.668258
32
+ num_examples: 108677
33
+ - name: high_quality
34
+ num_bytes: 1699405334.9488075
35
+ num_examples: 40617
36
+ download_size: 5773349370
37
+ dataset_size: 6247527596.617065
38
+ ---
39
+
40
  # M3Kang: A Multilingual Multimodal Mathematical Reasoning Dataset with Kangaroo Problems
41
  ## Introduction
42