Instructions to use sergioalves/87d66776-7a9b-451b-9821-40b2d438b085 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sergioalves/87d66776-7a9b-451b-9821-40b2d438b085 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B") model = PeftModel.from_pretrained(base_model, "sergioalves/87d66776-7a9b-451b-9821-40b2d438b085") - Notebooks
- Google Colab
- Kaggle
File size: 51 Bytes
bc9145f | 1 2 3 4 5 | {
"<|im_end|>": 32000,
"<|im_start|>": 32001
}
|