Instructions to use dzanbek/a23c19b1-941e-40fd-b34d-4e59c2d0452e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dzanbek/a23c19b1-941e-40fd-b34d-4e59c2d0452e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Eurdem/Defne_llama3_2x8B") model = PeftModel.from_pretrained(base_model, "dzanbek/a23c19b1-941e-40fd-b34d-4e59c2d0452e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K