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

  • Log In
  • Sign Up

mayankchugh-learning
/
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 mayankchugh-learning/sft-tiny-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use mayankchugh-learning/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, "mayankchugh-learning/sft-tiny-chatbot")
  • Notebooks
  • Google Colab
  • Kaggle
sft-tiny-chatbot / runs
5.97 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mayankchugh-learning's picture
mayankchugh-learning
Training in progress, epoch 0
d087fcf verified almost 2 years ago
  • May19_06-20-04_71f7975be1e5
    Training in progress, epoch 0 almost 2 years ago