Reuse context for BERT

Reuse the same context in BERT Question and Answering

I want to reuse the same context for different questions, and tokenizing the context every time for a new question seems less efficient. How can I improve it (like reusing tokenized context)?

2 Likes

I’m trying to find a way to reuse a context too.
I have a large context and I don’t want to tokenize it for every question.
Did you find a way to do that?

Unfortunately no, didn’t find anything that of use.