mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 01:29:07 -05:00
Add curated educational datasets for TinyTorch milestones: TinyDigits (~310 KB): - 1000 train + 200 test samples of 8x8 digit images - Balanced: 100 samples per digit class (0-9) - Used by Milestones 03 (MLP) and 04 (CNN) - Created from sklearn digits, normalized to [0,1] TinyTalks (~40 KB): - 350 Q&A pairs across 5 difficulty levels - Character-level conversational dataset - Used by Milestone 05 (Transformer) - Designed for fast training (3-5 min on laptop) Both datasets follow Karpathy's ~1K samples philosophy: - Small enough to ship with repo - Large enough for meaningful learning - Fast training with instant feedback - Works offline, no downloads needed
24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
Creative Commons Attribution 4.0 International (CC BY 4.0)
|
|
|
|
Copyright (c) 2025 TinyTorch Contributors
|
|
|
|
You are free to:
|
|
|
|
* Share — copy and redistribute the material in any medium or format
|
|
* Adapt — remix, transform, and build upon the material for any purpose, even commercially
|
|
|
|
Under the following terms:
|
|
|
|
* Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
|
|
|
|
* No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
|
|
|
|
Notices:
|
|
|
|
* You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
|
|
|
|
* No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
|
|
|
|
Full license text: https://creativecommons.org/licenses/by/4.0/legalcode
|
|
|