SC4001-Flowers102
Collection
Dataset and models for SC4001 Research Project
•
4 items
•
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.