| { | |
| "model_type": "audio-classification", | |
| "architectures": ["HeartbeatClassifier"], | |
| "num_labels": 2, | |
| "id2label": { | |
| "0": "Normal", | |
| "1": "Heart Failure" | |
| }, | |
| "label2id": { | |
| "Normal": 0, | |
| "Heart Failure": 1 | |
| }, | |
| "problem_type": "single_label_classification", | |
| "framework": "pt", | |
| "sampling_rate": 4000 | |
| } |