nergizinal commited on
Commit
f84cdb6
·
verified ·
1 Parent(s): 52146da

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224",
3
+ "add_fpn": false,
4
+ "architectures": [
5
+ "BeitForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "auxiliary_channels": 256,
9
+ "auxiliary_concat_input": false,
10
+ "auxiliary_loss_weight": 0.4,
11
+ "auxiliary_num_convs": 1,
12
+ "drop_path_rate": 0.1,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "Amedeo_Modigliani",
18
+ "1": "Vasiliy_Kandinskiy",
19
+ "2": "Diego_Rivera",
20
+ "3": "Claude_Monet",
21
+ "4": "Rene_Magritte",
22
+ "5": "Salvador_Dali",
23
+ "6": "Edouard_Manet",
24
+ "7": "Andrei_Rublev",
25
+ "8": "Vincent_van_Gogh",
26
+ "9": "Gustav_Klimt",
27
+ "10": "Hieronymus_Bosch",
28
+ "11": "Kazimir_Malevich",
29
+ "12": "Mikhail_Vrubel",
30
+ "13": "Pablo_Picasso",
31
+ "14": "Peter_Paul_Rubens",
32
+ "15": "Pierre-Auguste_Renoir",
33
+ "16": "Francisco_Goya",
34
+ "17": "Frida_Kahlo",
35
+ "18": "El_Greco",
36
+ "19": "Albrecht_Du\u2560\u00earer",
37
+ "20": "Alfred_Sisley",
38
+ "21": "Pieter_Bruegel",
39
+ "22": "Marc_Chagall",
40
+ "23": "Giotto_di_Bondone",
41
+ "24": "Sandro_Botticelli",
42
+ "25": "Caravaggio",
43
+ "26": "Leonardo_da_Vinci",
44
+ "27": "Diego_Velazquez",
45
+ "28": "Henri_Matisse",
46
+ "29": "Jan_van_Eyck",
47
+ "30": "Edgar_Degas",
48
+ "31": "Rembrandt",
49
+ "32": "Titian",
50
+ "33": "Henri_de_Toulouse-Lautrec",
51
+ "34": "Gustave_Courbet",
52
+ "35": "Camille_Pissarro",
53
+ "36": "William_Turner",
54
+ "37": "Edvard_Munch",
55
+ "38": "Paul_Cezanne",
56
+ "39": "Eugene_Delacroix",
57
+ "40": "Henri_Rousseau",
58
+ "41": "Georges_Seurat",
59
+ "42": "Paul_Klee",
60
+ "43": "Piet_Mondrian",
61
+ "44": "Joan_Miro",
62
+ "45": "Andy_Warhol",
63
+ "46": "Paul_Gauguin",
64
+ "47": "Raphael",
65
+ "48": "Michelangelo",
66
+ "49": "Jackson_Pollock"
67
+ },
68
+ "image_size": 224,
69
+ "initializer_range": 0.02,
70
+ "intermediate_size": 3072,
71
+ "label2id": {
72
+ "Albrecht_Du\u2560\u00earer": 19,
73
+ "Alfred_Sisley": 20,
74
+ "Amedeo_Modigliani": 0,
75
+ "Andrei_Rublev": 7,
76
+ "Andy_Warhol": 45,
77
+ "Camille_Pissarro": 35,
78
+ "Caravaggio": 25,
79
+ "Claude_Monet": 3,
80
+ "Diego_Rivera": 2,
81
+ "Diego_Velazquez": 27,
82
+ "Edgar_Degas": 30,
83
+ "Edouard_Manet": 6,
84
+ "Edvard_Munch": 37,
85
+ "El_Greco": 18,
86
+ "Eugene_Delacroix": 39,
87
+ "Francisco_Goya": 16,
88
+ "Frida_Kahlo": 17,
89
+ "Georges_Seurat": 41,
90
+ "Giotto_di_Bondone": 23,
91
+ "Gustav_Klimt": 9,
92
+ "Gustave_Courbet": 34,
93
+ "Henri_Matisse": 28,
94
+ "Henri_Rousseau": 40,
95
+ "Henri_de_Toulouse-Lautrec": 33,
96
+ "Hieronymus_Bosch": 10,
97
+ "Jackson_Pollock": 49,
98
+ "Jan_van_Eyck": 29,
99
+ "Joan_Miro": 44,
100
+ "Kazimir_Malevich": 11,
101
+ "Leonardo_da_Vinci": 26,
102
+ "Marc_Chagall": 22,
103
+ "Michelangelo": 48,
104
+ "Mikhail_Vrubel": 12,
105
+ "Pablo_Picasso": 13,
106
+ "Paul_Cezanne": 38,
107
+ "Paul_Gauguin": 46,
108
+ "Paul_Klee": 42,
109
+ "Peter_Paul_Rubens": 14,
110
+ "Pierre-Auguste_Renoir": 15,
111
+ "Piet_Mondrian": 43,
112
+ "Pieter_Bruegel": 21,
113
+ "Raphael": 47,
114
+ "Rembrandt": 31,
115
+ "Rene_Magritte": 4,
116
+ "Salvador_Dali": 5,
117
+ "Sandro_Botticelli": 24,
118
+ "Titian": 32,
119
+ "Vasiliy_Kandinskiy": 1,
120
+ "Vincent_van_Gogh": 8,
121
+ "William_Turner": 36
122
+ },
123
+ "layer_norm_eps": 1e-12,
124
+ "layer_scale_init_value": 0.1,
125
+ "model_type": "beit",
126
+ "num_attention_heads": 12,
127
+ "num_channels": 3,
128
+ "num_hidden_layers": 12,
129
+ "out_features": [
130
+ "stage12"
131
+ ],
132
+ "out_indices": [
133
+ 12
134
+ ],
135
+ "patch_size": 16,
136
+ "pool_scales": [
137
+ 1,
138
+ 2,
139
+ 3,
140
+ 6
141
+ ],
142
+ "problem_type": "single_label_classification",
143
+ "reshape_hidden_states": true,
144
+ "semantic_loss_ignore_index": 255,
145
+ "stage_names": [
146
+ "stem",
147
+ "stage1",
148
+ "stage2",
149
+ "stage3",
150
+ "stage4",
151
+ "stage5",
152
+ "stage6",
153
+ "stage7",
154
+ "stage8",
155
+ "stage9",
156
+ "stage10",
157
+ "stage11",
158
+ "stage12"
159
+ ],
160
+ "torch_dtype": "float32",
161
+ "transformers_version": "4.46.2",
162
+ "use_absolute_position_embeddings": false,
163
+ "use_auxiliary_head": true,
164
+ "use_mask_token": false,
165
+ "use_mean_pooling": true,
166
+ "use_relative_position_bias": true,
167
+ "use_shared_relative_position_bias": false,
168
+ "vocab_size": 8192
169
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:014aae6464b7092261a86c706840211cbb7333e3de287a641530c0ede96530ec
3
+ size 343227976
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
runs/Dec03_05-16-09_cd570102f3f1/events.out.tfevents.1733202978.cd570102f3f1.697.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6be5bc5984171ba2f3b4dad164a9792bb0f01db58f5856cd7dd345e5c5c31678
3
+ size 9323
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c201ddf25ecbb7de7866b540dc8e14ca300df71fd82ae85432d9f381618efade
3
+ size 5368