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

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

  • Libraries
  • PEFT

    How to use Lakshmi12/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, "Lakshmi12/tiny-chatbot-dpo")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-chatbot-dpo / runs
13.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Lakshmi12's picture
Lakshmi12
Training in progress, epoch 0
c0b303b verified about 2 years ago
  • May19_06-46-21_53d25b049a82
    Training in progress, epoch 0 about 2 years ago
  • May19_07-03-25_53d25b049a82
    Training in progress, epoch 0 about 2 years ago