From 09d63f8144d729ef1bc2881d6907cb274b2b95d7 Mon Sep 17 00:00:00 2001 From: IT24100739 Date: Mon, 11 Aug 2025 10:43:07 +0530 Subject: [PATCH] Exercise02.txt --- Exercise02/exercise02.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Exercise02/exercise02.txt b/Exercise02/exercise02.txt index 8b13789..b86729b 100644 --- a/Exercise02/exercise02.txt +++ b/Exercise02/exercise02.txt @@ -1 +1,25 @@ +1. Favorite LLM: GPT-4 (OpenAI) + +2. Model 1: Claude 2 (Anthropic) +o Why: Known for strong conversational abilities and safety features. + Model 2: Falcon 180B (TII UAE) +o Why: Open-weight model competing with proprietary LLMs in scalability. + +3. Prompts and Responses +Prompt 1 (Creative Writing): +• Model: Claude 2 +• Prompt: "Write a haiku about autumn." +• Response: + Golden leaves descend, + whispering to the cold earth— + winter’s prelude sings. +Prompt 2 (Technical): +• Model: Falcon 180B +• Prompt: "Explain quantum entanglement in simple terms." +• Response: +Quantum entanglement links particles so that the state of one instantly affects the other, no matter the distance. Imagine two coins always landing on opposite sides when flipped—even if they’re light-years apart. + +4. Submission +• Models Tested: Claude 2, Falcon 180B +• Prompts/Responses: Included above