-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Separate sequence and sentence features #6045
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. Let's update sequence_lengths
calculation for clarity, because there is no need to calculate it for sentence features
@Ghostvv Update the PR, looks fine from my side now. Currently testing one more time a couple of configurations locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! left a comment about label default features
Proposed changes:
LexicalSyntacticFeaturizer
does not produce sentence features anymore.ConveRTFeaturizer
does not duplicate the sequence features anymore as they don't need to fit the size of the sentence features anymore.closes https://github.com/RasaHQ/research/issues/79
Status (please check what you already did):
black
(please check Readme for instructions)