JointBERT icon indicating copy to clipboard operation
JointBERT copied to clipboard

how calculate sent?

Open 1535966643 opened this issue 4 years ago • 1 comments

i hard try, but i stilll don't how to calculate. my acc is low,,,,,bad mood....
hope you help me, thanks

1535966643 avatar Oct 06 '20 09:10 1535966643

While training JoinBERT on my dataset using command:

!python main.py --task ss
--model_dir ss_model
--do_train --do_eval
--use_crf

I am getting exception:

raise Exception("Model doesn't exists! Train first!") Exception: Model doesn't exists! Train first!

To resolve this issue, I made a change in trainer.py wherein I commented

if self.args.save_steps > 0 and global_step % self.args.save_steps == 0:

and replaced it with only

if self.args.save_steps > 0:

Have I done right? hoping for reply

thanks

deeptigoyal avatar Dec 22 '21 06:12 deeptigoyal