liyongsea commited on
Commit
3cfe60b
1 Parent(s): b09b4df

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
+ dataset_info:
3
+ features:
4
+ - name: ecg_id
5
+ dtype: int64
6
+ - name: age
7
+ dtype: int32
8
+ - name: sex
9
+ dtype: string
10
+ - name: ecg_array
11
+ dtype:
12
+ array2_d:
13
+ shape:
14
+ - 5000
15
+ - 12
16
+ dtype: float32
17
+ - name: idx
18
+ dtype: int64
19
+ splits:
20
+ - name: train
21
+ num_bytes: 2600290
22
+ num_examples: 10
23
+ download_size: 914715
24
+ dataset_size: 2600290
25
+ ---
26
+ # Dataset Card for "ptb-sss"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)