Skip to content

Commit

Permalink
remove failing eval.
Browse files Browse the repository at this point in the history
  • Loading branch information
lxuechen committed Mar 16, 2023
1 parent 7f08532 commit c8ea92b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def train():
data_module = make_supervised_data_module(tokenizer=tokenizer, data_args=data_args)
trainer = Trainer(model=model, tokenizer=tokenizer, args=training_args, **data_module)
trainer.train()
trainer.evaluate()
trainer.save_state()
safe_save_model_for_hf_trainer(trainer=trainer, output_dir=training_args.output_dir)

Expand Down

0 comments on commit c8ea92b

Please sign in to comment.