localminimum / R-net

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

Is their any saved model that can be used for demo? #26

Closed sushgandhi closed 6 years ago

sushgandhi commented 6 years ago

if someone just wants to evaluate and see how the results are. it would be great if you could provide, your meta/data files for any model for download.

Thanks.!

theSage21 commented 6 years ago

The project at R-Net in tensorflow has released weights. While weights are not released for this code you can try out that project's model. Performance is almost at par with this implementation.

ghost commented 6 years ago

Hi @sushgandhi , while I don't have pretrained weights available for R-net demo, I have uploaded a pretrained weights for Google's Fast Reading Comprehension implementation which achieves EM/F1 = 70.0/79.5. You can find it here.

sushgandhi commented 6 years ago

Thanks a lot @minsangkim142 and @theSage21