shumailabatool commited on
Commit
10bb343
·
verified ·
1 Parent(s): 4c9c45c

Upload model_card.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_card.json +2 -2
model_card.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "model_name": "attention_unet_model",
3
  "description": "This model performs brain tumor segmentation using an Attention UNet architecture.",
4
  "tasks": [
5
  "segmentation"
6
  ],
7
  "license": "apache-2.0",
8
  "dataset": "BraTS2020",
9
- "model_architecture": "attention_unet_model"
10
  }
 
1
  {
2
+ "model_name": "attention_unet_model.h5",
3
  "description": "This model performs brain tumor segmentation using an Attention UNet architecture.",
4
  "tasks": [
5
  "segmentation"
6
  ],
7
  "license": "apache-2.0",
8
  "dataset": "BraTS2020",
9
+ "model_architecture": "attention_unet_model.h5"
10
  }