Instructions to use afrias5/meta-codellama-34b-python-Score-70 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use afrias5/meta-codellama-34b-python-Score-70 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/meta-codellama-34b-python-Score-70") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
5934d7a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4541d6a16d26c6f5ce26f07b68d1fcda7b35fcc7c51730e3484986f22b9fe923
size 3173444576
|