]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
examples: link to HuggingFace mirror of MNIST data (#1030)
authorJohannes Gäßler <redacted>
Wed, 27 Nov 2024 18:42:36 +0000 (19:42 +0100)
committerGitHub <redacted>
Wed, 27 Nov 2024 18:42:36 +0000 (19:42 +0100)
examples/mnist/README.md

index 10df02dbb425fbd865f3ce987f0aac72da999f88..51e394efedf2e996f8a9b88ef29b7c03480338e1 100644 (file)
@@ -6,7 +6,10 @@ Please note that training in GGML is a work-in-progress and not production ready
 
 ## Obtaining the data
 
-The data can either be downloaded [here](https://yann.lecun.com/exdb/mnist/) or it will be downloaded automatically when running `mnist-train-fc.py`.
+A description of the dataset can be found on [Yann LeCun's website](https://yann.lecun.com/exdb/mnist/).
+While it is also in principle possible to download the dataset from this website these downloads are frequently throttled and
+it is recommended to use [HuggingFace](https://huggingface.co/datasets/ylecun/mnist) instead.
+The dataset will be downloaded automatically when running `mnist-train-fc.py`.
 
 ## Fully connected network