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