File size: 3,217 Bytes
b2237fb |
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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 |
{
"_name_or_path": "AutoTrain",
"architectures": [
"SwinForImageClassification"
],
"attention_probs_dropout_prob": 0.0,
"depths": [
2,
2,
18,
2
],
"drop_path_rate": 0.1,
"embed_dim": 128,
"encoder_stride": 32,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 1024,
"id2label": {
"0": "Balcony-Patio",
"1": "Bathroom",
"10": "Construction",
"11": "Dining Room",
"12": "Dog Park",
"13": "Fire Pit",
"14": "Fitness Center",
"15": "Floorplan",
"16": "Fountain",
"17": "Green Space",
"18": "Grilling Area",
"19": "Hallway",
"2": "Bedroom",
"20": "Headshot",
"21": "Home Office",
"22": "Hot Tub",
"23": "Kitchen",
"24": "Laundry Facility",
"25": "Laundry Washer-Dryer",
"26": "Leasing Office",
"27": "Living Room",
"28": "Living Room Fireplace",
"29": "Logo",
"3": "Bike",
"30": "Lounge Area",
"31": "Mail Box",
"32": "Monument Sign",
"33": "Neighborhood",
"34": "Packages",
"35": "Parking",
"36": "Pet Washing",
"37": "Picnic Area",
"38": "Play Park",
"39": "Pool",
"4": "Building",
"40": "Pool Cabanas",
"41": "Pool Table",
"42": "Private Garage",
"43": "Site-plan",
"44": "Stock Photo",
"45": "Tennis Court",
"46": "View-Aerial",
"47": "room",
"5": "Business Center",
"6": "Business Center Conference Room",
"7": "Closet",
"8": "Clubhouse",
"9": "Clubhouse Dining Room"
},
"image_size": 224,
"initializer_range": 0.02,
"label2id": {
"Balcony-Patio": "0",
"Bathroom": "1",
"Bedroom": "2",
"Bike": "3",
"Building": "4",
"Business Center": "5",
"Business Center Conference Room": "6",
"Closet": "7",
"Clubhouse": "8",
"Clubhouse Dining Room": "9",
"Construction": "10",
"Dining Room": "11",
"Dog Park": "12",
"Fire Pit": "13",
"Fitness Center": "14",
"Floorplan": "15",
"Fountain": "16",
"Green Space": "17",
"Grilling Area": "18",
"Hallway": "19",
"Headshot": "20",
"Home Office": "21",
"Hot Tub": "22",
"Kitchen": "23",
"Laundry Facility": "24",
"Laundry Washer-Dryer": "25",
"Leasing Office": "26",
"Living Room": "27",
"Living Room Fireplace": "28",
"Logo": "29",
"Lounge Area": "30",
"Mail Box": "31",
"Monument Sign": "32",
"Neighborhood": "33",
"Packages": "34",
"Parking": "35",
"Pet Washing": "36",
"Picnic Area": "37",
"Play Park": "38",
"Pool": "39",
"Pool Cabanas": "40",
"Pool Table": "41",
"Private Garage": "42",
"Site-plan": "43",
"Stock Photo": "44",
"Tennis Court": "45",
"View-Aerial": "46",
"room": "47"
},
"layer_norm_eps": 1e-05,
"max_length": 128,
"mlp_ratio": 4.0,
"model_type": "swin",
"num_channels": 3,
"num_heads": [
4,
8,
16,
32
],
"num_layers": 4,
"padding": "max_length",
"patch_size": 4,
"path_norm": true,
"problem_type": "single_label_classification",
"qkv_bias": true,
"torch_dtype": "float32",
"transformers_version": "4.25.1",
"use_absolute_embeddings": false,
"window_size": 7
}
|