File size: 689 Bytes
067311f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "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"
}