yifanren commited on
Commit
7498bc9
·
verified ·
1 Parent(s): 4d78db3

Update README.md

Browse files

Pre-trained mnDINO is built upon DINOv2 vit small backbone that targets to segment sub-cellular structure micronuclei.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -5,4 +5,6 @@ language:
5
  base_model:
6
  - facebook/dinov2-base
7
  pipeline_tag: image-segmentation
 
 
8
  ---
 
5
  base_model:
6
  - facebook/dinov2-base
7
  pipeline_tag: image-segmentation
8
+ tags:
9
+ - micronuclei-segmentation
10
  ---