mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
updated config and read me
This commit is contained in:
parent
7b39f4a3c7
commit
52c3c430b9
2 changed files with 42 additions and 6 deletions
|
|
@ -13,8 +13,8 @@ class EvalConfig:
|
|||
eval_dir: str
|
||||
dataset_size: int
|
||||
dataset_seed: int
|
||||
model: str = "deepseek/deepseek-r1"
|
||||
provider: str = "Nebius"
|
||||
model: str
|
||||
provider: str
|
||||
developer_role: str = "system"
|
||||
developer_prompt: str = SYSTEM_PROMPTS["DeepSeekZero"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue