RepBERT-Index icon indicating copy to clipboard operation
RepBERT-Index copied to clipboard

Question about model architecture

Open Lim-Sung-Jun opened this issue 2 years ago • 0 comments

Hello,

I'm trying to reimplement the model and I found that the situation between train and inference is different. In the train.py, the model feed the input like format as (query, doc) but in the precompute.py, the model feed input as (query) and (doc) seperately. According to your paper, embed(query) and embed(doc) is right I think. Am i miss something?

Thank you

Lim-Sung-Jun avatar Feb 09 '23 08:02 Lim-Sung-Jun