Image-Text-to-Text
PEFT
Safetensors
English
lora
vision-language
food
nutrition
calories
smolvlm2
image-to-text
causal-lm datasets
conversational
Instructions to use Unnatrathi/caloraify-lora-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Unnatrathi/caloraify-lora-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolVLM2-500M-Instruct") model = PeftModel.from_pretrained(base_model, "Unnatrathi/caloraify-lora-adapter") - Notebooks
- Google Colab
- Kaggle
Ctrl+K