Improvements to descriptions and links

This commit is contained in:
Edward Donner
2025-03-14 09:16:31 -04:00
parent 3a2eb97cf2
commit c80065df86
19 changed files with 948 additions and 821 deletions

View File

@@ -29,7 +29,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",
@@ -137,6 +136,18 @@
"login(hf_token, add_to_git_credential=True)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ff3942d8-b010-46b5-a665-15554eae9776",
"metadata": {},
"outputs": [],
"source": [
"# One more import after logging in\n",
"\n",
"from items import Item"
]
},
{
"cell_type": "code",
"execution_count": null,