mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
Added games training and evaluation configuration (#426)
* added games * Update eval_games_composite.yaml * Delete training/evaluations/eval_qwen_3b.yaml * Add files via upload * Delete training/evaluations/eval_algebraic_composite.yaml * Delete training/evaluations/eval_algorithmic_composite.yaml * Delete training/evaluations/eval_arithmetic_composite.yaml * Delete training/evaluations/eval_cognition_composite.yaml * Delete training/evaluations/eval_games_composite.yaml
This commit is contained in:
parent
10863ea12b
commit
73e3cb33a4
7 changed files with 10 additions and 38 deletions
|
|
@ -2,11 +2,11 @@ reasoning_gym:
|
|||
dataset_size: 20000
|
||||
developer_prompt: DeepSeekZero
|
||||
datasets:
|
||||
sudoku:
|
||||
mini_sudoku:
|
||||
weight: 0.33
|
||||
config:
|
||||
min_empty: 30
|
||||
max_empty: 50
|
||||
min_empty: 8
|
||||
max_empty: 12
|
||||
futoshiki:
|
||||
weight: 0.34
|
||||
config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue