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.
1from transformers import AutoProcessor, AutoModel
2import torch
3
4# Load model and processor
5processor = AutoProcessor.from_pretrained("oscarqjh/Qwen3-VL-4B-Instruct-Flowers102-Open-QA")
6model = AutoModel.from_pretrained("oscarqjh/Qwen3-VL-4B-Instruct-Flowers102-Open-QA", torch_dtype=torch.bfloat16)
7
8# Example usage
9# 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.