GaiaChess NNUE networks

Neural networks (NNUE) for the GaiaChess UCI chess engine.

Architecture (GaiaNet): 12 king buckets ร— 768 PST + filtered threat features (~41K inputs) โ†’ 640 โ†’ CReLU + pairwise โ†’ 16 โ†’ 32 โ†’ 1, with 8 output buckets. Trained with Bullet on self-play data.

Files are append-only: a network file, once published, is never modified โ€” engine releases pin an exact file name.

Networks

File Engine version Notes
gaianet-t2-1000.bin 4.2.x current default network

Usage

Networks are embedded into the engine at build time:

curl -L -o nets/gaianet-t2-1000.bin \
  "https://huggingface.co/jromanghf/gaiachess-networks/resolve/main/gaianet-t2-1000.bin"
MODEL=nets/gaianet-t2-1000.bin RUSTFLAGS="-C target-cpu=native" \
  cargo build --release --features nnue

Or loaded at runtime through UCI: setoption name EvalFile value <path>.

License

GPL-3.0-or-later, same as the engine.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support