Views
No views yet
python ./quantize_nvfp4.py --model TheDrummer/Cydonia-24B-v4.3 --output ./TheDrummer/Cydonia-24B-v4.3-NVFP4 --size 512 --seed 42 --ultra_chat 3 --c4_en 2 --fiction_v8 3| Metric | Base Model (BF16) | NVFP4 (Quantized) | Delta |
|---|---|---|---|
| Winogrande (Ambiguity Resolution) | 77.19% | 77.27% | +0.08% |
| HellaSwag (Flow/Common Sense) | 84.19% | 83.16% | -1.03% |
| Lambada (Perplexity) | 2.78 | 2.88 | +0.10 |
| IFEval (Strict Instruction Following) | 53.97% | 53.23% | -0.74% |
| ARC Challenge (Logic/Reasoning) | 68.43% | 65.78% | -2.65% |
Note: It almost matches the base model in Nuance and Perplexity (the "vibes" metrics), trading off a small amount of raw logic.
1vllm serve ealexeev/TheDrummer-Cydonia-24B-v4.3-NVFP4 \
2 --tensor-parallel-size 1 \ # Fits on 1x GPU (24GB+)
3 --gpu-memory-utilization 0.8 \ # Leave room for KV Cache
4