Commit
·
5d88635
1
Parent(s):
834d301
uddated readme
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ This repository contains an small version of the ECG dataset: https://huggingfac
|
|
8 |
|
9 |
## Folder Structure
|
10 |
|
|
|
11 |
.
|
12 |
├── train.csv
|
13 |
├── validate.csv
|
@@ -24,6 +25,7 @@ This repository contains an small version of the ECG dataset: https://huggingfac
|
|
24 |
├── file_1.asc
|
25 |
├── file_2.asc
|
26 |
└── ...
|
|
|
27 |
|
28 |
|
29 |
- `train.csv`: Contains 10,000 records with metadata and the corresponding ECG file names for the training set.
|
|
|
8 |
|
9 |
## Folder Structure
|
10 |
|
11 |
+
```python
|
12 |
.
|
13 |
├── train.csv
|
14 |
├── validate.csv
|
|
|
25 |
├── file_1.asc
|
26 |
├── file_2.asc
|
27 |
└── ...
|
28 |
+
```
|
29 |
|
30 |
|
31 |
- `train.csv`: Contains 10,000 records with metadata and the corresponding ECG file names for the training set.
|