Instructions to use dzanbek/c3cd6cc4-740b-4f58-a3f1-1087bed0bf4d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dzanbek/c3cd6cc4-740b-4f58-a3f1-1087bed0bf4d 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, "dzanbek/c3cd6cc4-740b-4f58-a3f1-1087bed0bf4d") - Notebooks
- Google Colab
- Kaggle
| { | |
| "<|im_end|>": 32000, | |
| "<|im_start|>": 32001 | |
| } | |