You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
Script
run_finetune_kaznerd.pydoesn't actually save the model, which makes it impossible to use for inference.Can be fixed with simple
trainer.save(model_path)right after thetrainer.train()