From 3c4507abb262a021c7f39426f8f0df9b195c6907 Mon Sep 17 00:00:00 2001 From: Nwolisa Emmanuel Ekene <47080616+nwolisaemmanuel2@users.noreply.github.com> Date: Fri, 10 Jan 2020 22:39:12 +0000 Subject: [PATCH] Update hello_world.ipynb --- Hello_world/hello_world.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hello_world/hello_world.ipynb b/Hello_world/hello_world.ipynb index f4a4a9f..7a3054e 100644 --- a/Hello_world/hello_world.ipynb +++ b/Hello_world/hello_world.ipynb @@ -155,7 +155,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Place the start token and our two predictions in the sentence " + "# Place the start token and our two predictions in the sentence. " ] }, { @@ -175,7 +175,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Transform our one-hot predictions into the final tokens\n", + "# Transform our one-hot prediction into the final tokens\n", "vocabulary = [\"start\", \"

Hello World!

\", \"end\"]\n", "html = \"\"\n", "for i in sentence[0]:\n",