Instructions to use HudeKing/PixVL-m3-allcaption-selfverify with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HudeKing/PixVL-m3-allcaption-selfverify with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="HudeKing/PixVL-m3-allcaption-selfverify")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("HudeKing/PixVL-m3-allcaption-selfverify") model = AutoModelForMultimodalLM.from_pretrained("HudeKing/PixVL-m3-allcaption-selfverify", device_map="auto") - Notebooks
- Google Colab
- Kaggle
PixVL-m3-allcaption-selfverify
Public PixVL training export from exports/rl_branch_model3_large_dpo_20260723/m3_allcaption_selfverify_cyclepreweight_50k_step90_20260728. This repository contains the
complete Hugging Face model export. Source code and evaluation wrappers are
available at https://github.com/StuHude/PixVL.
The model is released for research use. It is initialized from Qwen3-VL-4B-SAMTok and follows the upstream model's license and usage restrictions.
- Downloads last month
- 18