Instructions to use nttx/72886a10-7367-4561-9e00-37b78522209f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/72886a10-7367-4561-9e00-37b78522209f with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-2-Pro-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "nttx/72886a10-7367-4561-9e00-37b78522209f") - Notebooks
- Google Colab
- Kaggle