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

  • Log In
  • Sign Up

mayankchugh-learning
/
tiny-chatbot-dpo

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

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

  • Libraries
  • PEFT

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