shawn24 commited on
Commit
a009e73
·
verified ·
1 Parent(s): 82657a2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -1
config.json CHANGED
@@ -1,4 +1,16 @@
1
  {
2
  "model_type": "custom",
3
- "description": "Mammo-CLIP checkpoints hosted on HF."
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
  "model_type": "custom",
3
+ "architectures": ["MammoCLIPModel"],
4
+ "task": "image-text-retrieval",
5
+ "description": "Mammo-CLIP: a CLIP-style vision-language model for mammography images and associated text reports.",
6
+ "tags": [
7
+ "clip",
8
+ "vision-language",
9
+ "medical-imaging",
10
+ "radiology",
11
+ "mammography",
12
+ "breast-cancer",
13
+ "mammo-clip",
14
+ "Mammo-CLIP"
15
+ ]
16
  }