Skip to content

To construct the input #5

@LLLLLLoki

Description

@LLLLLLoki

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions