hts98 commited on
Commit
d0668a7
1 Parent(s): 335e4c6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: input_length
5
+ dtype: int64
6
+ - name: input_features
7
+ sequence:
8
+ sequence: float32
9
+ - name: labels
10
+ sequence: int64
11
+ - name: labels_length
12
+ dtype: int64
13
+ splits:
14
+ - name: train
15
+ num_bytes: 3288656680.0
16
+ num_examples: 3420
17
+ - name: test
18
+ num_bytes: 823132264.0
19
+ num_examples: 856
20
+ download_size: 3268410558
21
+ dataset_size: 4111788944.0
22
+ ---
23
+ # Dataset Card for "dataforlarge"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)