Update README.md
Browse filesadded manual configs
README.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# ECG Dataset
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
|
4 |
+
configs:
|
5 |
+
- config_name: default
|
6 |
+
data_files:
|
7 |
+
- split: train
|
8 |
+
path: "train/*"
|
9 |
+
- split: validation
|
10 |
+
path: "validation/*"
|
11 |
+
- split: test
|
12 |
+
path: "test/*"
|
13 |
+
|
14 |
---
|
15 |
|
16 |
# ECG Dataset
|