How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="ZeroAgency/Zero-Mistral-Small-24B-Instruct-2501-lora")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ZeroAgency/Zero-Mistral-Small-24B-Instruct-2501-lora", device_map="auto")
Quick Links

Zero-Mistral-Small-24B-Instruct-2501 LoRa Adapter version

Zero-Mistral-Small is an improved version of mistralai/Mistral-Small-24B-Instruct-2501, primarily adapted for Russian and English languages. The training involved SFT stage on GrandMaster-PRO-MAX dataset.

πŸ“š Model versions

Downloads last month
15
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for ZeroAgency/Zero-Mistral-Small-24B-Instruct-2501-lora

Dataset used to train ZeroAgency/Zero-Mistral-Small-24B-Instruct-2501-lora

Collection including ZeroAgency/Zero-Mistral-Small-24B-Instruct-2501-lora