How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-classification", model="mrbeniwal/TrueSkin-VL-2B")
pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
# Load model directly
from transformers import AutoProcessor, AutoModelForImageTextToText

processor = AutoProcessor.from_pretrained("mrbeniwal/TrueSkin-VL-2B")
model = AutoModelForImageTextToText.from_pretrained("mrbeniwal/TrueSkin-VL-2B")
Quick Links
README.md exists but content is empty.
Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for mrbeniwal/TrueSkin-VL-2B

Base model

Qwen/Qwen2-VL-2B
Finetuned
(7)
this model
Quantizations
1 model

Dataset used to train mrbeniwal/TrueSkin-VL-2B