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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bychwa
/
kitchenbot-chat

Text Generation
PEFT
Safetensors
English
lora
trl
sft
cooking
recipes
kitchenbot
conversational
Model card Files Files and versions
xet
Community

Instructions to use bychwa/kitchenbot-chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use bychwa/kitchenbot-chat with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("models/kitchenbot-base")
    model = PeftModel.from_pretrained(base_model, "bychwa/kitchenbot-chat")
  • Notebooks
  • Google Colab
  • Kaggle
kitchenbot-chat
1.64 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
bychwa's picture
bychwa
Rewrite model card: weekend training story + specs
8217f3c verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 8 days ago
  • README.md
    5.16 kB
    Rewrite model card: weekend training story + specs 7 days ago
  • adapter_config.json
    1.08 kB
    Training in progress, step 500 8 days ago
  • adapter_model.safetensors
    1.09 MB
    xet
    Training in progress, step 626 8 days ago
  • chat_template.jinja
    270 Bytes
    Training in progress, step 500 8 days ago
  • tokenizer.json
    538 kB
    Training in progress, step 500 8 days ago
  • tokenizer_config.json
    457 Bytes
    Training in progress, step 500 8 days ago
  • training_args.bin
    5.37 kB
    xet
    Training in progress, step 500 8 days ago