mattaq commited on
Commit
5955964
·
1 Parent(s): b057fa7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-segmentation
4
+ library_name: pytorch
5
  ---
6
+
7
+ This model consists of an SMP-UNet trained on the LSDB dataset in December 2023 for GelGenie. It should only be used for low-resolution images.
8
+
9
+ The model was trained on the training set (53 images) for 600 epochs and the best checkpoint extracted based on the validation dice score.
10
+
11
+ For more details on the configuration used for training, please visit https://huggingface.co/mattaq/GelGenie-LowRes-Dec-2023 and check the config.toml file.
12
+