File size: 1,866 Bytes
59284c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
  "architectures": [
    "ResNetForImageClassification"
  ],
  "depths": [
    2,
    2,
    2,
    2
  ],
  "downsample_in_bottleneck": false,
  "downsample_in_first_stage": false,
  "embedding_size": 64,
  "hidden_act": "relu",
  "hidden_sizes": [
    64,
    128,
    256,
    512
  ],
  "id2label": {
    "0": "Arial",
    "1": "Arial Black",
    "10": "Times New Roman",
    "11": "Times New Roman Bold",
    "12": "Times New Roman Bold Italic",
    "13": "Times New Roman Italic",
    "14": "Trebuchet MS",
    "15": "Trebuchet MS Bold",
    "16": "Trebuchet MS Bold Italic",
    "17": "Trebuchet MS Italic",
    "18": "Verdana",
    "19": "Verdana Bold",
    "2": "Arial Bold",
    "20": "Verdana Bold Italic",
    "21": "Verdana Italic",
    "3": "Arial Bold Italic",
    "4": "Avenir",
    "5": "Courier",
    "6": "Georgia",
    "7": "Helvetica",
    "8": "Tahoma",
    "9": "Tahoma Bold"
  },
  "label2id": {
    "Arial": "0",
    "Arial Black": "1",
    "Arial Bold": "2",
    "Arial Bold Italic": "3",
    "Avenir": "4",
    "Courier": "5",
    "Georgia": "6",
    "Helvetica": "7",
    "Tahoma": "8",
    "Tahoma Bold": "9",
    "Times New Roman": "10",
    "Times New Roman Bold": "11",
    "Times New Roman Bold Italic": "12",
    "Times New Roman Italic": "13",
    "Trebuchet MS": "14",
    "Trebuchet MS Bold": "15",
    "Trebuchet MS Bold Italic": "16",
    "Trebuchet MS Italic": "17",
    "Verdana": "18",
    "Verdana Bold": "19",
    "Verdana Bold Italic": "20",
    "Verdana Italic": "21"
  },
  "layer_type": "basic",
  "model_type": "resnet",
  "num_channels": 3,
  "out_features": [
    "stage4"
  ],
  "out_indices": [
    4
  ],
  "problem_type": "single_label_classification",
  "stage_names": [
    "stem",
    "stage1",
    "stage2",
    "stage3",
    "stage4"
  ],
  "torch_dtype": "float32",
  "transformers_version": "4.53.3"
}