aazgr/qwen2vl-2b-finetuned_18092025_0851
Bu model, Qwen/Qwen2-VL-2B-Instruct temel modelinin fine-tune edilmiş versiyonudur.
Model Detayları
- Base Model: Qwen/Qwen2-VL-2B-Instruct
- Model Türü: Vision-Language Model
- Fine-tuning Metodu: LoRA/QLoRA
- Dil: İngilizce
- Modelin oluşturulma zamanı: 28082025_1207
Kullanım
from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
import torch
model = Qwen2VLForConditionalGeneration.from_pretrained(
"aazgr/qwen2vl-2b-finetuned_18092025_0851",
torch_dtype=torch.float16,
device_map="auto",
trust_remote_code=True
)
tokenizer = AutoTokenizer.from_pretrained(
"aazgr/qwen2vl-2b-finetuned_18092025_0851",
trust_remote_code=True
)
processor = AutoProcessor.from_pretrained(
"aazgr/qwen2vl-2b-finetuned_18092025_0851",
trust_remote_code=True
)
Training Details
Bu model özel bir dataset üzerinde fine-tune edilmiştir.
- Downloads last month
- -
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support