Maggio33 commited on
Commit
d4bc031
·
verified ·
1 Parent(s): 969a02a

Add GoLLeM-v5 64M (Fabryka AI) — eff ~77.51, board-protocol verified

Browse files

Adds GoLLeM-v5 64M flagship (62.9M params) to the leaderboard.

- BLiMP 77.84 / ARC-Easy 47.94 / WikiText-2 byte_ppl 2.016 (BPB 1.012)
- Computed eff ~77.51 (board formula).
- Qwen3-style decoder (RoPE theta=100k, SwiGLU, RMSNorm, QK-Norm, value residuals), Muon optimizer, ARC-MIX 9.42B corpus, 13.1B tokens.
- Numbers measured with the Glint board protocol (glint_parity: bare-prompt ARC + 256-token clip, byte-normalized wiki) — reproducible from the checkpoint.
- Checkpoint + model class + eval harness + full provenance: https://huggingface.co/SlayerLab/gollem-v5-ckpts (v1_muon/ckpt_400k.pt, sha256 59f982c1...).
- Same org as the merged #16 GoLLeM-v5 32M / #21 16M (PR #76). Please re-benchmark to verify.

Files changed (1) hide show
  1. index.html +13 -0
index.html CHANGED
@@ -601,6 +601,19 @@ const models = [
601
  card: "https://huggingface.co/juinron/Hummingbird-V2"
602
  }
603
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
604
  {
605
  name: "GoLLeM-v5 32M",
606
  org: "Fabryka AI",
 
601
  card: "https://huggingface.co/juinron/Hummingbird-V2"
602
  }
603
  },
604
+ {
605
+ name: "GoLLeM-v5 64M",
606
+ org: "Fabryka AI",
607
+ params: "62.9M",
608
+ blimp: 77.84,
609
+ arc: 47.94,
610
+ wiki: 2.016,
611
+ tokens: "13.1B",
612
+ releaseDate: "2026-09-24",
613
+ links: {
614
+ card: "https://huggingface.co/SlayerLab/gollem-v5-ckpts"
615
+ }
616
+ },
617
  {
618
  name: "GoLLeM-v5 32M",
619
  org: "Fabryka AI",