Skip to content
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

How to solve the problem of null appearing in the evaluation results? Thank you very much #340

Closed
AGTSAAA opened this issue Jun 10, 2024 · 3 comments

Comments

@AGTSAAA
Copy link

AGTSAAA commented Jun 10, 2024

image

Hi, I noticed the there are many preference null in annotations.json. Is this norm?

@EtashGuha
Copy link

I also see the have the same error :(. I don't think this is normal but I do not know what would have caused this.

@yujiaw98
Copy link

I'm facing the same error now, this may lead to the "n_total" being less than 805 in the final output but I don't know how to fix this.

@YannDubs
Copy link
Collaborator

null means that there was an error while annotating. By default it will try 5 times and otherwise it will just give up and save the null to say that it wasn't able to annotate.

One thing to keep in mind is that those null will also be cached by default meaning that if you try again annotating again it won't actually retry. You can avoid that by using --is_store_missing_annotations=False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants