Instructions to use bboeun/dpo2-Delayed2-ref-sft1-fix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bboeun/dpo2-Delayed2-ref-sft1-fix with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "bboeun/dpo2-Delayed2-ref-sft1-fix") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
997028f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:33495b963f7d4bad72b9063f580df1c3d710c872a7176aecbb852586e9a81cc3
size 27413893
|