Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
guychuk
/
PhysioJEPA
like
0
lucky9-cyou/mimic-iv-aligned-ppg-ecg
physionet/ptb-xl
ecg
ppg
jepa
self-supervised
cardiac
representation-learning
License:
mit
Model card
Files
Files and versions
xet
Community
main
PhysioJEPA
/
main.py
guychuk
Upload folder using huggingface_hub
31e2456
verified
28 days ago
raw
Copy download link
history
blame
contribute
delete
88 Bytes
def
main
():
print
(
"Hello from physiojepa!"
)
if
__name__ ==
"__main__"
:
main()