Any-to-Any
Transformers
Safetensors
English
Chinese
qwen2_5_vl
text-generation
text-generation-inference
Instructions to use PaDT-MLLM/PaDT_Pro_3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PaDT-MLLM/PaDT_Pro_3B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForSeq2SeqLM processor = AutoProcessor.from_pretrained("PaDT-MLLM/PaDT_Pro_3B") model = AutoModelForSeq2SeqLM.from_pretrained("PaDT-MLLM/PaDT_Pro_3B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6580a79 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2991d6be67dc019e07ecfba7898c46e392c0da1380aed29b2c79c2292ab086e1
size 8824
|