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

inputs_ids #8

Open
ToSev7en opened this issue Dec 23, 2020 · 0 comments
Open

inputs_ids #8

ToSev7en opened this issue Dec 23, 2020 · 0 comments

Comments

@ToSev7en
Copy link

why inputs_ids = [CLS_ID] + [EOS_ID] + query_ids + [SEP_ID] + content_ids ?

Why the [EOS_ID] isn't placed in the sentence's end position ? Just like inputs_ids = [CLS_ID] + query_ids + [SEP_ID] + content_ids + [EOS_ID]

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

1 participant