Views
No views yet
| File | Quantization | Size | SHA-256 |
|---|---|---|---|
fluid-2-qwen3.5-4b-beta-Q4_K_M.gguf | Q4_K_M | 2,708,804,640 bytes | 5089fd6907ba0cf84f44eb9b749f99e63b1ab6aa31e910bab7450d52fd37e96c |
fluid-2-qwen3.5-4b-beta-Q6_K.gguf | Q6_K | 3,464,055,840 bytes | f2c1073232acf39de25283d0d8b8a9311e316972bcf033236f8b6520596d7e95 |
fluid-2-qwen3.5-4b-beta-Q8_0.gguf | Q8_0 | 4,482,403,360 bytes | 39ed2353abf513814ddf90d48e16884574cbca2698e769c1c6d9bae039fcd5a3 |
| Metric | Result |
|---|---|
| Scored text rows | 7,024 |
| Exact match | 33.5849% |
| CER | 16.4947% |
| WER | 25.4750% |
| Excluded EOS-only rows | 121 |
| Excluded generation-capped rows | 16 |
<|start_target_text|>; generation stops at <|end_target_text|>.1<|dictation_clean_v1|>
2<|start_prev_text|>{previous context}<|end_prev_text|>
3<|start_post_text|>{following context}<|end_post_text|>
4<|start_asr_text|>{ASR transcript to clean}<|end_asr_text|>
5<|start_target_text|>llama.cpp llama-completion binary. This example selects
Q4_K_M and uses greedy decoding:1PROMPT='<|dictation_clean_v1|>
2<|start_prev_text|><|end_prev_text|>
3<|start_post_text|><|end_post_text|>
4<|start_asr_text|>hello world<|end_asr_text|>
5<|start_target_text|>'
6
7./llama-completion \
8 --hf-repo johnbean393/fluid-2-qwen3.5-4b-beta-GGUF:Q4_K_M \
9 --prompt "$PROMPT" \
10 --predict 256 \
11 --temperature 0 \
12 --ctx-size 8192 \
13 --no-conversation \
14 --no-display-prompt:Q6_K or :Q8_0 for another quant. For a local file, replace
--hf-repo ... with --model ./fluid-2-qwen3.5-4b-beta-Q6_K.gguf.
Add --special while debugging to display the terminal control token.llama.cpp
b10411 release. No CUDA/source build was performed. Every quant
passed GGUF metadata validation and a load/generation smoke test with that
pre-built binary. Exact hashes are recorded in conversion_manifest.json.--no-mtp. This omits only the absent optional
speculative draft layer; it does not remove trained decoder weights and does
not change ordinary next-token generation. The files correctly declare
32 blocks.