rootacess commited on
Commit
82a035a
1 Parent(s): 88fc205

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
+ dataset_info:
3
+ features:
4
+ - name: Problem
5
+ dtype: string
6
+ - name: category
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': general
11
+ '1': physics
12
+ '2': gain
13
+ '3': geometry
14
+ '4': probability
15
+ '5': other
16
+ splits:
17
+ - name: train
18
+ num_bytes: 5370736
19
+ num_examples: 29837
20
+ - name: test
21
+ num_bytes: 537186
22
+ num_examples: 2985
23
+ - name: validation
24
+ num_bytes: 802226
25
+ num_examples: 4475
26
+ download_size: 3557833
27
+ dataset_size: 6710148
28
+ ---
29
+ # Dataset Card for "math-qa-classification"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)