Instructions to use thalllsssss/00a4666d-12ae-4972-9753-306a02cf9512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thalllsssss/00a4666d-12ae-4972-9753-306a02cf9512 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "thalllsssss/00a4666d-12ae-4972-9753-306a02cf9512") - Notebooks
- Google Colab
- Kaggle
Ctrl+K