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