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