From: Johannes Gäßler Date: Wed, 27 Nov 2024 18:42:36 +0000 (+0100) Subject: examples: link to HuggingFace mirror of MNIST data (#1030) X-Git-Tag: upstream/0.0.1642~154 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7d38d3b60b81cf830856b2c79d60138f790fbf9d;p=pkg%2Fggml%2Fsources%2Fggml examples: link to HuggingFace mirror of MNIST data (#1030) --- diff --git a/examples/mnist/README.md b/examples/mnist/README.md index 10df02db..51e394ef 100644 --- a/examples/mnist/README.md +++ b/examples/mnist/README.md @@ -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