mattaq commited on
Commit
4a610ff
1 Parent(s): 2c4756b

Update registry.json

Browse files
Files changed (1) hide show
  1. registry.json +3 -0
registry.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "models": {
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",
@@ -8,6 +9,7 @@
8
  "onnx_file": "unet_global_padding_nov_4_epoch_198.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",
@@ -15,6 +17,7 @@
15
  "onnx_file":"attunet_nov_4_class_weighting_epoch_338.onnx"
16
  },
17
  "GelGenie-SMPUNet-GP-LSDB-6-Nov-2023": {
 
18
  "description": "Prototype SMPUNet trained with global padding on LSDB data only",
19
  "hf_repo_id": "mattaq/GelGenie-SMPUNet-GP-LSDB-6-Nov-2023",
20
  "hf_revision": "main",
 
1
  {
2
  "models": {
3
  "GelGenie-SMPUNet-GP-4-Nov-2023": {
4
+ "abbrvName": "Universal Model",
5
  "description": "Prototype SMPUNet trained with global padding",
6
  "hf_repo_id": "mattaq/GelGenie-SMPUNet-GP-4-Nov-2023",
7
  "hf_revision": "main",
 
9
  "onnx_file": "unet_global_padding_nov_4_epoch_198.onnx"
10
  },
11
  "GelGenie-AttUNet-CW-4-Nov-2023": {
12
+ "abbrvName": "Lightweight Model",
13
  "description": "Prototype Attention UNet (monai) trained with class weighting",
14
  "hf_repo_id": "mattaq/GelGenie-AttUNet-CW-4-Nov-2023",
15
  "hf_revision": "main",
 
17
  "onnx_file":"attunet_nov_4_class_weighting_epoch_338.onnx"
18
  },
19
  "GelGenie-SMPUNet-GP-LSDB-6-Nov-2023": {
20
+ "abbrvName": "Low-Res Model",
21
  "description": "Prototype SMPUNet trained with global padding on LSDB data only",
22
  "hf_repo_id": "mattaq/GelGenie-SMPUNet-GP-LSDB-6-Nov-2023",
23
  "hf_revision": "main",