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

Missing model confidence values for NER model prediction result in error #41

Open
jamnicki opened this issue Jan 3, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jamnicki
Copy link

jamnicki commented Jan 3, 2023

For random sampling, I have skipped the model loading in the [latest commit]
For NER tasks, the server can be started after the latest update. However, due to the task itself, sometimes the transformer model will return an empty list if there is no entity detected. In such cases, the AL strategy has no values to rank up. It is an interesting issue since currently our system only scores the score given by the hugging face models.

If you have any ideas about that, feel free to discuss them here.

Originally posted by @huangyz0918 in #39 (comment)

@huangyz0918 huangyz0918 added the bug Something isn't working label Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants