File size: 722 Bytes
fee08ca
 
 
 
f1f6a52
 
 
 
fee08ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "architectures": [
    "ECGClassifier"
  ],
  "auto_map": {
    "AutoConfig": "modeling_ecg.ECGClassifierConfig",
    "AutoModel": "modeling_ecg.ECGClassifier"
  },
  "model_type": "ecg-classifier",
  "number_of_classes": 5,
  "signal_length": 5000,
  "num_leads": 12,
  "sampling_rate": 100,
  "input_type": "time_series",
  "output_type": "classification",
  "task": [
    "time-series-classification"
  ],
  "classes": [
    "NORM",
    "MI",
    "STTC",
    "HYP",
    "CD"
  ],
  "class_indices": {
    "NORM": 0,
    "MI": 1,
    "STTC": 2,
    "HYP": 3,
    "CD": 4
  },
  "num_layers": 4,
  "output_size": 128,
  "dropout": 0.2,
  "frame_size": 5000,
  "frame_shift": 5000,
  "transformers_version": "4.36.0"
}