Skip to content

Commit

Permalink
Increase batch size for bert to decrease fluctuations (#236)
Browse files Browse the repository at this point in the history
Increase batch size for bert to decrease fluctuations
  • Loading branch information
vadiklyutiy committed Jul 22, 2024
1 parent e1fb8b0 commit 3a6b8f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/benchmarks/run_configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"id": 1,
"name": "bert-base-uncased",
"runfile": "bench_transformer.py",
"param_id": 1,
"param_name": "seqlen=256",
"param_id": 14,
"param_name": "bs=16,seqlen=256",
"dtype_id": 1,
"dtype_name": "float16"
},
Expand Down Expand Up @@ -189,4 +189,4 @@
"dtype_id": 1,
"dtype_name": "float16"
}
]
]

0 comments on commit 3a6b8f1

Please sign in to comment.