facebookresearch / multihop_dense_retrieval

Multi-hop dense retrieval for question answering
Other
212 stars 22 forks source link

Training time #12

Closed zhaopku closed 3 years ago

zhaopku commented 3 years ago

Thanks for the good work!

I have one question: may I ask how much time does it need to train the model with 8 V100s from scratch?

xwhan commented 3 years ago

Hi @zhaopku, the retriever training only needs a couple of hours while the reader's training takes longer (you could get similar performance with approximately 12 hours).

zhaopku commented 3 years ago

Thanks!