JasiekKaczmarczyk commited on
Commit
d000a27
·
1 Parent(s): 0da40c4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -2,4 +2,28 @@
2
  task_categories:
3
  - token-classification
4
  pretty_name: physionet-preprocessed
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  task_categories:
3
  - token-classification
4
  pretty_name: physionet-preprocessed
5
+ dataset_info:
6
+ features:
7
+ - name: record_id
8
+ dtype: string
9
+ - name: signal
10
+ dtype:
11
+ array2_d:
12
+ shape:
13
+ - 1000
14
+ - 2
15
+ dtype: float32
16
+ - name: mask
17
+ dtype:
18
+ array2_d:
19
+ shape:
20
+ - 1000
21
+ - 1
22
+ dtype: int8
23
+ splits:
24
+ - name: train
25
+ num_bytes: 164372254
26
+ num_examples: 9661
27
+ download_size: 25555621
28
+ dataset_size: 164372254
29
+ ---