Instructions to use Vithika/llama2-qlora-finetunined-code-text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Vithika/llama2-qlora-finetunined-code-text with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyPixel/Llama-2-7B-bf16-sharded") model = PeftModel.from_pretrained(base_model, "Vithika/llama2-qlora-finetunined-code-text") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
dafee85 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:edf1a2a3fe19eabe0f8c373897f92753506e0427138df50c3dbbc3a8a1895237
size 134263757
|