Instructions to use dimasik87/7d8264c0-1221-4895-93fd-59d0aeba6a21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik87/7d8264c0-1221-4895-93fd-59d0aeba6a21 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/CodeLlama-13b-hf-flash") model = PeftModel.from_pretrained(base_model, "dimasik87/7d8264c0-1221-4895-93fd-59d0aeba6a21") - Notebooks
- Google Colab
- Kaggle