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
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mayankchugh-learning's picture
mayankchugh-learning
Model save
95a34e5 verified almost 2 years ago
  • runs
    Training in progress, epoch 0 almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.2 kB
    Model save almost 2 years ago
  • adapter_config.json
    658 Bytes
    Training in progress, epoch 0 almost 2 years ago
  • adapter_model.safetensors
    4.52 MB
    xet
    Training in progress, epoch 0 almost 2 years ago
  • special_tokens_map.json
    437 Bytes
    Training in progress, epoch 0 almost 2 years ago
  • tokenizer.json
    1.84 MB
    Training in progress, epoch 0 almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    Training in progress, epoch 0 almost 2 years ago
  • tokenizer_config.json
    1.45 kB
    Training in progress, epoch 0 almost 2 years ago
  • training_args.bin
    4.98 kB
    xet
    Training in progress, epoch 0 almost 2 years ago