Instructions to use msho/llemma_dpo_sampled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use msho/llemma_dpo_sampled with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/llemma_7b") model = PeftModel.from_pretrained(base_model, "msho/llemma_dpo_sampled") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8009df3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a542d0ac1ee8caa44f6749ce7ab8e53ce8d2f326626265250c9f3606960c1b20
size 4920
|