Create config.json
Browse files- config.json +15 -0
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "custom",
|
| 3 |
+
"architectures": ["Mammo-FM-Model"],
|
| 4 |
+
"task": "image-text-alignment",
|
| 5 |
+
"description": "Mammo-FM: Breast-specific foundational model for Integrated Mammographic Diagnosis, Prognosis, and Reporting.",
|
| 6 |
+
"tags": [
|
| 7 |
+
"clip",
|
| 8 |
+
"vision-language",
|
| 9 |
+
"medical-imaging",
|
| 10 |
+
"radiology",
|
| 11 |
+
"mammography",
|
| 12 |
+
"breast-cancer",
|
| 13 |
+
"mammo-clip",
|
| 14 |
+
"Mammo-CLIP"
|
| 15 |
+
]
|