I looked through your paper and while I did find a lot on sample efficiency and iterations, I did not find anything about the amount of hours you trained your models to get the results reported.
I've been trying to reproduce your results and started a run with your provided command
accelerate launch \ --num_processes 4 \ --num_machines 1\ --machine_rank 0 \ countdown/es_fine-tuning_countdown.py \ --data_sample 200 \ --model_name Qwen/Qwen2.5-1.5B-Instruct \ --gpu_threads 2
on four H200 GPUs with the fairly small 1.5B model. Each iteration seems to take about 10 minutes Iteration 7/1000, Time: 558.99s, Mean: 0.10, Min: 0.08, Max: 0.13, which would mean I would have to train for ~166 hours to reach the 1000 iterations from your paper. Is this expected and also how long it took for you? Or should I check if something is off with my setup?
I looked through your paper and while I did find a lot on sample efficiency and iterations, I did not find anything about the amount of hours you trained your models to get the results reported.
I've been trying to reproduce your results and started a run with your provided command
accelerate launch \ --num_processes 4 \ --num_machines 1\ --machine_rank 0 \ countdown/es_fine-tuning_countdown.py \ --data_sample 200 \ --model_name Qwen/Qwen2.5-1.5B-Instruct \ --gpu_threads 2on four H200 GPUs with the fairly small 1.5B model. Each iteration seems to take about 10 minutes
Iteration 7/1000, Time: 558.99s, Mean: 0.10, Min: 0.08, Max: 0.13, which would mean I would have to train for ~166 hours to reach the 1000 iterations from your paper. Is this expected and also how long it took for you? Or should I check if something is off with my setup?