mattaq commited on
Commit
7a5f778
1 Parent(s): 11fa69f

Update registry.json

Browse files
Files changed (1) hide show
  1. registry.json +41 -5
registry.json CHANGED
@@ -1,7 +1,43 @@
1
  {
2
  "models": {
3
- "GelGenie-SMPUNet-GP-4-Nov-2023": {
4
  "abbrvName": "Universal Model",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "modelName": "GelGenie-SMPUNet-GP-4-Nov-2023",
6
  "description": "Prototype SMPUNet trained with global padding",
7
  "hf_repo_id": "mattaq/GelGenie-SMPUNet-GP-4-Nov-2023",
@@ -10,7 +46,7 @@
10
  "onnx_file": "unet_global_padding_nov_4_epoch_198.onnx"
11
  },
12
  "nnUNet-GelGenie-15-Dec-2023": {
13
- "abbrvName": "nnUNet Model (slow without GPU)",
14
  "modelName": "nnUNet-GelGenie-15-Dec-2023",
15
  "description": "Prototype nnUNet",
16
  "hf_repo_id": "mattaq/nnUNet-GelGenie-15-Dec-2023",
@@ -19,7 +55,7 @@
19
  "onnx_file": "None"
20
  },
21
  "GelGenie-AttUNet-CW-4-Nov-2023": {
22
- "abbrvName": "Lightweight Model",
23
  "modelName": "GelGenie-AttUNet-CW-4-Nov-2023",
24
  "description": "Prototype Attention UNet (monai) trained with class weighting",
25
  "hf_repo_id": "mattaq/GelGenie-AttUNet-CW-4-Nov-2023",
@@ -28,7 +64,7 @@
28
  "onnx_file":"attunet_nov_4_class_weighting_epoch_338.onnx"
29
  },
30
  "GelGenie-SMPUNet-GP-NOLSDB-5-Nov-2023": {
31
- "abbrvName": "High-Res Model",
32
  "modelName": "GelGenie-SMPUNet-GP-NOLSDB-5-Nov-2023",
33
  "description": "Prototype SMPUNet trained with global padding on non-LSDB data",
34
  "hf_repo_id": "mattaq/GelGenie-SMPUNet-GP-NOLSDB-5-Nov-2023",
@@ -37,7 +73,7 @@
37
  "onnx_file":"unet_global_padding_nov_5_no_lsdb_epoch_585.onnx"
38
  },
39
  "GelGenie-SMPUNet-GP-LSDB-6-Nov-2023": {
40
- "abbrvName": "Low-Res Model",
41
  "modelName": "GelGenie-SMPUNet-GP-LSDB-6-Nov-2023",
42
  "description": "Prototype SMPUNet trained with global padding on LSDB data only",
43
  "hf_repo_id": "mattaq/GelGenie-SMPUNet-GP-LSDB-6-Nov-2023",
 
1
  {
2
  "models": {
3
+ "GelGenie-Universal-Dec-2023": {
4
  "abbrvName": "Universal Model",
5
+ "modelName": "GelGenie-Universal-Dec-2023",
6
+ "description": "SMPUNet trained with global padding on entire GelGenie training dataset",
7
+ "hf_repo_id": "mattaq/GelGenie-Universal-Dec-2023",
8
+ "hf_revision": "main",
9
+ "torchscript_file": "unet_dec_21_epoch_579.pt",
10
+ "onnx_file": "unet_dec_21_epoch_579.onnx"
11
+ },
12
+ "GelGenie-Universal-Extended-Dec-2023": {
13
+ "abbrvName": "Universal Model (Extended)",
14
+ "modelName": "GelGenie-Universal-Extended-Dec-2023",
15
+ "description": "SMPUNet trained with global padding on entire GelGenie dataset",
16
+ "hf_repo_id": "mattaq/GelGenie-Universal-Extended-Dec-2023",
17
+ "hf_revision": "main",
18
+ "torchscript_file": "unet_dec_21_extended_set_epoch_600.pt",
19
+ "onnx_file": "unet_dec_21_extended_set_epoch_600.onnx"
20
+ },
21
+ "GelGenie-LowRes-Dec-2023": {
22
+ "abbrvName": "Low-Res Model",
23
+ "modelName": "GelGenie-LowRes-Dec-2023",
24
+ "description": "SMPUNet trained with global padding on LSDB training dataset",
25
+ "hf_repo_id": "mattaq/GelGenie-LowRes-Dec-2023",
26
+ "hf_revision": "main",
27
+ "torchscript_file": "unet_dec_21_lsdb_only_epoch_427.pt",
28
+ "onnx_file": "unet_dec_21_lsdb_only_epoch_427.onnx"
29
+ },
30
+ "GelGenie-LowRes-Extended-Dec-2023": {
31
+ "abbrvName": "Low-Res Model (Extended)",
32
+ "modelName": "GelGenie-LowRes-Extended-Dec-2023",
33
+ "description": "SMPUNet trained with global padding on entire LSDB dataset",
34
+ "hf_repo_id": "mattaq/GelGenie-LowRes-Extended-Dec-2023",
35
+ "hf_revision": "main",
36
+ "torchscript_file": "unet_dec_21_lsdb_only_extended_set_epoch_600.pt",
37
+ "onnx_file": "unet_dec_21_lsdb_only_extended_set_epoch_600.onnx"
38
+ },
39
+ "GelGenie-SMPUNet-GP-4-Nov-2023": {
40
+ "abbrvName": "Prototype Model (Universal)",
41
  "modelName": "GelGenie-SMPUNet-GP-4-Nov-2023",
42
  "description": "Prototype SMPUNet trained with global padding",
43
  "hf_repo_id": "mattaq/GelGenie-SMPUNet-GP-4-Nov-2023",
 
46
  "onnx_file": "unet_global_padding_nov_4_epoch_198.onnx"
47
  },
48
  "nnUNet-GelGenie-15-Dec-2023": {
49
+ "abbrvName": "Prototype nnUNet Model (slow without GPU)",
50
  "modelName": "nnUNet-GelGenie-15-Dec-2023",
51
  "description": "Prototype nnUNet",
52
  "hf_repo_id": "mattaq/nnUNet-GelGenie-15-Dec-2023",
 
55
  "onnx_file": "None"
56
  },
57
  "GelGenie-AttUNet-CW-4-Nov-2023": {
58
+ "abbrvName": "Prototype Model (Lightweight)",
59
  "modelName": "GelGenie-AttUNet-CW-4-Nov-2023",
60
  "description": "Prototype Attention UNet (monai) trained with class weighting",
61
  "hf_repo_id": "mattaq/GelGenie-AttUNet-CW-4-Nov-2023",
 
64
  "onnx_file":"attunet_nov_4_class_weighting_epoch_338.onnx"
65
  },
66
  "GelGenie-SMPUNet-GP-NOLSDB-5-Nov-2023": {
67
+ "abbrvName": "Prototype Model (High-Res)",
68
  "modelName": "GelGenie-SMPUNet-GP-NOLSDB-5-Nov-2023",
69
  "description": "Prototype SMPUNet trained with global padding on non-LSDB data",
70
  "hf_repo_id": "mattaq/GelGenie-SMPUNet-GP-NOLSDB-5-Nov-2023",
 
73
  "onnx_file":"unet_global_padding_nov_5_no_lsdb_epoch_585.onnx"
74
  },
75
  "GelGenie-SMPUNet-GP-LSDB-6-Nov-2023": {
76
+ "abbrvName": "Prototype Model (Low-Res)",
77
  "modelName": "GelGenie-SMPUNet-GP-LSDB-6-Nov-2023",
78
  "description": "Prototype SMPUNet trained with global padding on LSDB data only",
79
  "hf_repo_id": "mattaq/GelGenie-SMPUNet-GP-LSDB-6-Nov-2023",