Any-to-Any
Transformers
English
Chinese
qwen2
text-generation
medical
vision-language
multimodal
unified-model
medical-vqa
text-to-image
image-to-text
medical-understanding
report-generation
interleaved-multimodal
modality-transfer
custom_code
Instructions to use General-Medical-AI/UniMedVL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use General-Medical-AI/UniMedVL with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("General-Medical-AI/UniMedVL", trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained("General-Medical-AI/UniMedVL", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -61,4 +61,4 @@ The model can be directly used for:
|
|
| 61 |
|
| 62 |
## Acknowledgments
|
| 63 |
|
| 64 |
-
We sincerely thank the [Bagel](https://
|
|
|
|
| 61 |
|
| 62 |
## Acknowledgments
|
| 63 |
|
| 64 |
+
We sincerely thank the [Bagel](https://arxiv.org/abs/2505.14683) project for providing the foundational framework upon which our code and model training are built.
|