Instructions to use ashercn97/code-llama-slay with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ashercn97/code-llama-slay with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b") model = PeftModel.from_pretrained(base_model, "ashercn97/code-llama-slay") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7057c0f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:49a6091d162d2669733a3ed791f71d4a00e215d031c5c78c9da0fdf413fa23bb
size 3963
|