RetriBERT¶

Overview¶

The RetriBERT model was proposed in the blog post Explain Anything Like I’m Five: A Model for Open Domain Long Form Question Answering. RetriBERT is a small model that uses either a single or pair of BERT encoders with lower-dimension projection for dense semantic indexing of text.

Code to train and use the model can be found here.

RetriBertConfig¶

RetriBertTokenizer¶

RetriBertTokenizerFast¶

RetriBertModel¶