CoolFace
Modelpublic

Frosty40/Ornith-1.0-35B-GGUF-NVFP4

sourceHugging Facemitupdated 3mo agoView on Hugging Face
1likes91downloads
Model Card

<p align="center"> <img src="ornith-banner.jpeg" alt="Ornith-1.0-35B — GGUF / NVFP4" width="640"> </p>

Ornith-1.0-35B — GGUF / NVFP4

Status: R&D. data release — no claims.

GGUF NVFP4 (W4A4) build of deepreinforce-ai/Ornith-1.0-35B (qwen3_5_moe, 35B MoE), converted from the sakamakismile/Ornith-1.0-35B-NVFP4 compressed-tensors checkpoint for llama.cpp. Text-only (the source vision tower is not included).

  • —File: ornith-1.0-35b-GGUF_NVFP4.gguf — 21.0 GB (21,046,365,120 bytes)
  • —SHA256: d9ab37f61fedc3d75bac7516baf45da383fbd9bc4ff1cf240962ca1bc31b3177
  • —Tensors: 1593 (NVFP4 390, F32 1161, F16 2) · 40 layers · 256 experts (8 active) · hybrid linear/full attention

Runtime

Requires a llama.cpp build with `qwen35moe` architecture + NVFP4 support (not in mainline as of this release). Tested binary: b1-1ec44d1, Linux aarch64, CUDA sm_121, NVIDIA GB10.

llama-cli -m ornith-1.0-35b-GGUF_NVFP4.gguf --jinja --reasoning-budget 0 -ngl 999 -p "..."

Benchmarks (this GGUF, GB10)

Accuracy

BenchmarkScorenMethod
GSM8K97.0%200generative, chat, thinking-off, exact-match
HellaSwag82.1%1000loglikelihood
Winogrande71.6%1000loglikelihood
ARC-Challenge49.2%299loglikelihood, multiple-choice
MMLU41.1%20000-shot loglikelihood, multiple-choice
TruthfulQA-MC135.7%817loglikelihood, multiple-choice
Wikitext-2PPL 6.36100 chunks-c 2048

MC/loglikelihood via llama-perplexity; GSM8K via llama-server (--reasoning-budget 0). 0-shot, no few-shot priming.

[image]

Throughput / concurrency (llama-batched-bench, 512-tok prompt + 256-tok gen)

AgentsPrompt t/sAgg gen t/sPer-agent gen t/sTotal t/s256-tok reply (s)
1233369.069.01953.7
82372206.525.85289.9
162356225.714.156818.1
322353277.18.767329.6
642351326.35.176650.2
962356342.63.679671.7
1282353350.62.781093.5
1922358361.51.9830136.0
2562356372.31.5849176.0

Generation saturates ~370 t/s; 256 agents ran without OOM (~40 GB used). Compute-bound, not memory-bound.

[image] [image]

Raw logs + CSVs: benchmarks/.

Conversion

convert_hf_to_gguf.py --outtype f16 --fuse-gate-up-exps --no-mtp (llama.cpp qwen35moe converter). Source safetensors SHA256 ec25ada854768610c7b841889b2a1b9f06163eda798a296401be87d0a2613cdd.

Credits

License

MIT, inherited from the base model. This repository adds only the GGUF/NVFP4 weights, conversion metadata, and benchmark data.