chessjev-byte-v1

Chess-specialized one-pass option scorer. Architecture follows the public jevlike interface (context + N text options โ†’ N probabilities) with an original ChessJev implementation.

This is not TypeSafe Jev and is not OpenJev 4B. It is a small byte-embedding model trained on synthetic chess rows (FEN context, legal UCI options, label = heuristic/tactical teacher). No Elo or calibration claim versus Jev.

Files

  • model.pt โ€” PyTorch checkpoint (OptionAttentionScorer)
  • config.json โ€” architecture hyperparameters

Use

from pathlib import Path
from chess_jev.model import load_checkpoint

model = load_checkpoint(Path("model.pt"))

Train:

PYTHONPATH=src python -m chess_jev.train --data data/chessjev --output checkpoints/chessjev-byte-v1/model.pt
Downloads last month
15
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support