aviroes commited on
Commit
700a109
·
1 Parent(s): 8e95599

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: input_features
14
+ sequence:
15
+ sequence: float32
16
+ - name: input_length
17
+ dtype: float64
18
+ - name: labels
19
+ sequence: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 8097082928.0
23
+ num_examples: 8430
24
+ - name: test
25
+ num_bytes: 159444680
26
+ num_examples: 166
27
+ - name: validation
28
+ num_bytes: 96050136
29
+ num_examples: 100
30
+ download_size: 1755695943
31
+ dataset_size: 8352577744.0
32
+ ---
33
+ # Dataset Card for "augmented_above_70yo_elderly_people_dataset"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)