eduardtoni commited on
Commit
dca5fbc
·
verified ·
1 Parent(s): f2e2668

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question_id
5
+ dtype: int32
6
+ - name: question_path
7
+ dtype: string
8
+ - name: question_img
9
+ dtype: image
10
+ - name: difficulty
11
+ dtype: int32
12
+ - name: subset
13
+ dtype: string
14
+ - name: correct_answer_img
15
+ dtype: image
16
+ - name: correct_answer
17
+ dtype: string
18
+ - name: choices_letter
19
+ sequence: string
20
+ - name: choices_images
21
+ sequence: string
22
+ - name: multiple_answer_img
23
+ dtype: image
24
+ - name: multiple_answer_path
25
+ dtype: string
26
+ - name: explanations
27
+ sequence: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 5205421.0
31
+ num_examples: 98
32
+ download_size: 5118313
33
+ dataset_size: 5205421.0
34
+ ---
35
+ # Dataset Card for "MENSA-visual-iq-test"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)