From a122618d7ad8b422266b108dda742ee17ad663e9 Mon Sep 17 00:00:00 2001 From: Asseel Naji <60823794+Asseel-Naji@users.noreply.github.com> Date: Sun, 20 Apr 2025 16:09:24 +0300 Subject: [PATCH] Typo at text-generation-few-shot-learning.ipynb Typo + OCD. Sorry. --- .../text-generation-few-shot-learning.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction_to_amazon_algorithms/jumpstart-foundation-models/text-generation-few-shot-learning.ipynb b/introduction_to_amazon_algorithms/jumpstart-foundation-models/text-generation-few-shot-learning.ipynb index f8396e050c..384478ab08 100644 --- a/introduction_to_amazon_algorithms/jumpstart-foundation-models/text-generation-few-shot-learning.ipynb +++ b/introduction_to_amazon_algorithms/jumpstart-foundation-models/text-generation-few-shot-learning.ipynb @@ -49,7 +49,7 @@ "* **Chatbot and conversational AI**\n", "* **Tweet generation**\n", "* **Machine translation**\n", - "* **Pharapharsing**\n", + "* **Parapharsing**\n", "* **Intent classification**\n", "\n", "**For domain adaption finetuning of text generation models such as GPT-J 6B, please check the notebook `domain-adaption-finetuning-gpt-j-6b.ipynb` in the same directory.**\n",