0
stars
5
commits
1
repos using this model
2
linked in READMEs
Oct 29, 2025
updated
This model is a fine-tuned version of Qwen/Qwen3-VL-4B-Instruct on a custom dataset.
Custom dataset based on Oxford Flowers102 found here.
from transformers import AutoProcessor, AutoModel
import torch
# Load model and processor
processor = AutoProcessor.from_pretrained("oscarqjh/Qwen3-VL-4B-Instruct-Flowers102-Open-QA")
model = AutoModel.from_pretrained("oscarqjh/Qwen3-VL-4B-Instruct-Flowers102-Open-QA", torch_dtype=torch.bfloat16)
# Example usage
# Your inference code here
This model was trained using LMMS-Engine, a framework for training large multimodal models.
This model inherits the limitations and potential biases from its base model Qwen/Qwen3-VL-4B-Instruct. Please refer to the base model's documentation for detailed information about limitations and ethical considerations.
If you use this model, please cite the original base model and the training framework used.
5 commits
0
stars
5
commits
1
repos using this model
2
linked in READMEs
Oct 29, 2025
updated
This model is a fine-tuned version of Qwen/Qwen3-VL-4B-Instruct on a custom dataset.
Custom dataset based on Oxford Flowers102 found here.
from transformers import AutoProcessor, AutoModel
import torch
# Load model and processor
processor = AutoProcessor.from_pretrained("oscarqjh/Qwen3-VL-4B-Instruct-Flowers102-Open-QA")
model = AutoModel.from_pretrained("oscarqjh/Qwen3-VL-4B-Instruct-Flowers102-Open-QA", torch_dtype=torch.bfloat16)
# Example usage
# Your inference code here
This model was trained using LMMS-Engine, a framework for training large multimodal models.
This model inherits the limitations and potential biases from its base model Qwen/Qwen3-VL-4B-Instruct. Please refer to the base model's documentation for detailed information about limitations and ethical considerations.
If you use this model, please cite the original base model and the training framework used.
5 commits