Skip to content

Commit

Permalink
restor line
Browse files Browse the repository at this point in the history
  • Loading branch information
bmosaicml committed Oct 11, 2023
1 parent ff68b53 commit 2d17293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/eval/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def evaluate_model(
tokenizer_name = tokenizer_cfg['name']
tokenizer_kwargs = tokenizer_cfg.get('kwargs', {})
tokenizer = build_tokenizer(tokenizer_name, tokenizer_kwargs)

evaluators, logger_keys, eval_gauntlet_callback = build_icl_data_and_gauntlet(
icl_tasks, eval_gauntlet_config, tokenizer, device_eval_batch_size,
max_seq_len, icl_subset_num_batches)
Expand Down

0 comments on commit 2d17293

Please sign in to comment.