CoolFace
Modelpublic

LLM-course/ParetoTinyRNNTransformers485k_v4_ramp_TRM_d120_L3_H4_C4_500k_LegalW0p5

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes22downloads
Model Card

Chess model submitted to the LLM Course Chess Challenge.

Submission Info

  • —Submitted by: janisaiad
  • —Parameters: 485,040
  • —Organization: LLM-course

Model Details

  • —Architecture: Tiny Recursive Model (TRM) - looping recurrent transformer (cycle-shared weights)
  • —Vocab size: 148
  • —Embedding dim: 120
  • —Layers: 3
  • —Heads: 4
  • —Cycles: 4

TRM note: this is a looping TRM model — at inference/training time we run the same transformer stack for 4 recurrent refinement cycle(s) (weights are shared across cycles), which increases compute/reasoning depth without increasing parameter count.