Anonymous-researcher commited on
Commit
7b4f835
·
1 Parent(s): 60dd617

update model weight

Browse files
README.md CHANGED
@@ -1,3 +0,0 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
all_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.4329880177974701,
4
+ "eval_runtime": 208.8416,
5
+ "eval_samples_per_second": 239.416,
6
+ "eval_steps_per_second": 0.235,
7
+ "train_loss": 0.5196692755362847,
8
+ "train_runtime": 286003.5676,
9
+ "train_samples_per_second": 89.591,
10
+ "train_steps_per_second": 0.7
11
+ }
config.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GenericExplainer"
4
+ ],
5
+ "backbone_config": {
6
+ "_commit_hash": "f4bf8a536816f4f7d5c8b7fbd4621396c195001f",
7
+ "_name_or_path": "facebook/vit-mae-base",
8
+ "add_cross_attention": false,
9
+ "architectures": [
10
+ "ViTMAEForPreTraining"
11
+ ],
12
+ "attention_probs_dropout_prob": 0.0,
13
+ "bad_words_ids": null,
14
+ "begin_suppress_tokens": null,
15
+ "bos_token_id": null,
16
+ "chunk_size_feed_forward": 0,
17
+ "cross_attention_hidden_size": null,
18
+ "decoder_hidden_size": 512,
19
+ "decoder_intermediate_size": 2048,
20
+ "decoder_num_attention_heads": 16,
21
+ "decoder_num_hidden_layers": 8,
22
+ "decoder_start_token_id": null,
23
+ "diversity_penalty": 0.0,
24
+ "do_sample": false,
25
+ "early_stopping": false,
26
+ "encoder_no_repeat_ngram_size": 0,
27
+ "eos_token_id": null,
28
+ "exponential_decay_length_penalty": null,
29
+ "finetuning_task": null,
30
+ "forced_bos_token_id": null,
31
+ "forced_eos_token_id": null,
32
+ "hidden_act": "gelu",
33
+ "hidden_dropout_prob": 0.0,
34
+ "hidden_size": 768,
35
+ "id2label": {
36
+ "0": "LABEL_0",
37
+ "1": "LABEL_1"
38
+ },
39
+ "image_size": 224,
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 3072,
42
+ "is_decoder": false,
43
+ "is_encoder_decoder": false,
44
+ "label2id": {
45
+ "LABEL_0": 0,
46
+ "LABEL_1": 1
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "length_penalty": 1.0,
50
+ "mask_ratio": 0,
51
+ "max_length": 20,
52
+ "min_length": 0,
53
+ "model_type": "vit_mae",
54
+ "no_repeat_ngram_size": 0,
55
+ "norm_pix_loss": true,
56
+ "num_attention_heads": 12,
57
+ "num_beam_groups": 1,
58
+ "num_beams": 1,
59
+ "num_channels": 3,
60
+ "num_hidden_layers": 12,
61
+ "num_return_sequences": 1,
62
+ "output_attentions": false,
63
+ "output_hidden_states": false,
64
+ "output_scores": false,
65
+ "pad_token_id": null,
66
+ "patch_size": 16,
67
+ "prefix": null,
68
+ "problem_type": null,
69
+ "pruned_heads": {},
70
+ "qkv_bias": true,
71
+ "remove_invalid_values": false,
72
+ "repetition_penalty": 1.0,
73
+ "return_dict": true,
74
+ "return_dict_in_generate": false,
75
+ "sep_token_id": null,
76
+ "suppress_tokens": null,
77
+ "task_specific_params": null,
78
+ "temperature": 1.0,
79
+ "tf_legacy_loss": false,
80
+ "tie_encoder_decoder": false,
81
+ "tie_word_embeddings": true,
82
+ "tokenizer_class": null,
83
+ "top_k": 50,
84
+ "top_p": 1.0,
85
+ "torch_dtype": "float32",
86
+ "torchscript": false,
87
+ "transformers_version": "4.16.0.dev0",
88
+ "typical_p": 1.0,
89
+ "use_bfloat16": false
90
+ },
91
+ "explainerhead_layernum": 17,
92
+ "heatmap_patch_num_per_patch": 1,
93
+ "heatmap_size": 14,
94
+ "image_processor_name": "facebook/vit-mae-base",
95
+ "image_size": 224,
96
+ "lora": false,
97
+ "lora_dim": 32,
98
+ "mask_ratio": 0,
99
+ "perturb_radius": 2,
100
+ "target_encoder_config": {
101
+ "_commit_hash": "f4bf8a536816f4f7d5c8b7fbd4621396c195001f",
102
+ "_name_or_path": "facebook/vit-mae-base",
103
+ "add_cross_attention": false,
104
+ "architectures": [
105
+ "ViTMAEForPreTraining"
106
+ ],
107
+ "attention_probs_dropout_prob": 0.0,
108
+ "bad_words_ids": null,
109
+ "begin_suppress_tokens": null,
110
+ "bos_token_id": null,
111
+ "chunk_size_feed_forward": 0,
112
+ "cross_attention_hidden_size": null,
113
+ "decoder_hidden_size": 512,
114
+ "decoder_intermediate_size": 2048,
115
+ "decoder_num_attention_heads": 16,
116
+ "decoder_num_hidden_layers": 8,
117
+ "decoder_start_token_id": null,
118
+ "diversity_penalty": 0.0,
119
+ "do_sample": false,
120
+ "early_stopping": false,
121
+ "encoder_no_repeat_ngram_size": 0,
122
+ "eos_token_id": null,
123
+ "exponential_decay_length_penalty": null,
124
+ "finetuning_task": null,
125
+ "forced_bos_token_id": null,
126
+ "forced_eos_token_id": null,
127
+ "hidden_act": "gelu",
128
+ "hidden_dropout_prob": 0.0,
129
+ "hidden_size": 768,
130
+ "id2label": {
131
+ "0": "LABEL_0",
132
+ "1": "LABEL_1"
133
+ },
134
+ "image_size": 224,
135
+ "initializer_range": 0.02,
136
+ "intermediate_size": 3072,
137
+ "is_decoder": false,
138
+ "is_encoder_decoder": false,
139
+ "label2id": {
140
+ "LABEL_0": 0,
141
+ "LABEL_1": 1
142
+ },
143
+ "layer_norm_eps": 1e-12,
144
+ "length_penalty": 1.0,
145
+ "mask_ratio": 0,
146
+ "max_length": 20,
147
+ "min_length": 0,
148
+ "model_type": "vit_mae",
149
+ "no_repeat_ngram_size": 0,
150
+ "norm_pix_loss": true,
151
+ "num_attention_heads": 12,
152
+ "num_beam_groups": 1,
153
+ "num_beams": 1,
154
+ "num_channels": 3,
155
+ "num_hidden_layers": 12,
156
+ "num_return_sequences": 1,
157
+ "output_attentions": false,
158
+ "output_hidden_states": false,
159
+ "output_scores": false,
160
+ "pad_token_id": null,
161
+ "patch_size": 16,
162
+ "prefix": null,
163
+ "problem_type": null,
164
+ "pruned_heads": {},
165
+ "qkv_bias": true,
166
+ "remove_invalid_values": false,
167
+ "repetition_penalty": 1.0,
168
+ "return_dict": true,
169
+ "return_dict_in_generate": false,
170
+ "sep_token_id": null,
171
+ "suppress_tokens": null,
172
+ "task_specific_params": null,
173
+ "temperature": 1.0,
174
+ "tf_legacy_loss": false,
175
+ "tie_encoder_decoder": false,
176
+ "tie_word_embeddings": true,
177
+ "tokenizer_class": null,
178
+ "top_k": 50,
179
+ "top_p": 1.0,
180
+ "torch_dtype": "float32",
181
+ "torchscript": false,
182
+ "transformers_version": "4.16.0.dev0",
183
+ "typical_p": 1.0,
184
+ "use_bfloat16": false
185
+ },
186
+ "target_hidden_size": 768,
187
+ "torch_dtype": "float32",
188
+ "transformers_version": "4.29.2"
189
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 0.4329880177974701,
4
+ "eval_runtime": 208.8416,
5
+ "eval_samples_per_second": 239.416,
6
+ "eval_steps_per_second": 0.235
7
+ }
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.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
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:926569704edead3507819ad112842b84d186cec1878a8b38597ed3e30072dab0
3
+ size 1325455189
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "train_loss": 0.5196692755362847,
4
+ "train_runtime": 286003.5676,
5
+ "train_samples_per_second": 89.591,
6
+ "train_steps_per_second": 0.7
7
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dae131bb4b25193284c08bbc2e9c0f5b54b8816498fd48eba1332735c4c9a7c
3
+ size 4219