Does including multiple labels impact performance? #180
Unanswered
stefanfernandes-mantel
asked this question in
Q&A
Replies: 2 comments 1 reply
|
For the vanilla GLINER model, I recommend a limit of 20 labels. However, for the bi-encoder version, the number of labels is not limited this: You can check this: https://huggingface.co/collections/knowledgator/gliner-bi-encoders-66c492ce224a51c54232657b |
1 reply
|
I've found out that splitting my labels (50+) into lists of ~5 based on a sub-category has greatly helped with identifying those labels in a text. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Thanks for such a brilliant project. Quick question, does adding more labels to the model impact performance? Or, is there nothing from adding in hundreds of labels if I so wished? Thank you!
All reactions