From 9c90d3a6306a1f65aa32e3a554da45fe1096e7c2 Mon Sep 17 00:00:00 2001 From: Randy West Date: Thu, 19 Dec 2019 15:21:43 -0500 Subject: [PATCH] Change links to ZEIT from Heroku --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dc1620..30cb1e3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tell Me a Story screenshot

-What happens when a computer tries to write a children's story? Why, [this](https://tell-me-a-story-5.herokuapp.com/), of course! +What happens when a computer tries to write a children's story? Why, [this](https://tell-me-a-story.now.sh/), of course! There is a long history of [statistical language models](https://en.wikipedia.org/wiki/Language_model) in [natural language processing](https://en.wikipedia.org/wiki/Natural_language_processing), beginning with the humble [n-gram model](https://en.wikipedia.org/wiki/N-gram), which gathers statistics over a [corpus](https://en.wikipedia.org/wiki/Text_corpus) about the co-occurrence of n (1, 2, 3, 4...) words or sub-word tokens, to the [probabilistic context free grammar](https://en.wikipedia.org/wiki/Probabilistic_context-free_grammar), which imposes statistical likelihood over a pre-defined grammar, to [neural language models](https://en.wikipedia.org/wiki/Language_model#Neural_network), which harness biologically inspired [neural networks](https://en.wikipedia.org/wiki/Artificial_neural_network) in a variety of architectures to tackle the problem of language modeling. @@ -22,7 +22,7 @@ This work is one such example. Using a pre-trained GPT-2 network (the "small" si ### UI -In addition to being an example of transfer learning for text generation, this project is also an example of the power of [React](https://reactjs.org/) and [Material-UI](https://material-ui.com/) for building modern web apps. The entire [mobile- and touch-friendly, shiny modern user interface](https://tell-me-a-story-5.herokuapp.com/) was built with fewer than 1000 lines of highly readable code. Check it out! +In addition to being an example of transfer learning for text generation, this project is also an example of the power of [React](https://reactjs.org/) and [Material-UI](https://material-ui.com/) for building modern web apps. The entire [mobile- and touch-friendly, shiny modern user interface](https://tell-me-a-story.now.sh/) was built with fewer than 1000 lines of highly readable code. Check it out! ### I've seen the GPT-2 Ovid's Unicorn text. This seems... less good