localminimum / R-net

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

Documentation on running the demo? #38

Open bobvanluijt opened 6 years ago

bobvanluijt commented 6 years ago

Hi all,

I'm trying to understand how to run the demo. I've changed the following in params.py:

mode = "demo"
batch_size = 1

What should I do next?

Thanks

bobvanluijt commented 6 years ago

cc: @theSage21 ⬆️

theSage21 commented 6 years ago

It's been a while since I used this system. python model.py I think.

theSage21 commented 6 years ago

Meanwhile google BERT will be a better starting point for QA now.

bobvanluijt commented 6 years ago

Thanks, I've started experimenting with it...