ayyuce commited on
Commit
34ba76c
·
verified ·
1 Parent(s): d2e4509

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config = {
2
+ "model_type": "dinov2-segmentation",
3
+ "checkpoint_name": best_checkpoint,
4
+ "num_classes": 6,
5
+ "image_size": 252,
6
+ "class_names": [
7
+ "Background", "Neoplastic", "Inflammatory",
8
+ "Connective", "Dead", "Epithelial"
9
+ ],
10
+ "architecture": "DINOv2-Base with custom segmentation head"
11
+ }