Instructions to use Divyaamith/tiny-chatbot-dpo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Divyaamith/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, "Divyaamith/tiny-chatbot-dpo") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3da3d28 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:51e5df18825d82927160d43729d6a7803ba774231de614614c75c1f7c76c9e5b
size 4984
|