From 70592ea541067690ded6b0e2fe45500bad395c5c Mon Sep 17 00:00:00 2001 From: Moritz Kreinsen <moritz.kreinsen@uni-hamburg.de> Date: Mon, 6 Feb 2023 11:41:36 +0000 Subject: [PATCH] Update --- Next-Token-Prediction.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Next-Token-Prediction.ipynb b/Next-Token-Prediction.ipynb index 9563496..611d676 100644 --- a/Next-Token-Prediction.ipynb +++ b/Next-Token-Prediction.ipynb @@ -7,8 +7,8 @@ "source": [ "# Next-Token-Prediction\n", "This is based on the following blog posts: \n", - "* How ChatGPT Works: The Model Behind The Bot: https://towardsdatascience.com/how-chatgpt-works-the-models-behind-the-bot-1ce5fca96286\n", - "* Predicting Next Word — NLP & Deep Learning: https://medium.com/@vijay2340025/predicting-next-word-nlp-deep-learning-85010d966671" + "* Predicting Next Word — NLP & Deep Learning: https://medium.com/@vijay2340025/predicting-next-word-nlp-deep-learning-85010d966671\n", + "* How ChatGPT Works: The Model Behind The Bot: https://towardsdatascience.com/how-chatgpt-works-the-models-behind-the-bot-1ce5fca96286" ] }, { -- GitLab