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

To construct the input #5

Open
LLLLLLoki opened this issue Sep 8, 2020 · 0 comments
Open

To construct the input #5

LLLLLLoki opened this issue Sep 8, 2020 · 0 comments

Comments

@LLLLLLoki
Copy link

why query is ahead of context?
inputs_ids = [CLS_ID] + [EOS_ID] + query_ids + [SEP_ID] + content_ids
In theory it should be :
inputs_ids = [CLS_ID] + [EOS_ID] + content_ids + [SEP_ID] + query_ids

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