Instructions to use chaymaemerhrioui/Mistral_Ch_Text_Grand with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chaymaemerhrioui/Mistral_Ch_Text_Grand with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3") model = PeftModel.from_pretrained(base_model, "chaymaemerhrioui/Mistral_Ch_Text_Grand") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e2fdcfa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f86fb7709a4b015e1f5067c0cabc8f518a640c9adfce526fd9e790d07c786097
size 5304
|