sheldonxxxx commited on
Commit
c115ef9
1 Parent(s): 92adfcc

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-384",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "finetuning_task": "image-classification",
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "aircraft",
18
+ "1": "arm cannon",
19
+ "2": "aqua eyes",
20
+ "3": "blue eyes",
21
+ "4": "red eyes",
22
+ "5": "purple eyes",
23
+ "6": "orange eyes",
24
+ "7": "yellow eyes",
25
+ "8": "pink eyes",
26
+ "9": "black eyes",
27
+ "10": "brown eyes",
28
+ "11": "armor",
29
+ "12": "battle",
30
+ "13": "beam rifle",
31
+ "14": "beam saber",
32
+ "15": "cable",
33
+ "16": "cannon",
34
+ "17": "claws",
35
+ "18": "clenched hand",
36
+ "19": "clenched hands",
37
+ "20": "damaged",
38
+ "21": "dual wielding",
39
+ "22": "energy cannon",
40
+ "23": "energy gun",
41
+ "24": "energy sword",
42
+ "25": "explosion",
43
+ "26": "fire",
44
+ "27": "firing",
45
+ "28": "floating",
46
+ "29": "flying",
47
+ "30": "funnels gundam",
48
+ "31": "glowing",
49
+ "32": "glowing eyes",
50
+ "33": "green eyes",
51
+ "34": "ground vehicle",
52
+ "35": "gun",
53
+ "36": "holding",
54
+ "37": "holding gun",
55
+ "38": "holding shield",
56
+ "39": "holding sword",
57
+ "40": "holding weapon",
58
+ "41": "horns",
59
+ "42": "humanoid robot",
60
+ "43": "insignia",
61
+ "44": "machine gun",
62
+ "45": "machinery",
63
+ "46": "mecha",
64
+ "47": "mechanical wings",
65
+ "48": "mechanization",
66
+ "49": "military",
67
+ "50": "military vehicle",
68
+ "51": "missile pod",
69
+ "52": "motor vehicle",
70
+ "53": "non humanoid robot",
71
+ "54": "open hands",
72
+ "55": "polearm",
73
+ "56": "radio antenna",
74
+ "57": "rifle",
75
+ "58": "robot",
76
+ "59": "shield",
77
+ "60": "shoulder cannon",
78
+ "61": "single horn",
79
+ "62": "spacecraft",
80
+ "63": "spikes",
81
+ "64": "sword",
82
+ "65": "tail",
83
+ "66": "thrusters",
84
+ "67": "v fin",
85
+ "68": "weapon",
86
+ "69": "wings"
87
+ },
88
+ "image_size": 384,
89
+ "initializer_range": 0.02,
90
+ "intermediate_size": 3072,
91
+ "label2id": {
92
+ "aircraft": 0,
93
+ "aqua eyes": 2,
94
+ "arm cannon": 1,
95
+ "armor": 11,
96
+ "battle": 12,
97
+ "beam rifle": 13,
98
+ "beam saber": 14,
99
+ "black eyes": 9,
100
+ "blue eyes": 3,
101
+ "brown eyes": 10,
102
+ "cable": 15,
103
+ "cannon": 16,
104
+ "claws": 17,
105
+ "clenched hand": 18,
106
+ "clenched hands": 19,
107
+ "damaged": 20,
108
+ "dual wielding": 21,
109
+ "energy cannon": 22,
110
+ "energy gun": 23,
111
+ "energy sword": 24,
112
+ "explosion": 25,
113
+ "fire": 26,
114
+ "firing": 27,
115
+ "floating": 28,
116
+ "flying": 29,
117
+ "funnels gundam": 30,
118
+ "glowing": 31,
119
+ "glowing eyes": 32,
120
+ "green eyes": 33,
121
+ "ground vehicle": 34,
122
+ "gun": 35,
123
+ "holding": 36,
124
+ "holding gun": 37,
125
+ "holding shield": 38,
126
+ "holding sword": 39,
127
+ "holding weapon": 40,
128
+ "horns": 41,
129
+ "humanoid robot": 42,
130
+ "insignia": 43,
131
+ "machine gun": 44,
132
+ "machinery": 45,
133
+ "mecha": 46,
134
+ "mechanical wings": 47,
135
+ "mechanization": 48,
136
+ "military": 49,
137
+ "military vehicle": 50,
138
+ "missile pod": 51,
139
+ "motor vehicle": 52,
140
+ "non humanoid robot": 53,
141
+ "open hands": 54,
142
+ "orange eyes": 6,
143
+ "pink eyes": 8,
144
+ "polearm": 55,
145
+ "purple eyes": 5,
146
+ "radio antenna": 56,
147
+ "red eyes": 4,
148
+ "rifle": 57,
149
+ "robot": 58,
150
+ "shield": 59,
151
+ "shoulder cannon": 60,
152
+ "single horn": 61,
153
+ "spacecraft": 62,
154
+ "spikes": 63,
155
+ "sword": 64,
156
+ "tail": 65,
157
+ "thrusters": 66,
158
+ "v fin": 67,
159
+ "weapon": 68,
160
+ "wings": 69,
161
+ "yellow eyes": 7
162
+ },
163
+ "layer_norm_eps": 1e-12,
164
+ "layer_scale_init_value": 0.1,
165
+ "model_type": "beit",
166
+ "num_attention_heads": 12,
167
+ "num_channels": 3,
168
+ "num_hidden_layers": 12,
169
+ "out_indices": [
170
+ 3,
171
+ 5,
172
+ 7,
173
+ 11
174
+ ],
175
+ "patch_size": 16,
176
+ "pool_scales": [
177
+ 1,
178
+ 2,
179
+ 3,
180
+ 6
181
+ ],
182
+ "problem_type": "multi_label_classification",
183
+ "semantic_loss_ignore_index": 255,
184
+ "torch_dtype": "float32",
185
+ "transformers_version": "4.25.1",
186
+ "use_absolute_position_embeddings": false,
187
+ "use_auxiliary_head": true,
188
+ "use_mask_token": false,
189
+ "use_mean_pooling": true,
190
+ "use_relative_position_bias": true,
191
+ "use_shared_relative_position_bias": false,
192
+ "vocab_size": 8192
193
+ }
last-checkpoint/config.json ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-384",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "finetuning_task": "image-classification",
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "aircraft",
18
+ "1": "arm cannon",
19
+ "2": "aqua eyes",
20
+ "3": "blue eyes",
21
+ "4": "red eyes",
22
+ "5": "purple eyes",
23
+ "6": "orange eyes",
24
+ "7": "yellow eyes",
25
+ "8": "pink eyes",
26
+ "9": "black eyes",
27
+ "10": "brown eyes",
28
+ "11": "armor",
29
+ "12": "battle",
30
+ "13": "beam rifle",
31
+ "14": "beam saber",
32
+ "15": "cable",
33
+ "16": "cannon",
34
+ "17": "claws",
35
+ "18": "clenched hand",
36
+ "19": "clenched hands",
37
+ "20": "damaged",
38
+ "21": "dual wielding",
39
+ "22": "energy cannon",
40
+ "23": "energy gun",
41
+ "24": "energy sword",
42
+ "25": "explosion",
43
+ "26": "fire",
44
+ "27": "firing",
45
+ "28": "floating",
46
+ "29": "flying",
47
+ "30": "funnels gundam",
48
+ "31": "glowing",
49
+ "32": "glowing eyes",
50
+ "33": "green eyes",
51
+ "34": "ground vehicle",
52
+ "35": "gun",
53
+ "36": "holding",
54
+ "37": "holding gun",
55
+ "38": "holding shield",
56
+ "39": "holding sword",
57
+ "40": "holding weapon",
58
+ "41": "horns",
59
+ "42": "humanoid robot",
60
+ "43": "insignia",
61
+ "44": "machine gun",
62
+ "45": "machinery",
63
+ "46": "mecha",
64
+ "47": "mechanical wings",
65
+ "48": "mechanization",
66
+ "49": "military",
67
+ "50": "military vehicle",
68
+ "51": "missile pod",
69
+ "52": "motor vehicle",
70
+ "53": "non humanoid robot",
71
+ "54": "open hands",
72
+ "55": "polearm",
73
+ "56": "radio antenna",
74
+ "57": "rifle",
75
+ "58": "robot",
76
+ "59": "shield",
77
+ "60": "shoulder cannon",
78
+ "61": "single horn",
79
+ "62": "spacecraft",
80
+ "63": "spikes",
81
+ "64": "sword",
82
+ "65": "tail",
83
+ "66": "thrusters",
84
+ "67": "v fin",
85
+ "68": "weapon",
86
+ "69": "wings"
87
+ },
88
+ "image_size": 384,
89
+ "initializer_range": 0.02,
90
+ "intermediate_size": 3072,
91
+ "label2id": {
92
+ "aircraft": 0,
93
+ "aqua eyes": 2,
94
+ "arm cannon": 1,
95
+ "armor": 11,
96
+ "battle": 12,
97
+ "beam rifle": 13,
98
+ "beam saber": 14,
99
+ "black eyes": 9,
100
+ "blue eyes": 3,
101
+ "brown eyes": 10,
102
+ "cable": 15,
103
+ "cannon": 16,
104
+ "claws": 17,
105
+ "clenched hand": 18,
106
+ "clenched hands": 19,
107
+ "damaged": 20,
108
+ "dual wielding": 21,
109
+ "energy cannon": 22,
110
+ "energy gun": 23,
111
+ "energy sword": 24,
112
+ "explosion": 25,
113
+ "fire": 26,
114
+ "firing": 27,
115
+ "floating": 28,
116
+ "flying": 29,
117
+ "funnels gundam": 30,
118
+ "glowing": 31,
119
+ "glowing eyes": 32,
120
+ "green eyes": 33,
121
+ "ground vehicle": 34,
122
+ "gun": 35,
123
+ "holding": 36,
124
+ "holding gun": 37,
125
+ "holding shield": 38,
126
+ "holding sword": 39,
127
+ "holding weapon": 40,
128
+ "horns": 41,
129
+ "humanoid robot": 42,
130
+ "insignia": 43,
131
+ "machine gun": 44,
132
+ "machinery": 45,
133
+ "mecha": 46,
134
+ "mechanical wings": 47,
135
+ "mechanization": 48,
136
+ "military": 49,
137
+ "military vehicle": 50,
138
+ "missile pod": 51,
139
+ "motor vehicle": 52,
140
+ "non humanoid robot": 53,
141
+ "open hands": 54,
142
+ "orange eyes": 6,
143
+ "pink eyes": 8,
144
+ "polearm": 55,
145
+ "purple eyes": 5,
146
+ "radio antenna": 56,
147
+ "red eyes": 4,
148
+ "rifle": 57,
149
+ "robot": 58,
150
+ "shield": 59,
151
+ "shoulder cannon": 60,
152
+ "single horn": 61,
153
+ "spacecraft": 62,
154
+ "spikes": 63,
155
+ "sword": 64,
156
+ "tail": 65,
157
+ "thrusters": 66,
158
+ "v fin": 67,
159
+ "weapon": 68,
160
+ "wings": 69,
161
+ "yellow eyes": 7
162
+ },
163
+ "layer_norm_eps": 1e-12,
164
+ "layer_scale_init_value": 0.1,
165
+ "model_type": "beit",
166
+ "num_attention_heads": 12,
167
+ "num_channels": 3,
168
+ "num_hidden_layers": 12,
169
+ "out_indices": [
170
+ 3,
171
+ 5,
172
+ 7,
173
+ 11
174
+ ],
175
+ "patch_size": 16,
176
+ "pool_scales": [
177
+ 1,
178
+ 2,
179
+ 3,
180
+ 6
181
+ ],
182
+ "problem_type": "multi_label_classification",
183
+ "semantic_loss_ignore_index": 255,
184
+ "torch_dtype": "float32",
185
+ "transformers_version": "4.25.1",
186
+ "use_absolute_position_embeddings": false,
187
+ "use_auxiliary_head": true,
188
+ "use_mask_token": false,
189
+ "use_mean_pooling": true,
190
+ "use_relative_position_bias": true,
191
+ "use_shared_relative_position_bias": false,
192
+ "vocab_size": 8192
193
+ }
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d954c54bb859c8b27b7d603248477ea4612a4482561daffeb8ad894d1e35153
3
+ size 688415623
last-checkpoint/preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "feature_extractor_type": "BeitFeatureExtractor",
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "BeitImageProcessor",
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 384,
27
+ "width": 384
28
+ }
29
+ }
last-checkpoint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02eff39a8f82f772b892cae8c4961da183ae59413711ed8848d2f6e555c4b649
3
+ size 376155691
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68913bc4033e4a69429fc466db0e4a67711b3bf630bbecf014fd2605bbb8f5ef
3
+ size 14503
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6984765684f674f016da09ba8273ac7ec3506b65fa384b852c34a7ad5e45a04
3
+ size 623
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.431281999799217,
3
+ "best_model_checkpoint": "mecha-tagger/checkpoint-121",
4
+ "epoch": 1.0,
5
+ "global_step": 121,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.83,
12
+ "learning_rate": 2e-05,
13
+ "loss": 0.437,
14
+ "step": 100
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.06247574699262708,
19
+ "eval_f1": 0.431281999799217,
20
+ "eval_loss": 0.32573798298835754,
21
+ "eval_roc_auc": 0.6429553592437186,
22
+ "eval_runtime": 50.2381,
23
+ "eval_samples_per_second": 51.296,
24
+ "eval_steps_per_second": 0.537,
25
+ "step": 121
26
+ }
27
+ ],
28
+ "max_steps": 6050,
29
+ "num_train_epochs": 50,
30
+ "total_flos": 5.294032408346296e+18,
31
+ "trial_name": null,
32
+ "trial_params": null
33
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d2d50255753a14689f734f21a7142600d9ecba9c1b0f818263ce359a7e0f3b
3
+ size 3375
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "feature_extractor_type": "BeitFeatureExtractor",
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "BeitImageProcessor",
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 384,
27
+ "width": 384
28
+ }
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02eff39a8f82f772b892cae8c4961da183ae59413711ed8848d2f6e555c4b649
3
+ size 376155691
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d2d50255753a14689f734f21a7142600d9ecba9c1b0f818263ce359a7e0f3b
3
+ size 3375