shumailabatool
commited on
Upload model_card.json with huggingface_hub
Browse files- 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 |
}
|