Instructions to use thangla01/97319f79-9c82-4909-bc2b-0c6ca011534a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thangla01/97319f79-9c82-4909-bc2b-0c6ca011534a 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, "thangla01/97319f79-9c82-4909-bc2b-0c6ca011534a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K