Upload 2 files
Browse files- config.json +61 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/resnet-50",
|
3 |
+
"architectures": [
|
4 |
+
"ResNetForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
4,
|
9 |
+
6,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"downsample_in_bottleneck": false,
|
13 |
+
"downsample_in_first_stage": false,
|
14 |
+
"embedding_size": 64,
|
15 |
+
"hidden_act": "relu",
|
16 |
+
"hidden_sizes": [
|
17 |
+
256,
|
18 |
+
512,
|
19 |
+
1024,
|
20 |
+
2048
|
21 |
+
],
|
22 |
+
"id2label": {
|
23 |
+
"0": "LABEL_0",
|
24 |
+
"1": "LABEL_1",
|
25 |
+
"2": "LABEL_2",
|
26 |
+
"3": "LABEL_3",
|
27 |
+
"4": "LABEL_4",
|
28 |
+
"5": "LABEL_5",
|
29 |
+
"6": "LABEL_6",
|
30 |
+
"7": "LABEL_7"
|
31 |
+
},
|
32 |
+
"label2id": {
|
33 |
+
"LABEL_0": 0,
|
34 |
+
"LABEL_1": 1,
|
35 |
+
"LABEL_2": 2,
|
36 |
+
"LABEL_3": 3,
|
37 |
+
"LABEL_4": 4,
|
38 |
+
"LABEL_5": 5,
|
39 |
+
"LABEL_6": 6,
|
40 |
+
"LABEL_7": 7
|
41 |
+
},
|
42 |
+
"layer_type": "bottleneck",
|
43 |
+
"model_type": "resnet",
|
44 |
+
"num_channels": 3,
|
45 |
+
"out_features": [
|
46 |
+
"stage4"
|
47 |
+
],
|
48 |
+
"out_indices": [
|
49 |
+
4
|
50 |
+
],
|
51 |
+
"problem_type": "single_label_classification",
|
52 |
+
"stage_names": [
|
53 |
+
"stem",
|
54 |
+
"stage1",
|
55 |
+
"stage2",
|
56 |
+
"stage3",
|
57 |
+
"stage4"
|
58 |
+
],
|
59 |
+
"torch_dtype": "float32",
|
60 |
+
"transformers_version": "4.45.2"
|
61 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0eed90b51c3d664a874c3f3cf1e4307f33023b46c6048d022a8f97fc1e97d56
|
3 |
+
size 94352152
|