Skip to content

Commit 880a585

Browse files
Merge branch 'agent-traces' of github.com:huggingface/open-r1 into agent-traces
2 parents 029dc60 + 31cf3a2 commit 880a585

4 files changed

Lines changed: 201 additions & 207 deletions

File tree

recipes/Qwen2.5-VL-3B-Instruct/sft/config_agent.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ weight_decay: 0.0001
1616
optim: adamw_torch
1717
lr_scheduler_type: linear
1818
warmup_ratio: 0.1
19-
learning_rate: 2.0e-05
19+
learning_rate: 3.0e-05
2020
gradient_accumulation_steps: 8
2121
per_device_eval_batch_size: 4
2222
per_device_train_batch_size: 4 # Change this depending on the context length of the model to keep a 500M GBS.
@@ -53,18 +53,18 @@ dataset_mixture:
5353
config: mind2web # Name of the dataset config
5454
split: train # Split to use from the dataset
5555
columns: # Columns to keep
56-
- images
57-
- texts
58-
weight: 1. # Fraction of dataset to use
56+
- images
57+
- texts
58+
weight: 1.
5959
- id: smolagents/aguvis-stage-2
60-
config: guiact-web-multi
60+
config: guiact-web-single
6161
split: train
6262
columns:
6363
- images
6464
- texts
6565
weight: 1.
6666
- id: smolagents/aguvis-stage-2
67-
config: guiact-web-single
67+
config: guiact-web-multi
6868
split: train
6969
columns:
7070
- images

scripts/agents/convert_aguvis_data.py

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)