File size: 3,639 Bytes
e948e17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
  "_name_or_path": "AutoTrain",
  "architectures": [
    "ResNetForImageClassification"
  ],
  "depths": [
    3,
    4,
    6,
    3
  ],
  "downsample_in_first_stage": false,
  "embedding_size": 64,
  "hidden_act": "relu",
  "hidden_sizes": [
    256,
    512,
    1024,
    2048
  ],
  "id2label": {
    "0": "ace of clubs",
    "1": "ace of diamonds",
    "10": "five of hearts",
    "11": "five of spades",
    "12": "four of clubs",
    "13": "four of diamonds",
    "14": "four of hearts",
    "15": "four of spades",
    "16": "jack of clubs",
    "17": "jack of diamonds",
    "18": "jack of hearts",
    "19": "jack of spades",
    "2": "ace of hearts",
    "20": "joker",
    "21": "king of clubs",
    "22": "king of diamonds",
    "23": "king of hearts",
    "24": "king of spades",
    "25": "nine of clubs",
    "26": "nine of diamonds",
    "27": "nine of hearts",
    "28": "nine of spades",
    "29": "queen of clubs",
    "3": "ace of spades",
    "30": "queen of diamonds",
    "31": "queen of hearts",
    "32": "queen of spades",
    "33": "seven of clubs",
    "34": "seven of diamonds",
    "35": "seven of hearts",
    "36": "seven of spades",
    "37": "six of clubs",
    "38": "six of diamonds",
    "39": "six of hearts",
    "4": "eight of clubs",
    "40": "six of spades",
    "41": "ten of clubs",
    "42": "ten of diamonds",
    "43": "ten of hearts",
    "44": "ten of spades",
    "45": "three of clubs",
    "46": "three of diamonds",
    "47": "three of hearts",
    "48": "three of spades",
    "49": "two of clubs",
    "5": "eight of diamonds",
    "50": "two of diamonds",
    "51": "two of hearts",
    "52": "two of spades",
    "6": "eight of hearts",
    "7": "eight of spades",
    "8": "five of clubs",
    "9": "five of diamonds"
  },
  "label2id": {
    "ace of clubs": "0",
    "ace of diamonds": "1",
    "ace of hearts": "2",
    "ace of spades": "3",
    "eight of clubs": "4",
    "eight of diamonds": "5",
    "eight of hearts": "6",
    "eight of spades": "7",
    "five of clubs": "8",
    "five of diamonds": "9",
    "five of hearts": "10",
    "five of spades": "11",
    "four of clubs": "12",
    "four of diamonds": "13",
    "four of hearts": "14",
    "four of spades": "15",
    "jack of clubs": "16",
    "jack of diamonds": "17",
    "jack of hearts": "18",
    "jack of spades": "19",
    "joker": "20",
    "king of clubs": "21",
    "king of diamonds": "22",
    "king of hearts": "23",
    "king of spades": "24",
    "nine of clubs": "25",
    "nine of diamonds": "26",
    "nine of hearts": "27",
    "nine of spades": "28",
    "queen of clubs": "29",
    "queen of diamonds": "30",
    "queen of hearts": "31",
    "queen of spades": "32",
    "seven of clubs": "33",
    "seven of diamonds": "34",
    "seven of hearts": "35",
    "seven of spades": "36",
    "six of clubs": "37",
    "six of diamonds": "38",
    "six of hearts": "39",
    "six of spades": "40",
    "ten of clubs": "41",
    "ten of diamonds": "42",
    "ten of hearts": "43",
    "ten of spades": "44",
    "three of clubs": "45",
    "three of diamonds": "46",
    "three of hearts": "47",
    "three of spades": "48",
    "two of clubs": "49",
    "two of diamonds": "50",
    "two of hearts": "51",
    "two of spades": "52"
  },
  "layer_type": "bottleneck",
  "max_length": 128,
  "model_type": "resnet",
  "num_channels": 3,
  "out_features": null,
  "padding": "max_length",
  "problem_type": "single_label_classification",
  "stage_names": [
    "stem",
    "stage1",
    "stage2",
    "stage3",
    "stage4"
  ],
  "torch_dtype": "float32",
  "transformers_version": "4.25.1"
}