allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 132 forks source link

SNLI model #282

Closed matt-gardner closed 7 years ago

matt-gardner commented 7 years ago

I'm currently training a model with this, and it's taking ~3.5 hours per epoch. @matt-peters, you don't need to look at this too closely if you don't want to, but this is the model I'd suggest you modify, and there's a json file here to run the code with. Loading the data took <2G of RAM with the settings in the json file. The data is on the S2 EFS drive.

matt-peters commented 7 years ago

LGTM, thanks!