unet / config.json
lhallee's picture
Upload folder using huggingface_hub
270d776 verified
{
"architectures": [
"UNetForSegmentation"
],
"dtype": "float32",
"k": 3,
"model_type": "segmentation",
"n_filts": 64,
"num_channels": 3,
"num_classes": 4,
"t": 2,
"transformers_version": "4.57.6"
}