File size: 492 Bytes
46def09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "UNETForSegmentation"
  ],
  "dim": 224,
  "hidden_act": "gelu",
  "hidden_size": 256,
  "img_size": 128,
  "intermediate_size": 1024,
  "is_causal": false,
  "k": 2,
  "model_type": "Unet",
  "n_filts": 4,
  "num_attention_heads": 8,
  "num_channels": 3,
  "num_classes": 3,
  "num_hidden_layers": 6,
  "num_layers": 2,
  "patch_size": 16,
  "problem_type": "single_label_classification",
  "t": 2,
  "torch_dtype": "float32",
  "transformers_version": "4.45.0"
}