Skip to content

Commit

Permalink
Merge pull request #7 from rhymes-ai/save_processor
Browse files Browse the repository at this point in the history
support saving processor
  • Loading branch information
aria-hacker authored Oct 3, 2024
2 parents a603434 + f7e7c3b commit 8d4cb04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aria/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def main():
)

trainer.train(resume_from_checkpoint=training_args.resume_from_checkpoint)
processor.save_pretrained(training_args.output_dir)

trainer.save_model(training_args.output_dir)

Expand Down

0 comments on commit 8d4cb04

Please sign in to comment.