Instructions to use himanshu-bhatnagar-exl-2302/code-llama-7b-sas-python-finetune_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use himanshu-bhatnagar-exl-2302/code-llama-7b-sas-python-finetune_v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-Python-hf") model = PeftModel.from_pretrained(base_model, "himanshu-bhatnagar-exl-2302/code-llama-7b-sas-python-finetune_v1") - Notebooks
- Google Colab
- Kaggle
Commit ·
2c6b1ff
1
Parent(s): 52f0465
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (8897c216203d97c36b9b23ae64b092c52c90fdf4)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>