robertsw commited on
Commit
57a88c4
1 Parent(s): a9d069b

Training in progress, step 10

Browse files
Files changed (4) hide show
  1. config.json +153 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +44 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/dinov2-giant",
3
+ "apply_layernorm": true,
4
+ "architectures": [
5
+ "Dinov2ForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "drop_path_rate": 0.0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 1536,
12
+ "id2label": {
13
+ "0": "Alternative",
14
+ "1": "Animecore",
15
+ "10": "Dark_Fantasy",
16
+ "11": "E-Girl",
17
+ "12": "Ethereal",
18
+ "13": "Fairycore",
19
+ "14": "Goblincore",
20
+ "15": "Goth",
21
+ "16": "Grunge",
22
+ "17": "Hypebeast",
23
+ "18": "Jersey_Shore",
24
+ "19": "Kawaii",
25
+ "2": "Art_Hoe",
26
+ "20": "Kidcore",
27
+ "21": "Lagenlook",
28
+ "22": "Lolita",
29
+ "23": "Mob_Wife",
30
+ "24": "Normcore",
31
+ "25": "Old_Money",
32
+ "26": "Pastel_Goth",
33
+ "27": "Preppy",
34
+ "28": "Punk",
35
+ "29": "Soft_Grunge",
36
+ "3": "Avant-garde",
37
+ "30": "Steampunk",
38
+ "31": "Tomato_Girl_Summer",
39
+ "32": "Twee",
40
+ "33": "VSCO",
41
+ "34": "Vaporwave",
42
+ "35": "Y2K",
43
+ "4": "Baddie",
44
+ "5": "Bohemian",
45
+ "6": "Cottagecore",
46
+ "7": "Country",
47
+ "8": "Cyberpunk",
48
+ "9": "Dark_Academia"
49
+ },
50
+ "image_size": 518,
51
+ "initializer_range": 0.02,
52
+ "label2id": {
53
+ "Alternative": "0",
54
+ "Animecore": "1",
55
+ "Art_Hoe": "2",
56
+ "Avant-garde": "3",
57
+ "Baddie": "4",
58
+ "Bohemian": "5",
59
+ "Cottagecore": "6",
60
+ "Country": "7",
61
+ "Cyberpunk": "8",
62
+ "Dark_Academia": "9",
63
+ "Dark_Fantasy": "10",
64
+ "E-Girl": "11",
65
+ "Ethereal": "12",
66
+ "Fairycore": "13",
67
+ "Goblincore": "14",
68
+ "Goth": "15",
69
+ "Grunge": "16",
70
+ "Hypebeast": "17",
71
+ "Jersey_Shore": "18",
72
+ "Kawaii": "19",
73
+ "Kidcore": "20",
74
+ "Lagenlook": "21",
75
+ "Lolita": "22",
76
+ "Mob_Wife": "23",
77
+ "Normcore": "24",
78
+ "Old_Money": "25",
79
+ "Pastel_Goth": "26",
80
+ "Preppy": "27",
81
+ "Punk": "28",
82
+ "Soft_Grunge": "29",
83
+ "Steampunk": "30",
84
+ "Tomato_Girl_Summer": "31",
85
+ "Twee": "32",
86
+ "VSCO": "33",
87
+ "Vaporwave": "34",
88
+ "Y2K": "35"
89
+ },
90
+ "layer_norm_eps": 1e-06,
91
+ "layerscale_value": 1.0,
92
+ "mlp_ratio": 4,
93
+ "model_type": "dinov2",
94
+ "num_attention_heads": 24,
95
+ "num_channels": 3,
96
+ "num_hidden_layers": 40,
97
+ "out_features": [
98
+ "stage40"
99
+ ],
100
+ "out_indices": [
101
+ 40
102
+ ],
103
+ "patch_size": 14,
104
+ "problem_type": "single_label_classification",
105
+ "qkv_bias": true,
106
+ "reshape_hidden_states": true,
107
+ "stage_names": [
108
+ "stem",
109
+ "stage1",
110
+ "stage2",
111
+ "stage3",
112
+ "stage4",
113
+ "stage5",
114
+ "stage6",
115
+ "stage7",
116
+ "stage8",
117
+ "stage9",
118
+ "stage10",
119
+ "stage11",
120
+ "stage12",
121
+ "stage13",
122
+ "stage14",
123
+ "stage15",
124
+ "stage16",
125
+ "stage17",
126
+ "stage18",
127
+ "stage19",
128
+ "stage20",
129
+ "stage21",
130
+ "stage22",
131
+ "stage23",
132
+ "stage24",
133
+ "stage25",
134
+ "stage26",
135
+ "stage27",
136
+ "stage28",
137
+ "stage29",
138
+ "stage30",
139
+ "stage31",
140
+ "stage32",
141
+ "stage33",
142
+ "stage34",
143
+ "stage35",
144
+ "stage36",
145
+ "stage37",
146
+ "stage38",
147
+ "stage39",
148
+ "stage40"
149
+ ],
150
+ "torch_dtype": "float32",
151
+ "transformers_version": "4.41.2",
152
+ "use_swiglu_ffn": true
153
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76dd3b49a941dac8b4f0c95582a1b454c11de898c271b8398329f5b63e540508
3
+ size 4546453200
preprocessor_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "do_normalize",
12
+ "image_mean",
13
+ "image_std",
14
+ "do_convert_rgb",
15
+ "return_tensors",
16
+ "data_format",
17
+ "input_data_format"
18
+ ],
19
+ "crop_size": {
20
+ "height": 224,
21
+ "width": 224
22
+ },
23
+ "do_center_crop": true,
24
+ "do_convert_rgb": true,
25
+ "do_normalize": true,
26
+ "do_rescale": true,
27
+ "do_resize": true,
28
+ "image_mean": [
29
+ 0.485,
30
+ 0.456,
31
+ 0.406
32
+ ],
33
+ "image_processor_type": "BitImageProcessor",
34
+ "image_std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ],
39
+ "resample": 3,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "shortest_edge": 256
43
+ }
44
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b5d63d87690ea6f322d3c708586d78d48c50b606baa139b31065e41a235c9fe
3
+ size 5112