Instructions to use Vithika/llama2-qlora-finetunined-french with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Vithika/llama2-qlora-finetunined-french 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-french") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
937a3db | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2b37e26267eae2a1740c53809d22a12949f293c809a6dc15ef72b4d25b89872a
size 134263757
|