Instructions to use havinash-ai/052a3e6c-4e81-4e24-bb81-59fa39868f8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use havinash-ai/052a3e6c-4e81-4e24-bb81-59fa39868f8b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-2-SOLAR-10.7B") model = PeftModel.from_pretrained(base_model, "havinash-ai/052a3e6c-4e81-4e24-bb81-59fa39868f8b") - Notebooks
- Google Colab
- Kaggle
| { | |
| "<|im_end|>": 32000, | |
| "<|im_start|>": 32001 | |
| } | |