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
Commit History
commit adapter 023c041
Salman Shahid commited on