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