How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="QuantFactory/Ministral-3b-instruct-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

QuantFactory Banner

QuantFactory/Ministral-3b-instruct-GGUF

This is quantized version of ministral/Ministral-3b-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 3B 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
487
GGUF
Model size
3B 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

Space using QuantFactory/Ministral-3b-instruct-GGUF 1