From 56c79c463fc133d78c738c67c71795cd4bbd35a4 Mon Sep 17 00:00:00 2001 From: nickwalton Date: Sat, 7 Dec 2019 09:10:02 -0700 Subject: [PATCH] changed ipynb --- AIDungeon_2.ipynb | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/AIDungeon_2.ipynb b/AIDungeon_2.ipynb index 79430b2..28d6e03 100644 --- a/AIDungeon_2.ipynb +++ b/AIDungeon_2.ipynb @@ -20,7 +20,10 @@ "colab_type": "text" }, "source": [ - "# AI Dungeon 2\n", + "![BYU PCCL](https://pcc4318.files.wordpress.com/2018/02/asset-1.png?w=277)\n", + "\n", + "Sponsored by the [BYU PCCL Lab](https://).\n", + "\n", "AI Dungeon 2 is a completely AI generated text adventure built with OpenAI's largest GPT-2 model. It's a first of it's kind game that allows you to enter and will react to any action you can imagine. \n", "\n", "[Read more about how AI Dungeon 2 is made.](https://pcc.cs.byu.edu/2019/11/21/ai-dungeon-2-creating-infinitely-generated-text-adventures-with-deep-learning-language-models/)\n", @@ -31,10 +34,16 @@ "\n", "3. It will then take a couple minutes to boot up as the model is downloaded loaded onto the GPU. \n", "\n", - "## Links\n", - "* While you wait you can [read adventures others have had](https://aidungeon.io/).\n", + "## About\n", + "* While you wait you can [read adventures others have had](https://aidungeon.io/)\n", "* If you have any questions or issues feel free to contact me on twitter https://twitter.com/nickwalton00\n", - "* If you like playing then please consider [supporting](https://www.patreon.com/join/AIDungeon/) me to allow future improvements to AI Dungeon. " + "\n", + "## Support\n", + "User downloads of the model for AI Dungeon 2 currently cost thousands of dollars a day. \n", + "\n", + "AI Dungeon 2 depends on your donations to stay free.\n", + "\n", + "Please [support AI Dungeon 2](https://www.patreon.com/join/AIDungeon/) to keep it running." ] }, {