fokan commited on
Commit
b67b937
·
verified ·
1 Parent(s): 88f9806

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +81 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ResNetForImageClassification"
4
+ ],
5
+ "depths": [
6
+ 2,
7
+ 2,
8
+ 2,
9
+ 2
10
+ ],
11
+ "downsample_in_bottleneck": false,
12
+ "downsample_in_first_stage": false,
13
+ "downsample_parameters": [
14
+ [
15
+ true,
16
+ false
17
+ ],
18
+ [
19
+ true,
20
+ false
21
+ ],
22
+ [
23
+ true,
24
+ false
25
+ ],
26
+ [
27
+ true,
28
+ false
29
+ ]
30
+ ],
31
+ "dtype": "float32",
32
+ "embedding_size": 64,
33
+ "hidden_act": "relu",
34
+ "hidden_sizes": [
35
+ 64,
36
+ 128,
37
+ 256,
38
+ 512
39
+ ],
40
+ "id2label": {
41
+ "0": "LABEL_0",
42
+ "1": "LABEL_1",
43
+ "2": "LABEL_2",
44
+ "3": "LABEL_3",
45
+ "4": "LABEL_4",
46
+ "5": "LABEL_5",
47
+ "6": "LABEL_6",
48
+ "7": "LABEL_7",
49
+ "8": "LABEL_8",
50
+ "9": "LABEL_9"
51
+ },
52
+ "label2id": {
53
+ "LABEL_0": 0,
54
+ "LABEL_1": 1,
55
+ "LABEL_2": 2,
56
+ "LABEL_3": 3,
57
+ "LABEL_4": 4,
58
+ "LABEL_5": 5,
59
+ "LABEL_6": 6,
60
+ "LABEL_7": 7,
61
+ "LABEL_8": 8,
62
+ "LABEL_9": 9
63
+ },
64
+ "layer_type": "basic",
65
+ "model_type": "resnet",
66
+ "num_channels": 3,
67
+ "out_features": [
68
+ "stage4"
69
+ ],
70
+ "out_indices": [
71
+ 4
72
+ ],
73
+ "stage_names": [
74
+ "stem",
75
+ "stage1",
76
+ "stage2",
77
+ "stage3",
78
+ "stage4"
79
+ ],
80
+ "transformers_version": "4.57.1"
81
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf9186ea3987601acedad2ee58830208e60fec0aee0c4847fca01a8980b24bdc
3
+ size 44780752