sileod commited on
Commit
76947c9
1 Parent(s): c54c054

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: choices
7
+ sequence: string
8
+ - name: answer
9
+ dtype: int8
10
+ - name: hint
11
+ dtype: string
12
+ - name: task
13
+ dtype: string
14
+ - name: grade
15
+ dtype: string
16
+ - name: subject
17
+ dtype: string
18
+ - name: topic
19
+ dtype: string
20
+ - name: category
21
+ dtype: string
22
+ - name: skill
23
+ dtype: string
24
+ - name: lecture
25
+ dtype: string
26
+ - name: solution
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 8105771.787521609
31
+ num_examples: 6508
32
+ - name: validation
33
+ num_bytes: 2638142.7097382694
34
+ num_examples: 2144
35
+ - name: test
36
+ num_bytes: 2757852.295213393
37
+ num_examples: 2224
38
+ download_size: 2925662
39
+ dataset_size: 13501766.792473271
40
+ ---
41
+ # Dataset Card for "scienceQA_text_only"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)