Instructions to use Faradaylab/ARIA-7B-V3-mistral-french-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Faradaylab/ARIA-7B-V3-mistral-french-v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "Faradaylab/ARIA-7B-V3-mistral-french-v1") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
87b7c6b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:55f0109755dae88fad9503cbb371e8db928ebca7172f0130961072e0fcb73198
size 4999819232
|