Skip to content

Commit

Permalink
Fix a typo in the datasets documentation (#2808)
Browse files Browse the repository at this point in the history
  • Loading branch information
gubertoli authored Feb 16, 2024
1 parent 488fece commit 6da77b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/doc/source/tutorial-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To iid partition your dataset, choose the split you want to partition and the nu
partition = fds.load_partition(0, "train")
centralized_dataset = fds.load_full("test")

Now you're ready to go. You have ten partitions created from the train split of the MNIST dataset and the test split
Now you're ready to go. You have ten partitions created from the train split of the CIFAR10 dataset and the test split
for the centralized evaluation. We will convert the type of the dataset from Hugging Face's `Dataset` type to the one
supported by your framework.

Expand Down

0 comments on commit 6da77b1

Please sign in to comment.