Skip to content

Commit

Permalink
Increase batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Mar 20, 2024
1 parent 456f855 commit 0b6811b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/glue/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def main():
per_device_batch_size=None,
factor_args=factor_args,
overwrite_output_dir=True,
initial_per_device_batch_size_attempt=128,
initial_per_device_batch_size_attempt=256,
)
analyzer.compute_pairwise_scores(
scores_name="pairwise",
Expand Down

0 comments on commit 0b6811b

Please sign in to comment.