Skip to content

Commit e538a1e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0a89c0c commit e538a1e

File tree

8 files changed

+38
-9
lines changed

8 files changed

+38
-9
lines changed

hf_models/ct_chat/metadata.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222
"name": "CT-CHAT",
2323
"task": "Vision-Language Chat Model for 3D Chest CT Analysis",
2424
"description": "CT-CHAT is a multimodal AI assistant specifically designed for 3D chest CT imaging interpretation and analysis. The model excels at tasks including visual question answering, report generation, and multiple-choice questions, leveraging full 3D spatial information for superior performance compared to 2D-based approaches.",
25-
"authors": ["Ibrahim Ethem Hamamci", "Sezgin Er", "Furkan Almas", "et al."],
25+
"authors": [
26+
"Ibrahim Ethem Hamamci",
27+
"Sezgin Er",
28+
"Furkan Almas",
29+
"et al."
30+
],
2631
"copyright": "Ibrahim Ethem Hamamci and collaborators",
2732
"data_source": "CT-RATE dataset",
2833
"data_type": "3D CT volumes and text",

hf_models/exaonepath/metadata.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"name": "EXAONEPath",
2323
"task": "Pathology Foundation Model and Feature Extraction",
2424
"description": "EXAONEPath is a patch-level pathology foundation model that achieves state-of-the-art performance across multiple pathology tasks while maintaining computational efficiency. It excels in tissue classification, tumor detection, and microsatellite instability assessment.",
25-
"authors": ["LG AI Research Team"],
25+
"authors": [
26+
"LG AI Research Team"
27+
],
2628
"copyright": "LG AI Research",
2729
"data_source": "Large-scale collection of pathology WSIs processed into patches",
2830
"data_type": "WSI patches",

hf_models/llama3_vila_m3_13b/metadata.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616
"name": "Llama3-VILA-M3-13B",
1717
"task": "Medical Visual Language Understanding and Generation",
1818
"description": "VILA-M3 is a medical visual language model built on Llama 3 and VILA architecture. This 13B parameter model performs medical image analysis including segmentation, classification, visual question answering, and report generation across multiple imaging modalities.",
19-
"authors": ["Vishwesh Nath", "Wenqi Li", "Dong Yang", "Andriy Myronenko", "et al. from NVIDIA, SingHealth and NIH"],
19+
"authors": [
20+
"Vishwesh Nath",
21+
"Wenqi Li",
22+
"Dong Yang",
23+
"Andriy Myronenko",
24+
"et al. from NVIDIA, SingHealth and NIH"
25+
],
2026
"copyright": "NVIDIA",
2127
"data_source": "MONAI and specialized medical datasets",
2228
"data_type": "Medical images and text",

hf_models/llama3_vila_m3_3b/metadata.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616
"name": "Llama3-VILA-M3-3B",
1717
"task": "Medical Visual Language Understanding and Generation",
1818
"description": "VILA-M3 is a medical visual language model built on Llama 3 and VILA architecture. This 3B parameter model performs medical image analysis including segmentation, classification, visual question answering, and report generation across multiple imaging modalities.",
19-
"authors": ["Vishwesh Nath", "Wenqi Li", "Dong Yang", "Andriy Myronenko", "et al. from NVIDIA, SingHealth and NIH"],
19+
"authors": [
20+
"Vishwesh Nath",
21+
"Wenqi Li",
22+
"Dong Yang",
23+
"Andriy Myronenko",
24+
"et al. from NVIDIA, SingHealth and NIH"
25+
],
2026
"copyright": "NVIDIA",
2127
"data_source": "MONAI and specialized medical datasets",
2228
"data_type": "Medical images and text",

hf_models/llama3_vila_m3_8b/metadata.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616
"name": "Llama3-VILA-M3-8B",
1717
"task": "Medical Visual Language Understanding and Generation",
1818
"description": "VILA-M3 is a medical visual language model built on Llama 3 and VILA architecture. This 8B parameter model performs medical image analysis including segmentation, classification, visual question answering, and report generation across multiple imaging modalities.",
19-
"authors": ["Vishwesh Nath", "Wenqi Li", "Dong Yang", "Andriy Myronenko", "et al. from NVIDIA, SingHealth and NIH"],
19+
"authors": [
20+
"Vishwesh Nath",
21+
"Wenqi Li",
22+
"Dong Yang",
23+
"Andriy Myronenko",
24+
"et al. from NVIDIA, SingHealth and NIH"
25+
],
2026
"copyright": "NVIDIA",
2127
"data_source": "MONAI and specialized medical datasets",
2228
"data_type": "Medical images and text",

models/brats_mri_segmentation/configs/metadata.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
"name": "BraTS MRI segmentation",
4646
"task": "Multimodal Brain Tumor Subregion Segmentation",
4747
"description": "3D segmentation model for delineating brain tumor subregions from multimodal MRI scans (T1, T1c, T2, FLAIR). The model processes 4-channel input volumes with 1mm isotropic resolution and outputs 3-channel segmentation masks for tumor core (TC), whole tumor (WT), and enhancing tumor (ET).",
48-
"authors": ["MONAI team"],
48+
"authors": [
49+
"MONAI team"
50+
],
4951
"copyright": "Copyright (c) MONAI Consortium",
5052
"data_source": "BraTS 2018 Challenge Dataset (https://www.med.upenn.edu/sbia/brats2018/data.html)",
5153
"data_type": "nibabel",

models/maisi_ct_generative/configs/metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
},
3333
"name": "MAISI: Medical AI for Synthetic Imaging",
3434
"task": "Synthetic 3D CT Image Generation with Anatomical Control",
35-
"description": "MAISI is a diffusion-based model for generating synthetic 3D CT images with anatomical control. The model produces realistic CT volumes up to 512×512×768 voxels and can generate images conditioned on organ segmentations of 127 anatomical structures.",
36-
"authors": ["MONAI Team"],
35+
"description": "MAISI is a diffusion-based model for generating synthetic 3D CT images with anatomical control. The model produces realistic CT volumes up to 512\u00d7512\u00d7768 voxels and can generate images conditioned on organ segmentations of 127 anatomical structures.",
36+
"authors": [
37+
"MONAI Team"
38+
],
3739
"copyright": "Copyright (c) MONAI Consortium",
3840
"data_source": "http://medicaldecathlon.com/",
3941
"data_type": "nibabel",

models/spleen_ct_segmentation/configs/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@
112112
}
113113
}
114114
}
115-
}
115+
}

0 commit comments

Comments
 (0)