Instructions to use nttx/9f24612d-940b-4c83-932b-530d7f45424a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/9f24612d-940b-4c83-932b-530d7f45424a 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/9f24612d-940b-4c83-932b-530d7f45424a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K