Answering Complex Open-Domain Questions with Multi-Hop Dense Retrieval
Paper • 2009.12756 • Published
How to use deutschmann/mdr_roberta_q_encoder with Transformers:
# Load model directly
from transformers import AutoTokenizer, MDREncoder
tokenizer = AutoTokenizer.from_pretrained("deutschmann/mdr_roberta_q_encoder")
model = MDREncoder.from_pretrained("deutschmann/mdr_roberta_q_encoder")YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Paper: Answering Complex Open-Domain Questions with Multi-Hop Dense Retrieval (Xiong, Wenhan, et al.)
Code and checkpoint from https://github.com/facebookresearch/multihop_dense_retrieval/
This is the checkpoint q_model from https://dl.fbaipublicfiles.com/mdpr/models/q_encoder.pt
License: https://github.com/facebookresearch/multihop_dense_retrieval/blob/main/LICENSE