Skip to content

Commit

Permalink
Update clip-roberta baseline batchsize and throughput
Browse files Browse the repository at this point in the history
  • Loading branch information
jiminha committed Feb 6, 2025
1 parent 76a5255 commit 1cc817a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/baselines/clip_roberta.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"distribution": {
"multi_card": {
"learning_rate": 5e-05,
"train_batch_size": 64,
"train_runtime": 34,
"train_samples_per_second": 7235,
"train_batch_size": 512,
"train_runtime": 59.50,
"train_samples_per_second": 14124,
"extra_arguments": [
"--data_dir $PWD/",
"--dataset_config_name 2017",
Expand Down

0 comments on commit 1cc817a

Please sign in to comment.