Update registry.json
Browse files- registry.json +6 -2
registry.json
CHANGED
@@ -3,12 +3,16 @@
|
|
3 |
"GelGenie-SMPUNet-GP-4-Nov-2023": {
|
4 |
"description": "Prototype SMPUNet trained with global padding",
|
5 |
"hf_repo_id": "mattaq/GelGenie-SMPUNet-GP-4-Nov-2023",
|
6 |
-
"hf_revision": "main"
|
|
|
|
|
7 |
},
|
8 |
"GelGenie-AttUNet-CW-4-Nov-2023": {
|
9 |
"description": "Prototype Attention UNet (monai) trained with class weighting",
|
10 |
"hf_repo_id": "mattaq/GelGenie-AttUNet-CW-4-Nov-2023",
|
11 |
-
"hf_revision": "main"
|
|
|
|
|
12 |
}
|
13 |
}
|
14 |
}
|
|
|
3 |
"GelGenie-SMPUNet-GP-4-Nov-2023": {
|
4 |
"description": "Prototype SMPUNet trained with global padding",
|
5 |
"hf_repo_id": "mattaq/GelGenie-SMPUNet-GP-4-Nov-2023",
|
6 |
+
"hf_revision": "main",
|
7 |
+
"torchscript_file": "unet_global_padding_nov_4_epoch_122.pt",
|
8 |
+
"onnx_file": "unet_global_padding_nov_4_epoch_122.onnx"
|
9 |
},
|
10 |
"GelGenie-AttUNet-CW-4-Nov-2023": {
|
11 |
"description": "Prototype Attention UNet (monai) trained with class weighting",
|
12 |
"hf_repo_id": "mattaq/GelGenie-AttUNet-CW-4-Nov-2023",
|
13 |
+
"hf_revision": "main",
|
14 |
+
"torchscript_file": "attunet_nov_4_class_weighting_epoch_338.pt",
|
15 |
+
"onnx_file":"attunet_nov_4_class_weighting_epoch_338.onnx"
|
16 |
}
|
17 |
}
|
18 |
}
|