KazNERD icon indicating copy to clipboard operation
KazNERD copied to clipboard

Script for training BERT model doesn't save the model...

Open illided opened this issue 1 year ago • 0 comments

Script run_finetune_kaznerd.py doesn't actually save the model, which makes it impossible to use for inference. Can be fixed with simple trainer.save(model_path) right after the trainer.train()

illided avatar Dec 20 '22 11:12 illided