From 0ed92514db199ccfc7fd516df2ef0f46d57d9f82 Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Tue, 24 Oct 2023 03:36:42 +0000 Subject: [PATCH] Remove notebook output --- .../notebooks/openai-challenge-headline.ipynb | 44 +++++-------------- 1 file changed, 11 insertions(+), 33 deletions(-) diff --git a/apps/openchallenges/notebook/notebooks/openai-challenge-headline.ipynb b/apps/openchallenges/notebook/notebooks/openai-challenge-headline.ipynb index d14c776dfa..1979dd9fff 100644 --- a/apps/openchallenges/notebook/notebooks/openai-challenge-headline.ipynb +++ b/apps/openchallenges/notebook/notebooks/openai-challenge-headline.ipynb @@ -53,7 +53,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "c41a64a1", "metadata": {}, "outputs": [], @@ -65,7 +65,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "id": "8fc3ac4c-2ceb-4bbc-bdb8-3bb8be08dfc6", "metadata": {}, "outputs": [], @@ -78,7 +78,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": null, "id": "b2f952f5-9140-4702-8a96-3457ca4df841", "metadata": {}, "outputs": [], @@ -100,18 +100,10 @@ }, { "cell_type": "code", - "execution_count": 44, + "execution_count": null, "id": "6d590b17", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "'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'\n" - ] - } - ], + "outputs": [], "source": [ "from dotenv import dotenv_values\n", "\n", @@ -120,7 +112,7 @@ }, { "cell_type": "code", - "execution_count": 45, + "execution_count": null, "id": "488632df", "metadata": {}, "outputs": [], @@ -132,7 +124,7 @@ }, { "cell_type": "code", - "execution_count": 46, + "execution_count": null, "id": "9158b9b9", "metadata": {}, "outputs": [], @@ -155,7 +147,7 @@ }, { "cell_type": "code", - "execution_count": 60, + "execution_count": null, "id": "0116c3f8", "metadata": {}, "outputs": [], @@ -180,7 +172,7 @@ }, { "cell_type": "code", - "execution_count": 114, + "execution_count": null, "id": "1ea1b66b", "metadata": {}, "outputs": [], @@ -205,24 +197,10 @@ }, { "cell_type": "code", - "execution_count": 115, + "execution_count": null, "id": "d0c0b308-0b58-44a7-8ff6-4987dfbccb17", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "('1. \"NIDDK Data Centric Challenge: Enhancing Repository Data for AI '\n", - " 'Research\"\\n'\n", - " '2. \"Improving Data Quality for AI-Driven Discoveries: NIDDK Challenge\"\\n'\n", - " '3. \"Unlocking Insights: NIDDK Challenge to Combine Datasets for AI '\n", - " 'Research\"\\n'\n", - " '4. \"NIDDK-CR Pilot Project: Making Research Data FAIR for AI\"\\n'\n", - " '5. \"NLP Tagging Study Variables: NIDDK Challenge for Data Standardization\"')\n" - ] - } - ], + "outputs": [], "source": [ "challenge = challenges[0]\n", "result = generate_challenge_headline(challenge.description)\n",