Instructions to use nblinh/4b1ca402-44cc-42b8-83b1-0df6237c5108 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh/4b1ca402-44cc-42b8-83b1-0df6237c5108 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-2-Mistral-7B-DPO") model = PeftModel.from_pretrained(base_model, "nblinh/4b1ca402-44cc-42b8-83b1-0df6237c5108") - Notebooks
- Google Colab
- Kaggle
File size: 51 Bytes
e17d1b7 | 1 2 3 4 5 | {
"<|im_end|>": 32000,
"<|im_start|>": 32001
}
|