brain_tumor_detection / model_card.json
shumailabatool's picture
Upload model_card.json with huggingface_hub
10bb343 verified
raw
history blame contribute delete
307 Bytes
{
"model_name": "attention_unet_model.h5",
"description": "This model performs brain tumor segmentation using an Attention UNet architecture.",
"tasks": [
"segmentation"
],
"license": "apache-2.0",
"dataset": "BraTS2020",
"model_architecture": "attention_unet_model.h5"
}