Skip to content

Commit

Permalink
Remove notebook output
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Oct 24, 2023
1 parent 50eab17 commit 0ed9251
Showing 1 changed file with 11 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "c41a64a1",
"metadata": {},
"outputs": [],
Expand All @@ -65,7 +65,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"id": "8fc3ac4c-2ceb-4bbc-bdb8-3bb8be08dfc6",
"metadata": {},
"outputs": [],
Expand All @@ -78,7 +78,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": null,
"id": "b2f952f5-9140-4702-8a96-3457ca4df841",
"metadata": {},
"outputs": [],
Expand All @@ -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",
Expand All @@ -120,7 +112,7 @@
},
{
"cell_type": "code",
"execution_count": 45,
"execution_count": null,
"id": "488632df",
"metadata": {},
"outputs": [],
Expand All @@ -132,7 +124,7 @@
},
{
"cell_type": "code",
"execution_count": 46,
"execution_count": null,
"id": "9158b9b9",
"metadata": {},
"outputs": [],
Expand All @@ -155,7 +147,7 @@
},
{
"cell_type": "code",
"execution_count": 60,
"execution_count": null,
"id": "0116c3f8",
"metadata": {},
"outputs": [],
Expand All @@ -180,7 +172,7 @@
},
{
"cell_type": "code",
"execution_count": 114,
"execution_count": null,
"id": "1ea1b66b",
"metadata": {},
"outputs": [],
Expand All @@ -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",
Expand Down

0 comments on commit 0ed9251

Please sign in to comment.