output / config.json
mdeputy's picture
best_model.pt
067311f verified
raw
history blame contribute delete
689 Bytes
{
"architectures": [
"UNETForSegmentation"
],
"attention_type": "sdpa",
"dim": 224,
"dual_obj": false,
"hidden_act": "silu",
"hidden_size": 64,
"img_size": 1024,
"intermediate_size": 1024,
"is_causal": false,
"k": 2,
"max_position_embeddings": 4096,
"model_type": "Unet",
"moe": false,
"n_filts": 2,
"num_attention_heads": 8,
"num_channels": 3,
"num_classes": 2,
"num_experts": 8,
"num_hidden_layers": 6,
"num_layers": 2,
"output_router_logits": true,
"patch_size": 16,
"problem_type": "single_label_classification",
"router_aux_loss_coef": 0.01,
"t": 2,
"topk": 2,
"torch_dtype": "float32",
"transformers_version": "4.46.2"
}