Image-Text-to-Text
Transformers
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="Coobiw/ChartMoE-Aligned-Connector")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Coobiw/ChartMoE-Aligned-Connector", dtype="auto")
Quick Links

ChartMoE

ICLR2025 Oral

arXiv

Project Page

Github Repo

Hugging Face Model

ChartMoE is a multimodal large language model with Mixture-of-Expert connector, based on InternLM-XComposer2 for advanced chart 1)understanding, 2)replot, 3)editing, 4)highlighting and 5)transformation.

This is a reproduction of diversely-aligner moe-connector, please feel free to use it for continue sft training!

Open Source License

The data is licensed under Apache-2.0.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including Coobiw/ChartMoE-Aligned-Connector

Paper for Coobiw/ChartMoE-Aligned-Connector