Skip to content

Commit d146a55

Browse files
hgao327The tunix Authors
authored andcommitted
Update training dataset to R2E-Gym-Subset.
PiperOrigin-RevId: 904667438
1 parent 9d25e26 commit d146a55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/deepswe/train_deepswe_nb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,13 @@ def get_lora_model(base_model, model_mesh):
421421
print("Loading Dataset...")
422422

423423
dataset = load_dataset(
424-
"R2E-Gym/R2E-Gym-V1",
424+
"R2E-Gym/R2E-Gym-Subset",
425425
split="train",
426426
cache_dir=DATASET_CACHE,
427427
trust_remote_code=True,
428428
)
429429

430+
430431
def transform(entry):
431432
for k, v in entry.items():
432433
if isinstance(v, list):

0 commit comments

Comments
 (0)