Instructions to use cvoffer/6635de56-821e-47c9-a4d3-68ede3ba660a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cvoffer/6635de56-821e-47c9-a4d3-68ede3ba660a 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, "cvoffer/6635de56-821e-47c9-a4d3-68ede3ba660a") - Notebooks
- Google Colab
- Kaggle