File size: 1,284 Bytes
8351d2c | 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 | {
"architectures": [
"EomtDinov3ForUniversalSegmentation"
],
"attention_dropout": 0.0,
"class_weight": 2.0,
"dice_weight": 5.0,
"drop_path_rate": 0.0,
"dtype": "float32",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 8,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3"
},
"image_size": 40,
"importance_sample_ratio": 0.75,
"initializer_range": 0.02,
"intermediate_size": 4096,
"key_bias": false,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2,
"LABEL_3": 3
},
"layer_norm_eps": 1e-06,
"layerscale_value": 1.0,
"mask_weight": 5.0,
"mlp_bias": true,
"model_type": "eomt_dinov3",
"no_object_weight": 0.1,
"num_attention_heads": 2,
"num_blocks": 1,
"num_channels": 3,
"num_hidden_layers": 2,
"num_queries": 5,
"num_register_tokens": 19,
"num_upscale_blocks": 2,
"oversample_ratio": 3.0,
"patch_size": 2,
"pos_embed_jitter": null,
"pos_embed_rescale": 2.0,
"pos_embed_shift": null,
"proj_bias": true,
"query_bias": true,
"rope_parameters": {
"rope_theta": 100.0,
"rope_type": "default"
},
"train_num_points": 12544,
"transformers_version": "5.16.0.dev0",
"use_gated_mlp": false,
"value_bias": true
}
|