deepfake_ecg / README.md
vlbthambawita's picture
Update README.md
91d976a
|
raw
history blame
No virus
258 Bytes
metadata
license: bsd
language:
  - en
tags:
  - ECG
  - Synthetic ECG

To generate synthetic ECGs

from transformers import AutoModel

model = AutoModel.from_pretrained("deepsynthbody/deepfake_ecg", trust_remote_code=True)

out = model(num_samples=5)