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="QuantFactory/Ministral-4b-instruct-GGUF")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("QuantFactory/Ministral-4b-instruct-GGUF", dtype="auto")
Quick Links

QuantFactory Banner

QuantFactory/Ministral-4b-instruct-GGUF

This is quantized version of ministral/Ministral-4b-instruct created using llama.cpp

Original Model Card

image/jpeg

Model Description

Ministral is a series of language model, build with same architecture as the famous Mistral model, but with less size.

  • Model type: A 4B parameter GPT-like model fine-tuned on a mix of publicly available, synthetic datasets.
  • Language(s) (NLP): Primarily English
  • License: Apache 2.0
  • Finetuned from model: mistralai/Mistral-7B-v0.1
Downloads last month
68
GGUF
Model size
4B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support