chiangfish commited on
Commit
1fb0e06
·
verified ·
1 Parent(s): f6d08fe

Add checkpoint manifest

Browse files
Files changed (1) hide show
  1. ckpt_manifest.json +21 -0
ckpt_manifest.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "checkpoints": [
3
+ {
4
+ "filename": "v1_best.pth",
5
+ "description": "Beat-age beat-level Net1D model trained on the UK Biobank Development Cohort.",
6
+ "architecture": "Net1D",
7
+ "input": "segmented 12-lead ECG beats",
8
+ "output": "predicted biological age in years",
9
+ "parameters": 397178,
10
+ "size_bytes": 1664095,
11
+ "sha256": "1e69607e062a6e8dd85d808a037ab7dbc556b138cd3d273182a29b858d26821d",
12
+ "source_path": "ckpts/v1_best.pth"
13
+ }
14
+ ],
15
+ "paper": {
16
+ "title": "Beat-Level Electrocardiographic Biological Age and Its Variability as Digital Biomarkers for Cardiovascular Risk Stratification",
17
+ "citation_key": "beatage2026",
18
+ "year": 2026
19
+ },
20
+ "official_github": "https://github.com/chiangfish/beat-age"
21
+ }