Instructions to use MatthieuO/Mistroll-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MatthieuO/Mistroll-v0.1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistral-community/Mistral-7B-v0.2") model = PeftModel.from_pretrained(base_model, "MatthieuO/Mistroll-v0.1") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5ec5e3e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fda7f7fb0debf5dfc911cc4844a1d2b0065d4d78d5f609569b52333c97443f87
size 167934026
|