Instructions to use salmanshahid/CodeLlama-13B-Paper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use salmanshahid/CodeLlama-13B-Paper with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-13b-hf") model = PeftModel.from_pretrained(base_model, "salmanshahid/CodeLlama-13B-Paper") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (39eacd337ea9e5d4c95f5ed80205f223342fe080)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>