rajkalale commited on
Commit
a016e31
·
verified ·
1 Parent(s): e030a0a

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +34 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "simple_cnn",
3
+ "num_classes": 6,
4
+ "labels": [
5
+ "NORM",
6
+ "AFIB",
7
+ "SBRAD",
8
+ "STACH",
9
+ "BIGEMINY",
10
+ "VT"
11
+ ],
12
+ "id2label": {
13
+ "0": "NORM",
14
+ "1": "AFIB",
15
+ "2": "SBRAD",
16
+ "3": "STACH",
17
+ "4": "BIGEMINY",
18
+ "5": "VT"
19
+ },
20
+ "label2id": {
21
+ "NORM": 0,
22
+ "AFIB": 1,
23
+ "SBRAD": 2,
24
+ "STACH": 3,
25
+ "BIGEMINY": 4,
26
+ "VT": 5
27
+ },
28
+ "input_size": [
29
+ 3,
30
+ 224,
31
+ 224
32
+ ],
33
+ "created_at": "2025-09-19T15:23:09.646263"
34
+ }