roszcz commited on
Commit
0a24ec6
·
1 Parent(s): 6ea67bd

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
+ dataset_info:
3
+ features:
4
+ - name: record_id
5
+ dtype: string
6
+ - name: signal
7
+ dtype:
8
+ array2_d:
9
+ shape:
10
+ - 2
11
+ - 1000
12
+ dtype: float32
13
+ - name: mask
14
+ dtype:
15
+ array2_d:
16
+ shape:
17
+ - 1
18
+ - 1000
19
+ dtype: int8
20
+ splits:
21
+ - name: train
22
+ num_bytes: 6591714200
23
+ num_examples: 730278
24
+ - name: validation
25
+ num_bytes: 755744025
26
+ num_examples: 83724
27
+ - name: test
28
+ num_bytes: 807009592
29
+ num_examples: 89407
30
+ download_size: 2229542434
31
+ dataset_size: 8154467817
32
+ ---
33
+ # Dataset Card for "ecg-segmentation-ltafdb"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)