Instructions to use VERSIL91/ef0e7220-dcbb-4819-a649-c74b01532a33 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/ef0e7220-dcbb-4819-a649-c74b01532a33 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Orenguteng/Llama-3-8B-Lexi-Uncensored") model = PeftModel.from_pretrained(base_model, "VERSIL91/ef0e7220-dcbb-4819-a649-c74b01532a33") - Notebooks
- Google Colab
- Kaggle
Ctrl+K