CWS_Dict
CWS_Dict copied to clipboard
score not right
i have run you code,and the result not right. in your result :Model I on PKU is 0.962 msr is 0.976 cityu is 0.960 and i run the result on PKU is0.9697 msr is 0.9734 and cityu is 0.9675.why have i get this better result?
@flyboyer Is your score on validate or test dataset? How about Model2?
@flyboyer Is your score on validate or test dataset? How about Model2?
i just run the code ,dont do other things.
@flyboyer Test: P:XXX R:XXX F:XXX Best_F:XXX
The "Best_F" refer to the validation score used for early stop, not the test score. I should rewrite it as "Best_dev_F1".