File size: 2,654 Bytes
d25e705 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 |
{
"_name_or_path": "facebook/dinov2-base",
"apply_layernorm": true,
"architectures": [
"Dinov2ForImageClassification"
],
"attention_probs_dropout_prob": 0.0,
"drop_path_rate": 0.0,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "athleisure",
"1": "balletcore",
"2": "boho",
"3": "british_heritage",
"4": "casual_streetwear",
"5": "chalet-chic",
"6": "chic",
"7": "coquette",
"8": "cottagecore",
"9": "dark_academia",
"10": "edgy_streetwear",
"11": "elegant",
"12": "gothic",
"13": "grunge",
"14": "high_fashion",
"15": "italian_classic",
"16": "japanese_street_style",
"17": "korean_streetwear",
"18": "maximalist",
"19": "mediterranean_chic",
"20": "minimalist",
"21": "old_money",
"22": "outdoor",
"23": "parisian",
"24": "power_dressing",
"25": "preppy",
"26": "punk",
"27": "rustic",
"28": "scandinavian_minimalism",
"29": "soft_girl",
"30": "sporty",
"31": "techwear",
"32": "western___cowboy",
"33": "workwear",
"34": "y2k"
},
"image_size": 518,
"initializer_range": 0.02,
"label2id": {
"athleisure": 0,
"balletcore": 1,
"boho": 2,
"british_heritage": 3,
"casual_streetwear": 4,
"chalet-chic": 5,
"chic": 6,
"coquette": 7,
"cottagecore": 8,
"dark_academia": 9,
"edgy_streetwear": 10,
"elegant": 11,
"gothic": 12,
"grunge": 13,
"high_fashion": 14,
"italian_classic": 15,
"japanese_street_style": 16,
"korean_streetwear": 17,
"maximalist": 18,
"mediterranean_chic": 19,
"minimalist": 20,
"old_money": 21,
"outdoor": 22,
"parisian": 23,
"power_dressing": 24,
"preppy": 25,
"punk": 26,
"rustic": 27,
"scandinavian_minimalism": 28,
"soft_girl": 29,
"sporty": 30,
"techwear": 31,
"western___cowboy": 32,
"workwear": 33,
"y2k": 34
},
"layer_norm_eps": 1e-06,
"layerscale_value": 1.0,
"mlp_ratio": 4,
"model_type": "dinov2",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"out_features": [
"stage12"
],
"out_indices": [
12
],
"patch_size": 14,
"problem_type": "single_label_classification",
"qkv_bias": true,
"reshape_hidden_states": true,
"stage_names": [
"stem",
"stage1",
"stage2",
"stage3",
"stage4",
"stage5",
"stage6",
"stage7",
"stage8",
"stage9",
"stage10",
"stage11",
"stage12"
],
"torch_dtype": "float32",
"transformers_version": "4.48.2",
"use_swiglu_ffn": false
}
|