smyu commited on
Commit
bf08d2d
·
1 Parent(s): 8a687c1

Upload 4 files

Browse files
Files changed (4) hide show
  1. config.json +104 -0
  2. preprocessor_config.json +22 -0
  3. pytorch_model.bin +3 -0
  4. rng_state.pth +3 -0
config.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "$",
13
+ "1": "&",
14
+ "10": "8",
15
+ "11": "9",
16
+ "12": "@",
17
+ "13": "A",
18
+ "14": "B",
19
+ "15": "C",
20
+ "16": "D",
21
+ "17": "E",
22
+ "18": "F",
23
+ "19": "G",
24
+ "2": "0",
25
+ "20": "H",
26
+ "21": "I",
27
+ "22": "J",
28
+ "23": "K",
29
+ "24": "L",
30
+ "25": "M",
31
+ "26": "N",
32
+ "27": "P",
33
+ "28": "Q",
34
+ "29": "R",
35
+ "3": "1",
36
+ "30": "S",
37
+ "31": "T",
38
+ "32": "U",
39
+ "33": "V",
40
+ "34": "W",
41
+ "35": "X",
42
+ "36": "Y",
43
+ "37": "Z",
44
+ "4": "2",
45
+ "5": "3",
46
+ "6": "4",
47
+ "7": "5",
48
+ "8": "6",
49
+ "9": "7"
50
+ },
51
+ "image_size": 224,
52
+ "initializer_range": 0.02,
53
+ "intermediate_size": 3072,
54
+ "label2id": {
55
+ "$": "0",
56
+ "&": "1",
57
+ "0": "2",
58
+ "1": "3",
59
+ "2": "4",
60
+ "3": "5",
61
+ "4": "6",
62
+ "5": "7",
63
+ "6": "8",
64
+ "7": "9",
65
+ "8": "10",
66
+ "9": "11",
67
+ "@": "12",
68
+ "A": "13",
69
+ "B": "14",
70
+ "C": "15",
71
+ "D": "16",
72
+ "E": "17",
73
+ "F": "18",
74
+ "G": "19",
75
+ "H": "20",
76
+ "I": "21",
77
+ "J": "22",
78
+ "K": "23",
79
+ "L": "24",
80
+ "M": "25",
81
+ "N": "26",
82
+ "P": "27",
83
+ "Q": "28",
84
+ "R": "29",
85
+ "S": "30",
86
+ "T": "31",
87
+ "U": "32",
88
+ "V": "33",
89
+ "W": "34",
90
+ "X": "35",
91
+ "Y": "36",
92
+ "Z": "37"
93
+ },
94
+ "layer_norm_eps": 1e-12,
95
+ "model_type": "vit",
96
+ "num_attention_heads": 12,
97
+ "num_channels": 3,
98
+ "num_hidden_layers": 12,
99
+ "patch_size": 16,
100
+ "problem_type": "single_label_classification",
101
+ "qkv_bias": true,
102
+ "torch_dtype": "float32",
103
+ "transformers_version": "4.31.0"
104
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTFeatureExtractor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5cfe2c1d39549fd9ad6c3c13b2f320ea6107f5771aace71f4f23ebf70747a6
3
+ size 343379437
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39232056ccfd436c15019799b0234cbd01d2c42fe70cfc50400b13b6cae1832b
3
+ size 14575