Skip to content

Commit

Permalink
fix max_gen_toks
Browse files Browse the repository at this point in the history
  • Loading branch information
baberabb committed Jan 22, 2025
1 parent b56ec43 commit 83ca727
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lm_eval/tasks/ruler/cwe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ target_delimiter: "\n\n"
generation_kwargs:
do_sample: false
temperature: 0.0
max_gen_toks: 30
max_gen_toks: 120
until: []
2 changes: 1 addition & 1 deletion lm_eval/tasks/ruler/niah_single_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metric_list:
generation_kwargs:
do_sample: false
temperature: 0.0
max_gen_toks: 64
max_gen_toks: 128
until: []
repeats: 1
metadata:
Expand Down
2 changes: 1 addition & 1 deletion lm_eval/tasks/ruler/vt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ download_dataset: !function vt_utils.get_vt_dataset
generation_kwargs:
do_sample: false
temperature: 0.0
max_gen_toks: 128
max_gen_toks: 30
until: []

0 comments on commit 83ca727

Please sign in to comment.