Any-to-Any
Transformers
Safetensors
English
Chinese
qwen2_5_vl
text-generation
text-generation-inference
Instructions to use PaDT-MLLM/PaDT_Pro_7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PaDT-MLLM/PaDT_Pro_7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForSeq2SeqLM processor = AutoProcessor.from_pretrained("PaDT-MLLM/PaDT_Pro_7B") model = AutoModelForSeq2SeqLM.from_pretrained("PaDT-MLLM/PaDT_Pro_7B") - Notebooks
- Google Colab
- Kaggle
Ctrl+K