sethapun commited on
Commit
94f8942
·
1 Parent(s): f2ca3cc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Question
5
+ dtype: string
6
+ - name: Numbers
7
+ dtype: string
8
+ - name: Equation
9
+ dtype: string
10
+ - name: Answer
11
+ dtype: float64
12
+ - name: group_nums
13
+ dtype: string
14
+ - name: Body
15
+ dtype: string
16
+ - name: Ques
17
+ dtype: string
18
+ - name: WrongAnswer
19
+ dtype: float64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 1717645
23
+ num_examples: 3973
24
+ - name: validation
25
+ num_bytes: 81781
26
+ num_examples: 165
27
+ download_size: 644939
28
+ dataset_size: 1799426
29
+ ---
30
+ # Dataset Card for "cv_svamp_augmented_fold3"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)