Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions resources_servers/swerl_gen/configs/swerl_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ swerl_gen_simple_agent:
datasets:
- name: train
type: train
jsonl_fpath: resources_servers/swerl_gen/data/train_swebenchverified_n32768.jsonl
jsonl_fpath: resources_servers/swerl_gen/data/train.jsonl
num_repeats: 1
gitlab_identifier:
dataset_name: swerl_gen
version: 0.0.1
artifact_fpath: train_swebenchverified_n32768.jsonl
artifact_fpath: train.jsonl
license: Apache 2.0
- name: validation
type: validation
jsonl_fpath: resources_servers/swerl_gen/data/validation_gym690_curriculum2.jsonl
jsonl_fpath: resources_servers/swerl_gen/data/validation.jsonl
num_repeats: 1
gitlab_identifier:
dataset_name: swerl_gen
version: 0.0.1
artifact_fpath: validation_gym690_curriculum2.jsonl
artifact_fpath: validation.jsonl
license: Apache 2.0
- name: example
type: example
Expand Down