ETR-fr
Collection
8 items
•
Updated
•
1
koena/Mistral-7B-v0.3-lora-ETR-fr
for mistralai/Mistral-7B-v0.3
An adapter for the mistralai/Mistral-7B-v0.3
model that was trained on the ETR-fr dataset.
This adapter was created for usage with the Adapters library.
First, install adapters
:
pip install -U adapters
Now, the adapter can be loaded and activated like this:
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("mistralai/Mistral-7B-v0.3")
adapter_name = model.load_adapter("koena/Mistral-7B-v0.3-lora-ETR-fr", set_active=True)