Instructions to use afrias5/codellama-34b-Python-Score4096-54 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use afrias5/codellama-34b-Python-Score4096-54 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/codellama-34b-Python-Score4096-54") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
248b459 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0801429a27f7b751e489635348870208647133f8f31850047b9f26857ecee517
size 6328
|