Add library name
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,15 +1,17 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
base_model:
|
5 |
- OpenGVLab/InternVL-Chat-V1-2
|
|
|
|
|
6 |
pipeline_tag: image-text-to-text
|
|
|
7 |
tags:
|
8 |
- medical
|
9 |
---
|
|
|
10 |
# MedRegA
|
11 |
|
12 |
-
Model for paper "[Interpretable Bilingual Multimodal Large Language Model for Diverse Biomedical Tasks](https://
|
13 |
|
14 |
๐ Project Page: [https://medrega.github.io/](https://medrega.github.io/)
|
15 |
|
@@ -23,4 +25,4 @@ We propose a **Region-Aware medical MLLM**, **MedRegA**, which is the first bili
|
|
23 |
|
24 |
Our MedRegA not only enables three region-centric tasks, but also achieves the best performance for visual question answering, report generation and medical image classification over 8 modalities, showcasing significant versatility.
|
25 |
|
26 |
-

|
|
|
1 |
---
|
|
|
|
|
2 |
base_model:
|
3 |
- OpenGVLab/InternVL-Chat-V1-2
|
4 |
+
language:
|
5 |
+
- en
|
6 |
pipeline_tag: image-text-to-text
|
7 |
+
library_name: transformers
|
8 |
tags:
|
9 |
- medical
|
10 |
---
|
11 |
+
|
12 |
# MedRegA
|
13 |
|
14 |
+
Model for paper "[Interpretable Bilingual Multimodal Large Language Model for Diverse Biomedical Tasks](https://huggingface.co/papers/2410.18387)".
|
15 |
|
16 |
๐ Project Page: [https://medrega.github.io/](https://medrega.github.io/)
|
17 |
|
|
|
25 |
|
26 |
Our MedRegA not only enables three region-centric tasks, but also achieves the best performance for visual question answering, report generation and medical image classification over 8 modalities, showcasing significant versatility.
|
27 |
|
28 |
+

|