Image Feature Extraction
Transformers
Safetensors
English
qwen3_vl
text-generation-inference
vision_encoder
Instructions to use strangeropshf/qwen3-vl-4b-vision_encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use strangeropshf/qwen3-vl-4b-vision_encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="strangeropshf/qwen3-vl-4b-vision_encoder")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("strangeropshf/qwen3-vl-4b-vision_encoder") model = AutoModel.from_pretrained("strangeropshf/qwen3-vl-4b-vision_encoder") - Notebooks
- Google Colab
- Kaggle
Ctrl+K