--- license: mit tags: - hrm - hierarchical-reasoning - sudoku - pytorch - safetensors --- # HRM Sudoku Solver This model is a Hierarchical Reasoning Model (HRM) trained on the Sudoku-Extreme-1K dataset. ## Performance - **Exact Accuracy**: 60.6% - **Token Accuracy**: 88.2% - **Training**: 20,000 epochs with 1000x augmentation ## Files - `model.safetensors`: Optimized weights. - `config.yaml`: Architecture configuration. - `hrm_act_v1.py`: Model source code. - `losses.py`: Loss functions.