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",