Skip to content

Commit

Permalink
Fix do_eval
Browse files Browse the repository at this point in the history
  • Loading branch information
aamir-s18 authored Jan 30, 2024
1 parent 3043216 commit 64e3dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,5 @@ def eval_on_benchmark(args, model=None, tokenizer=None):
model, tokenizer = None, None
if args.do_train:
model, tokenizer = train(args)
if args.de_eval:
if args.do_eval:
eval_on_benchmark(args, model, tokenizer)

0 comments on commit 64e3dc2

Please sign in to comment.