EZAIJ commited on
Commit
be26f83
·
verified ·
1 Parent(s): c3bdab7

Add model card (README)

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PiLA: PPG-based Cardiac Disease Diagnosis Model
2
+
3
+ ## Overview
4
+
5
+ This repository provides pretrained and finetuned model weights for PiLA, a deep learning framework for cardiac disease diagnosis from photoplethysmography (PPG) signals.
6
+
7
+ The model supports multimodal physiological inputs, including:
8
+
9
+ * PPG
10
+ * VPG (velocity PPG)
11
+ * APG (acceleration PPG)
12
+
13
+ ## Files
14
+
15
+ * `pretrain_model.pth`: self-supervised pretrained weights
16
+ * `model_best.pth`: finetuned model for downstream diagnosis
17
+
18
+ ## Code
19
+
20
+ Source code is available at:
21
+ https://github.com/EZAIJ/PiLA-PPG
22
+
23
+ ## Data
24
+
25
+ Due to privacy and ethical constraints, the dataset is not publicly available.
26
+
27
+ ## Notes
28
+
29
+ * The released weights do not contain any identifiable or participant-level data.
30
+ * This model is provided for research use only.
31
+
32
+ ## Paper
33
+
34
+ https://arxiv.org/abs/2602.04266