Update config.json
Browse files- config.json +13 -1
config.json
CHANGED
|
@@ -1,4 +1,16 @@
|
|
| 1 |
{
|
| 2 |
"model_type": "custom",
|
| 3 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
}
|