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

More feature to support training on large datasets #15

Closed pdasigi closed 8 years ago

pdasigi commented 8 years ago

Including model serialization, handling OOVs in test data and early stopping

matt-gardner commented 8 years ago

This looks really good. Thanks for all of your work on this (and sorry I didn't notice these commits earlier - github still refuses to notify me...). There are just a couple of really small issues (along with merging upstream/master so that this PR is merge-able), then I'll merge this.