mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
use results folder name for eval results
This commit is contained in:
parent
ffe60ef112
commit
791f16ec0f
4 changed files with 12 additions and 12 deletions
8
eval/yaml/example.yaml
Normal file
8
eval/yaml/example.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
model: anthropic/claude-3.7-sonnet # find model id: https://openrouter.ai/models
|
||||
category: test
|
||||
datasets:
|
||||
- YOUR_DATASET_NAME
|
||||
eval_dir: results/test
|
||||
dataset_size: 100
|
||||
dataset_seed: 42
|
||||
developer_role: system
|
||||
Loading…
Add table
Add a link
Reference in a new issue