jxie commited on
Commit
c6415a5
·
1 Parent(s): 29e33da

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: inputs
5
+ sequence:
6
+ sequence: float64
7
+ - name: label
8
+ dtype: int64
9
+ splits:
10
+ - name: train
11
+ num_bytes: 9604800000
12
+ num_examples: 400000
13
+ - name: test
14
+ num_bytes: 2401200000
15
+ num_examples: 100000
16
+ download_size: 6279601264
17
+ dataset_size: 12006000000
18
+ ---
19
+ # Dataset Card for "epsilon-normalized"
20
+
21
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)