Views
No views yet
| Property | Value |
|---|---|
| Base Architecture | Qwen 3.5-4B-Instruct (dense, 40 layers) |
| Finetuning | Supervised fine-tuning on Aureth-Agent-SFT-Robust (243k examples) |
| Export | GGUF via Unsloth |
| Format | Standard GGUF — compatible with llama.cpp, Ollama, and other backends |
| Chat Template | Qwen-instruct (Jinja-compatible) |
| Quantizations | Q2_K_L · Q3_K_M · Q4_K_M · Q5_K_M · Q6_K · Q8_0 · BF16 |
| Quantization | File Size | VRAM (est.) | Use Case |
|---|---|---|---|
| Q4_K_M | 2.71 GB | ~3.5 GB | Recommended daily driver |
| Q3_K_M | 2.26 GB | ~3.0 GB | Memory-constrained setups |
| Q5_K_M | 3.07 GB | ~4.0 GB | Higher quality when headroom allows |
| Q2_K_L | 2.07 GB | ~2.8 GB | Lowest-quant — quality trade-off significant |
| Q6_K | 3.46 GB | ~4.5 GB | Near-FP16 quality, tighter fit |
| Q8_0 | 4.48 GB | ~6 GB | Near-lossy; use when memory is not a constraint |
| BF16 | 8.42 GB | ~10 GB | Full precision; Metal GPU or high-VRAM GPU only |
num_gpu: 99).1# Q4_K_M example
2llama-cli -hf OusiaResearch/AurethV2-4B-GGUF \
3 --mmproj Qwen_Qwen3.5-4B_1777947324.BF16-mmproj.gguf \
4 -p "You are Aureth by Ousia Research. Report uncertainty honestly. Be direct." \
5 -i -r "User:" -ps -2 -cn 2048 -tb 128 -ngl 99 -fa1# Create Modelfile
2echo 'FROM OusiaResearch/AurethV2-4B-GGUF
3PARAMETER num_gpu 99
4PARAMETER context_length 2048' > Modelfile
5
6ollama create aureth-v2 -f Modelfile
7ollama run aureth-v21brew install llama.cpp
2llama-cli -hf OusiaResearch/AurethV2-4B-GGUF \
3 -p "You are Aureth by Ousia Research." -i -r "User:"| Model | Arch | Size | Notes |
|---|---|---|---|
| Aureth Compiler | Qwen 2.5 | 4B | Primary — this release |
| Aureth Architect | Qwen 2.5 | 9B | Larger variant |
| Aureth-Agent-SFT-Robust | Dataset | 243k rows | Training curriculum |