NANI-Nithin/Shieldstral-1.0-3B-GGUF
2235
Shieldstral-1.0-3B-GGUF
GGUF conversions and quantizations of mistralai/Shieldstral-1.0-3B for use with:
- llama.cpp
- LM Studio
- Ollama
- KoboldCpp
- Jan
- Text Generation WebUI
- Other GGUF-compatible runtimes
Available Files
Full Precision
Shieldstral-1.0-3B-F16.gguf
Quantized Versions
Shieldstral-1.0-3B-Q4_K_M.ggufShieldstral-1.0-3B-Q5_K_M.ggufShieldstral-1.0-3B-Q6_K.ggufShieldstral-1.0-3B-Q8_0.gguf
Recommended Quant
For most users:
Shieldstral-1.0-3B-Q4_K_M.ggufProvides the best balance between:
- Quality
- Memory usage
- Inference speed
File Sizes
Approximate sizes:
F16 ~6.9 GB
Q4_K_M ~2.2 GB
Q5_K_M ~2.5 GB
Q6_K ~2.8 GB
Q8_0 ~3.5 GBllama.cpp
Example:
./llama-cli \
-m Shieldstral-1.0-3B-Q4_K_M.gguf \
-p "Hello"Chat mode:
./llama-cli \
-m Shieldstral-1.0-3B-Q4_K_M.gguf \
-cnvLM Studio
- Download your preferred GGUF file.
- Open LM Studio.
- Import the model.
- Start chatting.
Ollama
Create a file named Modelfile:
FROM Shieldstral-1.0-3B-Q4_K_M.ggufThen run:
ollama create shieldstral -f Modelfile
ollama run shieldstralBase Model
Base model:
mistralai/Shieldstral-1.0-3BAll model architecture, training, licensing, benchmarks, and usage rights belong to Mistral AI.
Please refer to the original model repository for official documentation.
Conversion Notes
The model was converted to GGUF using:
llama.cppA tokenizer compatibility patch was applied during conversion to ensure successful GGUF export.
Credits
- Base Model: Mistral AI
- GGUF Conversion & Quantization: NANI-Nithin
- Tooling: llama.cpp
