This repository contains an small version of the ECG dataset:
https://huggingface.co/datasets/deepsynthbody/deepfake_ecg, split into training, validation, and test sets. The dataset is provided as CSV files and corresponding ECG data files in .asc format. The ECG data files are organized into separate folders for the train, validation, and test sets.
.
├── train.csv
├── validate.csv
├── test.csv
├── train
│ ├── file_1.asc
│ ├── file_2.asc… See the full description on the dataset page:
https://huggingface.co/datasets/deepsynthbody/deepfake-ecg-small.