nergizinal commited on
Commit
b29a222
·
verified ·
1 Parent(s): 3474da4

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swinv2-tiny-patch4-window16-256",
3
+ "architectures": [
4
+ "Swinv2ForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "Amedeo_Modigliani",
21
+ "1": "Vasiliy_Kandinskiy",
22
+ "2": "Diego_Rivera",
23
+ "3": "Claude_Monet",
24
+ "4": "Rene_Magritte",
25
+ "5": "Salvador_Dali",
26
+ "6": "Edouard_Manet",
27
+ "7": "Andrei_Rublev",
28
+ "8": "Vincent_van_Gogh",
29
+ "9": "Gustav_Klimt",
30
+ "10": "Hieronymus_Bosch",
31
+ "11": "Kazimir_Malevich",
32
+ "12": "Mikhail_Vrubel",
33
+ "13": "Pablo_Picasso",
34
+ "14": "Peter_Paul_Rubens",
35
+ "15": "Pierre-Auguste_Renoir",
36
+ "16": "Francisco_Goya",
37
+ "17": "Frida_Kahlo",
38
+ "18": "El_Greco",
39
+ "19": "Albrecht_Du\u2560\u00earer",
40
+ "20": "Alfred_Sisley",
41
+ "21": "Pieter_Bruegel",
42
+ "22": "Marc_Chagall",
43
+ "23": "Giotto_di_Bondone",
44
+ "24": "Sandro_Botticelli",
45
+ "25": "Caravaggio",
46
+ "26": "Leonardo_da_Vinci",
47
+ "27": "Diego_Velazquez",
48
+ "28": "Henri_Matisse",
49
+ "29": "Jan_van_Eyck",
50
+ "30": "Edgar_Degas",
51
+ "31": "Rembrandt",
52
+ "32": "Titian",
53
+ "33": "Henri_de_Toulouse-Lautrec",
54
+ "34": "Gustave_Courbet",
55
+ "35": "Camille_Pissarro",
56
+ "36": "William_Turner",
57
+ "37": "Edvard_Munch",
58
+ "38": "Paul_Cezanne",
59
+ "39": "Eugene_Delacroix",
60
+ "40": "Henri_Rousseau",
61
+ "41": "Georges_Seurat",
62
+ "42": "Paul_Klee",
63
+ "43": "Piet_Mondrian",
64
+ "44": "Joan_Miro",
65
+ "45": "Andy_Warhol",
66
+ "46": "Paul_Gauguin",
67
+ "47": "Raphael",
68
+ "48": "Michelangelo",
69
+ "49": "Jackson_Pollock"
70
+ },
71
+ "image_size": 256,
72
+ "initializer_range": 0.02,
73
+ "label2id": {
74
+ "Albrecht_Du\u2560\u00earer": 19,
75
+ "Alfred_Sisley": 20,
76
+ "Amedeo_Modigliani": 0,
77
+ "Andrei_Rublev": 7,
78
+ "Andy_Warhol": 45,
79
+ "Camille_Pissarro": 35,
80
+ "Caravaggio": 25,
81
+ "Claude_Monet": 3,
82
+ "Diego_Rivera": 2,
83
+ "Diego_Velazquez": 27,
84
+ "Edgar_Degas": 30,
85
+ "Edouard_Manet": 6,
86
+ "Edvard_Munch": 37,
87
+ "El_Greco": 18,
88
+ "Eugene_Delacroix": 39,
89
+ "Francisco_Goya": 16,
90
+ "Frida_Kahlo": 17,
91
+ "Georges_Seurat": 41,
92
+ "Giotto_di_Bondone": 23,
93
+ "Gustav_Klimt": 9,
94
+ "Gustave_Courbet": 34,
95
+ "Henri_Matisse": 28,
96
+ "Henri_Rousseau": 40,
97
+ "Henri_de_Toulouse-Lautrec": 33,
98
+ "Hieronymus_Bosch": 10,
99
+ "Jackson_Pollock": 49,
100
+ "Jan_van_Eyck": 29,
101
+ "Joan_Miro": 44,
102
+ "Kazimir_Malevich": 11,
103
+ "Leonardo_da_Vinci": 26,
104
+ "Marc_Chagall": 22,
105
+ "Michelangelo": 48,
106
+ "Mikhail_Vrubel": 12,
107
+ "Pablo_Picasso": 13,
108
+ "Paul_Cezanne": 38,
109
+ "Paul_Gauguin": 46,
110
+ "Paul_Klee": 42,
111
+ "Peter_Paul_Rubens": 14,
112
+ "Pierre-Auguste_Renoir": 15,
113
+ "Piet_Mondrian": 43,
114
+ "Pieter_Bruegel": 21,
115
+ "Raphael": 47,
116
+ "Rembrandt": 31,
117
+ "Rene_Magritte": 4,
118
+ "Salvador_Dali": 5,
119
+ "Sandro_Botticelli": 24,
120
+ "Titian": 32,
121
+ "Vasiliy_Kandinskiy": 1,
122
+ "Vincent_van_Gogh": 8,
123
+ "William_Turner": 36
124
+ },
125
+ "layer_norm_eps": 1e-05,
126
+ "mlp_ratio": 4.0,
127
+ "model_type": "swinv2",
128
+ "num_channels": 3,
129
+ "num_heads": [
130
+ 3,
131
+ 6,
132
+ 12,
133
+ 24
134
+ ],
135
+ "num_layers": 4,
136
+ "out_features": [
137
+ "stage4"
138
+ ],
139
+ "out_indices": [
140
+ 4
141
+ ],
142
+ "patch_size": 4,
143
+ "path_norm": true,
144
+ "pretrained_window_sizes": [
145
+ 0,
146
+ 0,
147
+ 0,
148
+ 0
149
+ ],
150
+ "problem_type": "single_label_classification",
151
+ "qkv_bias": true,
152
+ "stage_names": [
153
+ "stem",
154
+ "stage1",
155
+ "stage2",
156
+ "stage3",
157
+ "stage4"
158
+ ],
159
+ "torch_dtype": "float32",
160
+ "transformers_version": "4.47.1",
161
+ "use_absolute_embeddings": false,
162
+ "window_size": 16
163
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c51d1f3cf76f4d5d2694e6c58d8eced435e4ced04369989c58e5cfbf4fdc403c
3
+ size 110497816
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 256,
21
+ "width": 256
22
+ }
23
+ }
runs/Dec22_08-52-43_63429db708f4/events.out.tfevents.1734857626.63429db708f4.3189.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:845796d96fc2c3108c7c7daf2d9b77041af69c0ab41555cb0a7073bb93f3421a
3
+ size 9176
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bf9893df18f1e3ea1a6fb433c6be66e1d13d8d5d2cdc9f6e0a24289c91742f2
3
+ size 5432