Instructions to use SNV/codellama2-finetuned-codex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SNV/codellama2-finetuned-codex with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "SNV/codellama2-finetuned-codex") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- acd47f04e897076862c4b7a472a1d4c41a985cc3125341c4262ce9f72e2eb99f
- Size of remote file:
- 4.73 kB
- SHA256:
- 7954d2fd7b856d4b4db83c2a64ac7b8e3f87d04eba929ca7ce4642afcc464c0a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.