-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduct NER results for ACE05 #6
Comments
Hi Deming, I just downloaded the code and had a run using this command (single sentence):
Here is the result I got:
Sanity check: would you be able to reproduce the numbers using the pre-trained models we released? Best, |
Thanks for your rapid reply! I found my mistake. I foget to lowercase the input text while I change the BertTokenizer in Transformers. Thanks! Best, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Zexuan,
I tried to reproduct the NER results for ACE05. (88.7 for single sentence. 90.1 for cross sentence).
My commands are following:
single sentence:
And I get test F1=83.475
cross sentence:
And I get test F1=84.96
The numbers are highly lower than those your reported. Is anything wrong?
Best,
Deming
The text was updated successfully, but these errors were encountered: