HugoLaurencon HF staff commited on
Commit
cbc8169
1 Parent(s): b5e39fa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: validation
6
+ path: data/validation-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: pid
12
+ dtype: string
13
+ - name: question
14
+ dtype: string
15
+ - name: answers
16
+ sequence: string
17
+ - name: image
18
+ dtype: image
19
+ splits:
20
+ - name: validation
21
+ num_bytes: 53445844.44
22
+ num_examples: 540
23
+ - name: test
24
+ num_bytes: 282205467.125462
25
+ num_examples: 2852
26
+ download_size: 282919996
27
+ dataset_size: 335651311.565462
28
+ ---
29
+ # Dataset Card for "debug_MathVista_mcq_to_remove"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)