Skip to content

Commit

Permalink
examples: link to HuggingFace mirror of MNIST data (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesGaessler authored Nov 27, 2024
1 parent c598cbe commit 7d38d3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/mnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7d38d3b

Please sign in to comment.