From e11177bd117d3bdf19dc1c13c863db45cd89fe78 Mon Sep 17 00:00:00 2001 From: HamzaSH6 Date: Sun, 2 Feb 2025 22:37:20 +0200 Subject: [PATCH] Week1-Day2-Solution-Ollama-Update --- .../Day2-Solution-Ollama.ipynb | 37 ++----------------- 1 file changed, 4 insertions(+), 33 deletions(-) diff --git a/week1/community-contributions/Day2-Solution-Ollama.ipynb b/week1/community-contributions/Day2-Solution-Ollama.ipynb index 01a2a48..2d67c7b 100644 --- a/week1/community-contributions/Day2-Solution-Ollama.ipynb +++ b/week1/community-contributions/Day2-Solution-Ollama.ipynb @@ -18,7 +18,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "4e2a9393-7767-488e-a8bf-27c12dca35bd", "metadata": {}, "outputs": [], @@ -33,7 +33,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "29ddd15d-a3c5-4f4e-a678-873f56162724", "metadata": {}, "outputs": [], @@ -47,39 +47,10 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": null, "id": "6de38216-6d1c-48c4-877b-86d403f4e0f8", "metadata": {}, - "outputs": [ - { - "data": { - "text/markdown": [ - "# Home - Edward Donner\n", - "### Overview of Outsmart Arena\n", - "Outsmart Arena is a platform where Large Language Models (LLMs) compete against each other in a battle of diplomacy and deviousness.\n", - "\n", - "# About\n", - "This website features the story of Edward Donner, who co-founded Nebula.io, an AI startup that uses LLMs to help people discover their potential and pursue their purpose. Donner also shares his personal interests in coding, DJing, electronic music production, and more.\n", - "\n", - "# Posts\n", - "### Recent Updates\n", - "\n", - "* **January 23, 2025**: Announcement of a new LLM Workshop: Hands-on with Agents.\n", - "* **December 21, 2024**: Invitation to join SuperDataScientists for an upcoming event.\n", - "* **November 13, 2024**: Announcement of Mastering AI and LLM Engineering resources.\n", - "* **October 16, 2024**: Introduction to From Software Engineer to AI Data Scientist.\n", - "\n", - "### Subscriptions\n", - "To stay up-to-date with the latest news and announcements from Outsmart Arena, subscribe to their newsletter." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], + "outputs": [], "source": [ "class Website:\n", " def __init__(self, url):\n",