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
Hi,
When using a labeled data where "non-entity" words are already labeled with "O", 'tag_ouside' variable set to "O" adds a label and makes the input tensor dimensions incorrect (by 1 unit).
Also, when training final model after hyperparameter tuning on full data, is there a way to disable validation set while training?
The text was updated successfully, but these errors were encountered:
First and foremost - thanks for the feedback, it is much appreciated :)
When using a labeled data where "non-entity" words are already labeled with "O", 'tag_ouside' variable set to "O" adds a label and makes the input tensor dimensions incorrect (by 1 unit).
Can you provide a reproducible example? It would make it much easier for me to investigate the matter. Besides from that, the tags of named entities should definitely be different from the special outside tag.
Also, when training final model after hyperparameter tuning on full data, is there a way to disable validation set while training?
Unfortunately not, but I am certainly open to the idea, and if you make a pull request on this, I will be happy to inspect it and merge it in :) Are you interested in this?
Hey @smaakage85,
About the first topic, at a later stage, I realized that I just need to omit 'O' from the tag_scheme I provide to solve the dimension exception.
If you still want me to provide a more detailed example I would be happy to do so.
Also, I am surely interested to try to resolve the second thing I mentioned. I have a few simple solutions implementations in my head. let's do it :)
Hi,
When using a labeled data where "non-entity" words are already labeled with "O", 'tag_ouside' variable set to "O" adds a label and makes the input tensor dimensions incorrect (by 1 unit).
Also, when training final model after hyperparameter tuning on full data, is there a way to disable validation set while training?
The text was updated successfully, but these errors were encountered: