CoolFace
Modelpublic

specklabs/Speck2-140M-Instruct-GGUF

sourceHugging Facemitupdated 11d agoView on Hugging Face
3likes278downloads
Model Card

[image]

Speck2-140M-Instruct GGUF

llama.cpp-compatible GGUF builds of specklabs/Speck2-140M-Instruct, pinned to source revision 1d959ef826b1160754a967aed9536aea0a76eedc.

FileQuantizationSize
Speck2-140M-Instruct-BF16.ggufBF16361.2 MB
Speck2-140M-Instruct-Q4_K_M.ggufQ4KM112.9 MB
Speck2-140M-Instruct-Q5_K_M.ggufQ5KM130.3 MB
Speck2-140M-Instruct-Q8_0.ggufQ8_0192.4 MB

Usage

bash
llama-cli -hf specklabs/Speck2-140M-Instruct-GGUF:Q4_K_M -cnv

The source Speck architecture and llama.cpp's LFM2 runtime implement the same alternating attention/short-convolution operators. Conversion folds the 640-to-768 input and 768-to-640 output adapters into the embeddings, zero-pads the 384-wide convolution channels to 768, and left-pads 3-tap causal kernels to 5 taps. These transformations preserve the model function apart from normal floating-point and quantization rounding.

The GGUF graph stores 180,165,376 parameters because the source's tied 640-wide embedding and two adapters become separate 768-wide input and output matrices. This compatibility transform does not add layers or model capacity.

The conversion was built with llama.cpp revision 2e88c49c90f0add8796f633fea8c3d65b975f295. Exact checksums and conversion provenance are in `conversion.json`.