Reproducing-TRM
Collection
3 items
•
Updated
•
4
This is a Tiny Recursive Model (TRM) fine-tuned for solving Sudoku puzzles. The model uses recursive reasoning to fill in missing numbers in Sudoku grids.
This model is designed to solve Sudoku puzzles by predicting the correct numbers for empty cells in standard 9x9 Sudoku grids.
Not intended for general NLP tasks, image processing, or other puzzle types.
The model was trained on a dataset of Sudoku puzzles with extreme difficulty levels. The dataset includes:
| Variant | Metric | Claimed | Achieved |
|---|---|---|---|
| TRM-MLP | Accuracy | 87.4% | 79.37% ± 0.12% |
| TRM-Attention | Accuracy | 74.7% | 73.66% ± 0.13% |
Results from independent reproduction study.