Views
No views yet
mlabonne/harmful_behaviors train[:400] / mlabonne/harmless_alpaca train[:400]mlabonne/harmful_behaviors test[:100]gguf-split
format. llama.cpp loads them transparently — point at the first shard
(-00001-of-NNNNN.gguf) and the rest is picked up automatically.| Type | Filename | Size |
|---|---|---|
| f16 | Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 Part 8 | 245 GB |
| Q8_0 | Part 1 Part 2 Part 3 Part 4 Part 5 | 130 GB |
| Q6_K | Part 1 Part 2 Part 3 Part 4 | 100 GB |
| Q5_K_M | Part 1 Part 2 Part 3 | 86 GB |
| Q4_K_M | Part 1 Part 2 Part 3 | 73 GB |
[INST]...[/INST] prompt format. The
GGUF tokenizer correctly preserves [INST], [/INST], [TOOL_CALLS]
and the related Mistral special-token IDs (3-15) as single-token IDs —
which the upstream tokenizer_config.json ships with special: false,
breaking GGUF tokenization in earlier quants. Fixed via tokenizer-config
patch before convert.