Skip to content

Commit

Permalink
Fixes huggingface#712 Error in the Overview.ipynb notebook (huggingfa…
Browse files Browse the repository at this point in the history
  • Loading branch information
subhrm authored Oct 5, 2020
1 parent 0ec694c commit 97eeaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/Overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@
},
"source": [
"# You can access various attributes of the datasets before downloading them\n",
"squad_dataset = list_datasets()[datasets.index('squad')]\n",
"squad_dataset = list_datasets(with_details=True)[datasets.index('squad')]\n",
"\n",
"pprint(squad_dataset.__dict__) # It's a simple python dataclass"
],
Expand Down Expand Up @@ -3368,4 +3368,4 @@
"outputs": []
}
]
}
}

0 comments on commit 97eeaaa

Please sign in to comment.