Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mistral-hackaton-2026
/
robuchan

Text Generation
PEFT
Safetensors
English
recipe-adaptation
dietary-restrictions
culinary
sft
lora
trl
hf_jobs
mistral-hackathon
conversational
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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
robuchan
47.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sumitdotml's picture
sumitdotml
Mirror model from sumitdotml/robuchan
85371b5 verified 3 months ago
  • .gitattributes
    1.57 kB
    Mirror model from sumitdotml/robuchan 3 months ago
  • README.md
    8 kB
    Mirror model from sumitdotml/robuchan 3 months ago
  • adapter_config.json
    1.02 kB
    Mirror model from sumitdotml/robuchan 3 months ago
  • adapter_model.safetensors
    30.7 MB
    xet
    Mirror model from sumitdotml/robuchan 3 months ago
  • chat_template.jinja
    3.95 kB
    Mirror model from sumitdotml/robuchan 3 months ago
  • tokenizer.json
    17.1 MB
    xet
    Mirror model from sumitdotml/robuchan 3 months ago
  • tokenizer_config.json
    347 Bytes
    Mirror model from sumitdotml/robuchan 3 months ago
  • training_args.bin
    5.24 kB
    xet
    Mirror model from sumitdotml/robuchan 3 months ago