How can I integrate BERT to a retriever model?
Have a look at the ParlAI library and in particular these great models based on BERT by @samhumeau.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Very interesting, thanks for sharing @tholor! cc @mfuntowicz
Most helpful comment
Hey @rajo19,
if you want to do Question Answering at scale with a Retriever + Reader pipeline, it might be worth checking out our new haystack project. It builds upon transformers and you can use all the QA models from here as a reader.