localminimum / R-net

A Tensorflow Implementation of R-net: Machine reading comprehension with self matching networks
MIT License
323 stars 122 forks source link

Pre-trained model for QA #40

Open sandhiya18 opened 5 years ago

sandhiya18 commented 5 years ago

I am trying to build a QA model for a custom dataset. Is there a way in which I can fine-tune the model for initializing the weights(Tensorflow weights as initialization) trained on SQAD dataset onto my new dataset for QA?