Reinforcement Learning
Transformers
Safetensors
English
qwen3_vl
image-text-to-text
svg
vision-language
grpo
figure-understanding
vector-graphics
Instructions to use XunmeiLiu/VFIG-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XunmeiLiu/VFIG-4B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("XunmeiLiu/VFIG-4B") model = AutoModelForImageTextToText.from_pretrained("XunmeiLiu/VFIG-4B") - Notebooks
- Google Colab
- Kaggle