diff --git a/_requests_for_research/funnybot.html b/_requests_for_research/funnybot.html index 6e2e8ef..4616ee4 100644 --- a/_requests_for_research/funnybot.html +++ b/_requests_for_research/funnybot.html @@ -7,7 +7,11 @@
Train a character-level language model on a corpus of jokes.
-To do so, use this 200k English jokes dataset or build your own (the larger the better; if you do so, please submit a pull request and we'll link to your dataset), implement a character-level LSTM (or use an existing implementation), train it on this dataset, and draw samples from it. If successful, the output from the LSTM should be actually funny. - -
+To do so, you can use the following datasets:
+ + +or build your own (the larger the better; if you do so, please submit a pull request and we'll link to your dataset), implement a character-level LSTM (or use an existing implementation), train it on this dataset, and draw samples from it. If successful, the output from the LSTM should be actually funny.