mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-29 17:35:16 +00:00
removed redundant argument
This commit is contained in:
parent
7f82aae67c
commit
47a2a7eab7
2 changed files with 2 additions and 3 deletions
|
|
@ -105,7 +105,6 @@ class ReasoningGymDataset(Dataset):
|
|||
def make_dataset(
|
||||
tokenizer,
|
||||
data_source: Experiment | ProceduralDataset,
|
||||
dataset_name: str,
|
||||
developer_prompt: str,
|
||||
) -> ReasoningGymDataset:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue