nergizinal commited on
Commit
3844ccc
·
verified ·
1 Parent(s): 6663292

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-base-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 27,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 128,
16
+ 256,
17
+ 512,
18
+ 1024
19
+ ],
20
+ "id2label": {
21
+ "0": "Amedeo_Modigliani",
22
+ "1": "Vasiliy_Kandinskiy",
23
+ "2": "Diego_Rivera",
24
+ "3": "Claude_Monet",
25
+ "4": "Rene_Magritte",
26
+ "5": "Salvador_Dali",
27
+ "6": "Edouard_Manet",
28
+ "7": "Andrei_Rublev",
29
+ "8": "Vincent_van_Gogh",
30
+ "9": "Gustav_Klimt",
31
+ "10": "Hieronymus_Bosch",
32
+ "11": "Kazimir_Malevich",
33
+ "12": "Mikhail_Vrubel",
34
+ "13": "Pablo_Picasso",
35
+ "14": "Peter_Paul_Rubens",
36
+ "15": "Pierre-Auguste_Renoir",
37
+ "16": "Francisco_Goya",
38
+ "17": "Frida_Kahlo",
39
+ "18": "El_Greco",
40
+ "19": "Albrecht_Du\u2560\u00earer",
41
+ "20": "Alfred_Sisley",
42
+ "21": "Pieter_Bruegel",
43
+ "22": "Marc_Chagall",
44
+ "23": "Giotto_di_Bondone",
45
+ "24": "Sandro_Botticelli",
46
+ "25": "Caravaggio",
47
+ "26": "Leonardo_da_Vinci",
48
+ "27": "Diego_Velazquez",
49
+ "28": "Henri_Matisse",
50
+ "29": "Jan_van_Eyck",
51
+ "30": "Edgar_Degas",
52
+ "31": "Rembrandt",
53
+ "32": "Titian",
54
+ "33": "Henri_de_Toulouse-Lautrec",
55
+ "34": "Gustave_Courbet",
56
+ "35": "Camille_Pissarro",
57
+ "36": "William_Turner",
58
+ "37": "Edvard_Munch",
59
+ "38": "Paul_Cezanne",
60
+ "39": "Eugene_Delacroix",
61
+ "40": "Henri_Rousseau",
62
+ "41": "Georges_Seurat",
63
+ "42": "Paul_Klee",
64
+ "43": "Piet_Mondrian",
65
+ "44": "Joan_Miro",
66
+ "45": "Andy_Warhol",
67
+ "46": "Paul_Gauguin",
68
+ "47": "Raphael",
69
+ "48": "Michelangelo",
70
+ "49": "Jackson_Pollock"
71
+ },
72
+ "image_size": 224,
73
+ "initializer_range": 0.02,
74
+ "label2id": {
75
+ "Albrecht_Du\u2560\u00earer": 19,
76
+ "Alfred_Sisley": 20,
77
+ "Amedeo_Modigliani": 0,
78
+ "Andrei_Rublev": 7,
79
+ "Andy_Warhol": 45,
80
+ "Camille_Pissarro": 35,
81
+ "Caravaggio": 25,
82
+ "Claude_Monet": 3,
83
+ "Diego_Rivera": 2,
84
+ "Diego_Velazquez": 27,
85
+ "Edgar_Degas": 30,
86
+ "Edouard_Manet": 6,
87
+ "Edvard_Munch": 37,
88
+ "El_Greco": 18,
89
+ "Eugene_Delacroix": 39,
90
+ "Francisco_Goya": 16,
91
+ "Frida_Kahlo": 17,
92
+ "Georges_Seurat": 41,
93
+ "Giotto_di_Bondone": 23,
94
+ "Gustav_Klimt": 9,
95
+ "Gustave_Courbet": 34,
96
+ "Henri_Matisse": 28,
97
+ "Henri_Rousseau": 40,
98
+ "Henri_de_Toulouse-Lautrec": 33,
99
+ "Hieronymus_Bosch": 10,
100
+ "Jackson_Pollock": 49,
101
+ "Jan_van_Eyck": 29,
102
+ "Joan_Miro": 44,
103
+ "Kazimir_Malevich": 11,
104
+ "Leonardo_da_Vinci": 26,
105
+ "Marc_Chagall": 22,
106
+ "Michelangelo": 48,
107
+ "Mikhail_Vrubel": 12,
108
+ "Pablo_Picasso": 13,
109
+ "Paul_Cezanne": 38,
110
+ "Paul_Gauguin": 46,
111
+ "Paul_Klee": 42,
112
+ "Peter_Paul_Rubens": 14,
113
+ "Pierre-Auguste_Renoir": 15,
114
+ "Piet_Mondrian": 43,
115
+ "Pieter_Bruegel": 21,
116
+ "Raphael": 47,
117
+ "Rembrandt": 31,
118
+ "Rene_Magritte": 4,
119
+ "Salvador_Dali": 5,
120
+ "Sandro_Botticelli": 24,
121
+ "Titian": 32,
122
+ "Vasiliy_Kandinskiy": 1,
123
+ "Vincent_van_Gogh": 8,
124
+ "William_Turner": 36
125
+ },
126
+ "layer_norm_eps": 1e-12,
127
+ "layer_scale_init_value": 1e-06,
128
+ "model_type": "convnext",
129
+ "num_channels": 3,
130
+ "num_stages": 4,
131
+ "out_features": [
132
+ "stage4"
133
+ ],
134
+ "out_indices": [
135
+ 4
136
+ ],
137
+ "patch_size": 4,
138
+ "problem_type": "single_label_classification",
139
+ "stage_names": [
140
+ "stem",
141
+ "stage1",
142
+ "stage2",
143
+ "stage3",
144
+ "stage4"
145
+ ],
146
+ "torch_dtype": "float32",
147
+ "transformers_version": "4.47.1"
148
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f8f30bdf9bb6a1c6f49586c5800d24db62ff5436e6d846db71153a6dbcd4cbb
3
+ size 350512048
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
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": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
runs/Jan06_05-50-49_5e0071719295/events.out.tfevents.1736142657.5e0071719295.1251.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f2c2d3c15d98e0fa287f48116186e49abf7f796eacb7d07bb58ef174c5c30d3
3
+ size 8917
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29de04fa86eeceebc1bc56bff687e54f3dbc53f36d9090f3169d9ab6fb386147
3
+ size 5432