Upload 4 files
Browse files- .gitattributes +1 -0
- config.json +123 -0
- model.safetensors +3 -0
- preprocessor_config.json +27 -0
- training_args.bin +0 -0
.gitattributes
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/dinov2-base",
|
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": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "athleisure",
|
14 |
+
"1": "balletcore",
|
15 |
+
"2": "boho",
|
16 |
+
"3": "british_heritage",
|
17 |
+
"4": "casual_streetwear",
|
18 |
+
"5": "chalet-chic",
|
19 |
+
"6": "chic",
|
20 |
+
"7": "coquette",
|
21 |
+
"8": "cottagecore",
|
22 |
+
"9": "dark_academia",
|
23 |
+
"10": "edgy_streetwear",
|
24 |
+
"11": "elegant",
|
25 |
+
"12": "gothic",
|
26 |
+
"13": "grunge",
|
27 |
+
"14": "high_fashion",
|
28 |
+
"15": "italian_classic",
|
29 |
+
"16": "japanese_street_style",
|
30 |
+
"17": "korean_streetwear",
|
31 |
+
"18": "maximalist",
|
32 |
+
"19": "mediterranean_chic",
|
33 |
+
"20": "minimalist",
|
34 |
+
"21": "old_money",
|
35 |
+
"22": "outdoor",
|
36 |
+
"23": "parisian",
|
37 |
+
"24": "power_dressing",
|
38 |
+
"25": "preppy",
|
39 |
+
"26": "punk",
|
40 |
+
"27": "rustic",
|
41 |
+
"28": "scandinavian_minimalism",
|
42 |
+
"29": "soft_girl",
|
43 |
+
"30": "sporty",
|
44 |
+
"31": "techwear",
|
45 |
+
"32": "western___cowboy",
|
46 |
+
"33": "workwear",
|
47 |
+
"34": "y2k"
|
48 |
+
},
|
49 |
+
"image_size": 518,
|
50 |
+
"initializer_range": 0.02,
|
51 |
+
"label2id": {
|
52 |
+
"athleisure": 0,
|
53 |
+
"balletcore": 1,
|
54 |
+
"boho": 2,
|
55 |
+
"british_heritage": 3,
|
56 |
+
"casual_streetwear": 4,
|
57 |
+
"chalet-chic": 5,
|
58 |
+
"chic": 6,
|
59 |
+
"coquette": 7,
|
60 |
+
"cottagecore": 8,
|
61 |
+
"dark_academia": 9,
|
62 |
+
"edgy_streetwear": 10,
|
63 |
+
"elegant": 11,
|
64 |
+
"gothic": 12,
|
65 |
+
"grunge": 13,
|
66 |
+
"high_fashion": 14,
|
67 |
+
"italian_classic": 15,
|
68 |
+
"japanese_street_style": 16,
|
69 |
+
"korean_streetwear": 17,
|
70 |
+
"maximalist": 18,
|
71 |
+
"mediterranean_chic": 19,
|
72 |
+
"minimalist": 20,
|
73 |
+
"old_money": 21,
|
74 |
+
"outdoor": 22,
|
75 |
+
"parisian": 23,
|
76 |
+
"power_dressing": 24,
|
77 |
+
"preppy": 25,
|
78 |
+
"punk": 26,
|
79 |
+
"rustic": 27,
|
80 |
+
"scandinavian_minimalism": 28,
|
81 |
+
"soft_girl": 29,
|
82 |
+
"sporty": 30,
|
83 |
+
"techwear": 31,
|
84 |
+
"western___cowboy": 32,
|
85 |
+
"workwear": 33,
|
86 |
+
"y2k": 34
|
87 |
+
},
|
88 |
+
"layer_norm_eps": 1e-06,
|
89 |
+
"layerscale_value": 1.0,
|
90 |
+
"mlp_ratio": 4,
|
91 |
+
"model_type": "dinov2",
|
92 |
+
"num_attention_heads": 12,
|
93 |
+
"num_channels": 3,
|
94 |
+
"num_hidden_layers": 12,
|
95 |
+
"out_features": [
|
96 |
+
"stage12"
|
97 |
+
],
|
98 |
+
"out_indices": [
|
99 |
+
12
|
100 |
+
],
|
101 |
+
"patch_size": 14,
|
102 |
+
"problem_type": "single_label_classification",
|
103 |
+
"qkv_bias": true,
|
104 |
+
"reshape_hidden_states": true,
|
105 |
+
"stage_names": [
|
106 |
+
"stem",
|
107 |
+
"stage1",
|
108 |
+
"stage2",
|
109 |
+
"stage3",
|
110 |
+
"stage4",
|
111 |
+
"stage5",
|
112 |
+
"stage6",
|
113 |
+
"stage7",
|
114 |
+
"stage8",
|
115 |
+
"stage9",
|
116 |
+
"stage10",
|
117 |
+
"stage11",
|
118 |
+
"stage12"
|
119 |
+
],
|
120 |
+
"torch_dtype": "float32",
|
121 |
+
"transformers_version": "4.48.2",
|
122 |
+
"use_swiglu_ffn": false
|
123 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb4c866e820fc1696e9a6a0cd75772c6bc0f7aa54cd6c2cc83b18b469d8f97e6
|
3 |
+
size 346562820
|
preprocessor_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_convert_rgb": true,
|
8 |
+
"do_normalize": true,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": true,
|
11 |
+
"image_mean": [
|
12 |
+
0.485,
|
13 |
+
0.456,
|
14 |
+
0.406
|
15 |
+
],
|
16 |
+
"image_processor_type": "BitImageProcessor",
|
17 |
+
"image_std": [
|
18 |
+
0.229,
|
19 |
+
0.224,
|
20 |
+
0.225
|
21 |
+
],
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"shortest_edge": 256
|
26 |
+
}
|
27 |
+
}
|
training_args.bin
ADDED
Binary file (5.3 kB). View file
|
|