Instructions to use prxy5606/ae5aa718-faf3-40e0-b21d-bb79873f81d7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5606/ae5aa718-faf3-40e0-b21d-bb79873f81d7 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-2-7b-chat") model = PeftModel.from_pretrained(base_model, "prxy5606/ae5aa718-faf3-40e0-b21d-bb79873f81d7") - Notebooks
- Google Colab
- Kaggle