AdeDZY / SIGIR19-BERT-IR

Repo of code and data for SIGIR-19 short paper "Deeper Text Understanding for IR with Contextual NeuralLanguage Modeling"
BSD 3-Clause "New" or "Revised" License
162 stars 37 forks source link

Using Pre-trained Bing-augmented BERT Model #8

Closed jibrilfrej closed 4 years ago

jibrilfrej commented 4 years ago

Hello,

I am trying to use the Pre-trained Bing-augmented BERT Model provided at http://boston.lti.cs.cmu.edu/appendices/SIGIR2019-Zhuyun-Dai/ but I cannot find any instructions or code example to load the model.

Would it be possible to have an example to load the pre-trained model?

Thanks

AdeDZY commented 4 years ago

Hi,

Thank you for being interested in our work! You can download the model, and you the following example: https://colab.research.google.com/drive/1qFGmEz5SZrsGui5HHAmiS_geppJQy8b4

Let me know if you come into any issues.

jibrilfrej commented 4 years ago

Thanks !!!!

I will close the issue once I manage to run the example.