Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

DysfunctionalHuman
/
sft-tiny-chatbot

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use DysfunctionalHuman/sft-tiny-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use DysfunctionalHuman/sft-tiny-chatbot with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "DysfunctionalHuman/sft-tiny-chatbot")
  • Notebooks
  • Google Colab
  • Kaggle
sft-tiny-chatbot / runs
13.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
DysfunctionalHuman's picture
DysfunctionalHuman
Model save
28e01cb verified over 1 year ago
  • Oct06_06-33-15_f3a8dffdf805
    Model save over 1 year ago
  • Oct06_07-13-40_ec8f097a8389
    Model save over 1 year ago