roszcz commited on
Commit
48c50f5
·
1 Parent(s): 5c993d6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: time
5
+ dtype: timestamp[us]
6
+ - name: label
7
+ dtype: string
8
+ - name: position
9
+ dtype: int64
10
+ - name: is_beat
11
+ dtype: bool
12
+ - name: signal
13
+ dtype:
14
+ array2_d:
15
+ shape:
16
+ - 1200
17
+ - 3
18
+ dtype: int16
19
+ - name: exam_uid
20
+ dtype: string
21
+ - name: to_review
22
+ dtype: bool
23
+ splits:
24
+ - name: train
25
+ num_bytes: 24130500
26
+ num_examples: 2000
27
+ download_size: 10055162
28
+ dataset_size: 24130500
29
+ ---
30
+ # Dataset Card for "qrs-swipe-demo"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)