CoolFace
Datasetpublic

roshbeed/ai-residency-blog-data

AI Residency — blog toy data Small slices of the datasets used by the nine systems in RoshBeed/ai-residency, cut down so the toy models in the posts on roshbeed.com train in seconds on a GitHub Actions runner. Every post pins a commit revision of this dataset rather than tracking main, so a figure on the site cannot change because something here did. path what it is source text8/text8-2m.txt first 2,000,000 characters of text8 roshbeed/ai-residency-text8… See the full description on the dataset page: https://huggingface.co/datasets/roshbeed/ai-residency-blog-data.

sourceHugging Facemitupdated 11m agoView on Hugging Face
0likes247downloads
Dataset Card

AI Residency — blog toy data

Small slices of the datasets used by the nine systems in `RoshBeed/ai-residency`, cut down so the toy models in the posts on roshbeed.com train in seconds on a GitHub Actions runner.

Every post pins a commit revision of this dataset rather than tracking main, so a figure on the site cannot change because something here did.

pathwhat it issource
text8/text8-2m.txtfirst 2,000,000 characters of text8`roshbeed/ai-residency-text8`
mnist/mnist-small.npz6,000 train / 1,500 test MNIST digits, uint8 28×28MNIST
hn/hn-sample.json.gz20,000 train / 5,000 test Hacker News posts, split by time`roshbeed/ai-residency-hn-posts`
audio/clip-16k.npzone 1.06 s clip, 16 kHz mono float32the whisper-fine-tuning demo clip

These are for illustration. The real training runs use the full corpora; see each service's README in the residency repo for the numbers that came out of them.

roshbeed/ai-residency-blog-data · CoolFace