Instructions to use davanstrien/qwen3-vl-2b-iconclass-swift-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use davanstrien/qwen3-vl-2b-iconclass-swift-test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/root/.cache/huggingface/hub/models--Qwen--Qwen3-VL-2B-Instruct/snapshots/89644892e4d85e24eaac8bacfd4f463576704203") model = PeftModel.from_pretrained(base_model, "davanstrien/qwen3-vl-2b-iconclass-swift-test") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!