Skip to content

Commit

Permalink
Merge pull request #2686 from higorsilvaa/patch-1
Browse files Browse the repository at this point in the history
updating to evaluation_strategy
  • Loading branch information
tomaarsen authored May 28, 2024
2 parents 4e5ab7b + bdff7a5 commit 428a994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/training/sts/training_stsbenchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
fp16=True, # Set to False if you get an error that your GPU can't run on FP16
bf16=False, # Set to True if you have a GPU that supports BF16
# Optional tracking/debugging parameters:
eval_strategy="steps",
evaluation_strategy="steps",
eval_steps=100,
save_strategy="steps",
save_steps=100,
Expand Down

0 comments on commit 428a994

Please sign in to comment.