Instructions to use k1h0/codellama-7b-qlora-java with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use k1h0/codellama-7b-qlora-java 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, "k1h0/codellama-7b-qlora-java") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ed86b87 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:44de44c669625cc80714e1d19a987c9d0c7b01065c7f584e39721f940606974b
size 67126232
|