Instructions to use VERSIL91/20faeb8f-906f-4c92-b6a3-dda7beef7828 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/20faeb8f-906f-4c92-b6a3-dda7beef7828 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, "VERSIL91/20faeb8f-906f-4c92-b6a3-dda7beef7828") - Notebooks
- Google Colab
- Kaggle
Ctrl+K