windowz_test / config.json
lhallee's picture
best_model.pt
46def09 verified
raw
history blame contribute delete
492 Bytes
{
"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"
}