|
|
@@ -5,10 +5,19 @@
|
|
|
"id": "99311e42-8467-458d-b918-632c8840b96f",
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
- "<font size=\"1\">\n",
|
|
|
- "Supplementary code for \"Build a Large Language Model From Scratch\": <a href=\"https://www.manning.com/books/build-a-large-language-model-from-scratch\">https://www.manning.com/books/build-a-large-language-model-from-scratch</a> by <a href=\"https://sebastianraschka.com\">Sebastian Raschka</a><br>\n",
|
|
|
- "Code repository: <a href=\"https://github.com/rasbt/LLMs-from-scratch\">https://github.com/rasbt/LLMs-from-scratch</a>\n",
|
|
|
- "</font>"
|
|
|
+ "<table style=\"width:100%\">\n",
|
|
|
+ "<tr>\n",
|
|
|
+ "<td style=\"vertical-align:middle; text-align:left;\">\n",
|
|
|
+ "<font size=\"2\">\n",
|
|
|
+ "Supplementary code for the <a href=\"http://mng.bz/orYv\">Build a Large Language Model From Scratch</a> book by <a href=\"https://sebastianraschka.com\">Sebastian Raschka</a><br>\n",
|
|
|
+ "<br>Code repository: <a href=\"https://github.com/rasbt/LLMs-from-scratch\">https://github.com/rasbt/LLMs-from-scratch</a>\n",
|
|
|
+ "</font>\n",
|
|
|
+ "</td>\n",
|
|
|
+ "<td style=\"vertical-align:middle; text-align:left;\">\n",
|
|
|
+ "<a href=\"http://mng.bz/orYv\"><img src=\"https://sebastianraschka.com/images/LLMs-from-scratch-images/cover-small.webp\" width=\"100px\"></a>\n",
|
|
|
+ "</td>\n",
|
|
|
+ "</tr>\n",
|
|
|
+ "</table>\n"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
@@ -377,7 +386,7 @@
|
|
|
"name": "python",
|
|
|
"nbconvert_exporter": "python",
|
|
|
"pygments_lexer": "ipython3",
|
|
|
- "version": "3.10.10"
|
|
|
+ "version": "3.11.4"
|
|
|
}
|
|
|
},
|
|
|
"nbformat": 4,
|