From e2caf32d3a5fa1b9bb51b3481902fa46af556323 Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Mon, 18 Apr 2016 22:15:39 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a0f011..0bb6897 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # keras-language-modeling -The original paper, which provided inspiriation for this project, can be found [here](http://arxiv.org/pdf/1511.04108.pdf). +Some code for doing language modeling with Keras, in particular for question-answering tasks. The original paper, which provided inspiriation for this project, can be found [here](http://arxiv.org/pdf/1511.04108.pdf). ### Stuff that might be of interest