Instructions to use MMInstruction/YingVLM-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MMInstruction/YingVLM-zh with Transformers:
# Load model directly from transformers import AutoProcessor, VLM processor = AutoProcessor.from_pretrained("MMInstruction/YingVLM-zh") model = VLM.from_pretrained("MMInstruction/YingVLM-zh") - Notebooks
- Google Colab
- Kaggle