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
I solved this problem.
1-You'll write 'self.do_lower_case = False or True' according to model situation in bert.py file
2-You'll update def load_model(self,model_path: str,do_lower_case=False) function like def load_model(self,model_path: str,do_lower_case): deleted False in bert.py file.
That's it.
I try to run code like this
But I get the bad result F1 score only 7.35
I don't know how to solve it
Thanks a lot for your help
The text was updated successfully, but these errors were encountered: