Instructions to use afrias5/codellama34b_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use afrias5/codellama34b_finetuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/CodeLlama-34b-Python-hf") model = PeftModel.from_pretrained(base_model, "afrias5/codellama34b_finetuned") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f73495a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bebdc70b39316d22ac9cffe94e74085e91e930d912b66c47b2257b3d47277959
size 6328
|