Instructions to use nttx/fa65660a-39da-4a3f-accb-145b18a6a40b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/fa65660a-39da-4a3f-accb-145b18a6a40b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-2-Theta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "nttx/fa65660a-39da-4a3f-accb-145b18a6a40b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K