Sulav commited on
Commit
39c7534
·
verified ·
1 Parent(s): 1463b8b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: question
10
+ dtype: string
11
+ - name: answer
12
+ dtype: string
13
+ - name: conversations
14
+ list:
15
+ - name: from
16
+ dtype: string
17
+ - name: value
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 454646422
22
+ num_examples: 200035
23
+ download_size: 165946370
24
+ dataset_size: 454646422
25
+ ---
26
+ # Dataset Card for "orca-math-word-problems-25k_sharegpt_axolotol"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)