Instructions to use bbytxt/77a273c2-2829-445c-a5ee-c412325136ee with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/77a273c2-2829-445c-a5ee-c412325136ee with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b") model = PeftModel.from_pretrained(base_model, "bbytxt/77a273c2-2829-445c-a5ee-c412325136ee") - Notebooks
- Google Colab
- Kaggle
Ctrl+K