Text Generation
PEFT
Safetensors
English
recipe-adaptation
dietary-restrictions
culinary
sft
lora
trl
hf_jobs
mistral-hackathon
conversational
Eval Results (legacy)
Instructions to use mistral-hackaton-2026/robuchan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mistral-hackaton-2026/robuchan with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Ministral-8B-Instruct-2410") model = PeftModel.from_pretrained(base_model, "mistral-hackaton-2026/robuchan") - Notebooks
- Google Colab
- Kaggle
Ctrl+K