File size: 498 Bytes
5dc80b3 1460ca9 5dc80b3 1460ca9 5dc80b3 1460ca9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
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.
|