CoolFace
Modelpublic

rodrigomt/WEBGEN-4B-Preview-480B-Double-Distill-GGUF

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes45downloads
Model Card

๐Ÿง  WEBGEN-4B-Preview-480B-Double-Distill GGUFs

Quantized version of: BasedBase/WEBGEN-4B-Preview-480B-Double-Distill-FP32


๐Ÿ“ฆ Available GGUFs

FormatDescription
F16Full precision (16-bit), better quality, larger size โš–๏ธ
Q8_K_XLQuantized (8-bit XL variant, based on the quantization table of the unsloth model Qwen3-4B-Thinking-2507), smaller size, faster inference โšก
Q4_K_XLQuantized (4-bit XL variant, based on the quantization table of the unsloth model Qwen3-4B-Thinking-2507), smaller size, faster inference โšก

๐Ÿš€ Usage

Example with llama.cpp:

bash
./main -m ./gguf-file-name.gguf -p "Hello world!"