Image-Text-to-Text
PEFT
Safetensors
English
Japanese
Chinese
vision
qwen3
qlora
disaster-recognition
xview2
multi-lingual
llama-factory
visual-question-answering
humanitarian-ai
conversational
Instructions to use WayBob/Qwen3VL-8B-QLora-4bit-xView2-Disaster-Recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use WayBob/Qwen3VL-8B-QLora-4bit-xView2-Disaster-Recognition with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-8B-Instruct") model = PeftModel.from_pretrained(base_model, "WayBob/Qwen3VL-8B-QLora-4bit-xView2-Disaster-Recognition") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!