mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
Feat/unsloth example (#482)
* cleaned up examples * updated failing hooks * updated readme * corrected linting checks
This commit is contained in:
parent
d9cd20c174
commit
1c98584f28
29 changed files with 122 additions and 2857 deletions
|
|
@ -27,7 +27,7 @@ class DatasetConfigItem:
|
|||
|
||||
@dataclass
|
||||
class DatasetConfig:
|
||||
dataset_size: int = field(default=1000)
|
||||
dataset_size: int = field(default=10000)
|
||||
developer_prompt: str = field(default="DeepSeekZero")
|
||||
developer_role: str = field(default="system")
|
||||
datasets: dict[str, DatasetConfigItem] = field(default=None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue