Download S Config Locally | Generated by AI

Home 2026.07

No, nothing is downloaded yet — all the reads above are streaming over HF Hub’s remote filesystem (HfFileSystem). The spgispeech/ dir is only 5.2 GB, and that’s just the Python virtualenv (torch 2.6+cu124 is ~5 GB by itself).

Disk: 845 GB available on /mnt/data.

We’ve got plenty of room. To download the actual parquet files locally so reads are instant, you’d want:

Want to download one? I’d suggest S (45 GB, fits easily, ~77k clips, good enough for fine-tuning experiments). If you want the full SPGISpeech paper benchmark setup, you’ll also need dev (11 GB) and test (11 GB).

The command would be:

huggingface-cli download kensho/spgispeech --include "S/*" --local-dir /mnt/data/zz/spgispeech/data

Or use hf download (the new CLI).


Back Donate