Skip to content

Commit

Permalink
feat: more context to dataloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Lederbauer committed May 22, 2024
1 parent 23a99cd commit e2b5127
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tutorials/how_to_dataloader.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To use the dataloader it is necessary to have a valid login to huggingface in the terminal session. If that is given, the dataloader downloads the dataset from the huggingface repository and caches it upon initialization of the DataLoader class. "
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit e2b5127

Please sign in to comment.