Instructions to use DazMashaly/code_llama3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DazMashaly/code_llama3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "DazMashaly/code_llama3") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ab34629 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fcd66124e2029b70af33de5016df9674339797f5535d0eaac37125790d2201f8
size 5048
|