Text Classification
Transformers
Safetensors
Korean
English
vision-language
korean
image-to-text
multilingual
fashion
e-commerce
text-generation-inference
unsloth
mllama
lora
Instructions to use hateslopacademy/otpensource-vision-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hateslopacademy/otpensource-vision-lora with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hateslopacademy/otpensource-vision-lora")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hateslopacademy/otpensource-vision-lora", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop