Skip to content

Commit

Permalink
tutorial data fetch formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmueller authored Nov 17, 2023
1 parent 1bef81a commit 63a17a0
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions docs/source/tutorials/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,10 @@
"This notebook uses an example dataset, that you can download using these commands."
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"wget - nc 'https://cleanlab-public.s3.amazonaws.com/CleanVision/image_files.zip'\n",
"\n",
"unzip -q image_files.zip"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"nbsphinx": "hidden",
"tags": []
},
"metadata": {},
"outputs": [],
"source": [
"!wget - nc 'https://cleanlab-public.s3.amazonaws.com/CleanVision/image_files.zip'"
Expand All @@ -97,10 +84,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"nbsphinx": "hidden",
"tags": []
},
"metadata": {},
"outputs": [],
"source": [
"!unzip -q image_files.zip"
Expand Down Expand Up @@ -804,7 +788,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Beyond the collection of image files demonstrated here, you can alternatively run CleanVision on: [Hugging Face datasets](https://github.com/cleanlab/cleanvision/blob/main/docs/source/tutorials/huggingface_dataset.ipynb) and [torchvision datasets](https://github.com/cleanlab/cleanvision/blob/main/docs/source/tutorials/torchvision_dataset.ipynb).**"
"Beyond the collection of image files demonstrated here, you can alternatively run CleanVision on: [Hugging Face datasets](https://github.com/cleanlab/cleanvision/blob/main/docs/source/tutorials/huggingface_dataset.ipynb) and [torchvision datasets](https://github.com/cleanlab/cleanvision/blob/main/docs/source/tutorials/torchvision_dataset.ipynb)."
]
}
],
Expand Down

0 comments on commit 63a17a0

Please sign in to comment.