Improvements to descriptions and links
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
"import random\n",
|
||||
"from dotenv import load_dotenv\n",
|
||||
"from huggingface_hub import login\n",
|
||||
"from items import Item\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"import numpy as np\n",
|
||||
"import pickle\n",
|
||||
@@ -47,19 +46,6 @@
|
||||
"from anthropic import Anthropic"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "21a3833e-4093-43b0-8f7b-839c50b911ea",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# moved our Tester into a separate package\n",
|
||||
"# call it with Tester.test(function_name, test_dataset)\n",
|
||||
"\n",
|
||||
"from testing import Tester"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
@@ -88,6 +74,20 @@
|
||||
"login(hf_token, add_to_git_credential=True)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "6985bdc7-fa45-49a3-ae97-84bdeb9b2083",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# moved our Tester into a separate package\n",
|
||||
"# call it with Tester.test(function_name, test_dataset)\n",
|
||||
"\n",
|
||||
"from items import Item\n",
|
||||
"from testing import Tester"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
|
||||
Reference in New Issue
Block a user