Instructions to use GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Mistral-Small-24B-Instruct-2501-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M
Use Docker
docker model run hf.co/GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF with Ollama:
ollama run hf.co/GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M
- Unsloth Studio
How to use GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF to start chatting
- Docker Model Runner
How to use GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF with Docker Model Runner:
docker model run hf.co/GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M
- Lemonade
How to use GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Mistral-Small-24B-Instruct-2501-Dutch-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Model Card for Mistral-Small-24B-Instruct-2501-Dutch-GGUF
This is a fine-tuned version of Mistral-Small-24B-Instruct that has been specifically optimized for Dutch language understanding and generation. This model was developed by Aisk to improve Dutch language capabilities while maintaining the strong instruction-following abilities of the base model.
Model Details
Model Description
Mistral-Small-24B-Instruct-unsloth-bnb-4bit-2501-Dutch is a fine-tuned version of Mistral-Small-24B-Instruct that has been specifically optimized for Dutch language understanding and generation. This model was developed by Aisk to improve Dutch language capabilities while maintaining the strong instruction-following abilities of the base model.
The model has been quantized to 4-bit precision using BitsAndBytes (bnb) and optimized with Unsloth for efficient inference, making it more accessible for deployment on consumer hardware while preserving most of the language capabilities.
- Developed by: Aisk (Dutch website: Aisk)
- Model type: Q4, Q8 and F16 GGUF and safetensor model finetuned using PEFT.
- Language(s) (NLP): NL / Dutch, EN / English
- Finetuned from model [optional]: Mistral-Small-24B-Instruct-2501
Model Sources [optional]
2587 Dutch books have been used to train. Roughly 350 million tokens were in the dataset.
We are working on expanding this amount and improve this model even further.
Uses
Direct Use
This model is particularly well-suited for:
- Dutch language conversation and chat applications
- Dutch content generation and summarization
- Translation assistance to and from Dutch
- Question answering in Dutch
- Dutch language understanding tasks
Recommendations
How to Get Started with the Model
Use the code below to get started with the model.
from transformers import AutoModelForCausalLM, AutoTokenizer
model_name = "GetAisk/Mistral-Small-24B-Instruct-unsloth-bnb-4bit-2501-Dutch"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(
model_name,
device_map="auto",
load_in_4bit=True
)
# Example Dutch prompt
prompt = """<s>[INST] Vertel me iets over de Nederlandse cultuur. [/INST]"""
inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
output = model.generate(**inputs, max_new_tokens=500)
print(tokenizer.decode(output[0], skip_special_tokens=False))
Training Details
Training Data
2587 Dutch ebooks have been used. Roughly 350 million tokens.
Training Procedure
Fine tuned model using LoRa based on Unsloth.
- PEFT 0.14.0
- Downloads last month
- 47
Model tree for GetAisk/Mistral-Small-24B-Instruct-2501-Dutch-GGUF
Base model
mistralai/Mistral-Small-24B-Base-2501