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