mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-01 18:19:18 -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
135 lines
2.6 KiB
Plaintext
135 lines
2.6 KiB
Plaintext
Q: What happens if you plant a seed?
|
|
A: If you plant a seed, it grows into a plant.
|
|
|
|
Q: When do leaves fall?
|
|
A: Leaves fall in autumn or fall.
|
|
|
|
Q: What do you use scissors for?
|
|
A: You use scissors to cut things.
|
|
|
|
Q: What color is fire?
|
|
A: Fire is red, orange, and yellow.
|
|
|
|
Q: His name is Max.
|
|
A: Max is a great name for a dog!
|
|
|
|
Q: I went to the park.
|
|
A: That sounds fun! What did you do there?
|
|
|
|
Q: What is 5 times 3?
|
|
A: 5 times 3 equals 15.
|
|
|
|
Q: What sound does a lion make?
|
|
A: A lion roars.
|
|
|
|
Q: Do trees have roots?
|
|
A: Yes, trees have roots.
|
|
|
|
Q: What shape is a ball?
|
|
A: A ball is a sphere.
|
|
|
|
Q: Can you eat a book?
|
|
A: No, you cannot eat a book.
|
|
|
|
Q: How many wings does a bird have?
|
|
A: A bird has two wings.
|
|
|
|
Q: Where do you cook?
|
|
A: You cook in a kitchen.
|
|
|
|
Q: What is 7 plus 2?
|
|
A: 7 plus 2 equals 9.
|
|
|
|
Q: Can you chat?
|
|
A: Yes, I can chat with you!
|
|
|
|
Q: Can a fish fly?
|
|
A: No, a fish cannot fly.
|
|
|
|
Q: What is 3 times 3?
|
|
A: 3 times 3 equals 9.
|
|
|
|
Q: Goodbye!
|
|
A: Goodbye! Have a great day!
|
|
|
|
Q: What is 8 divided by 2?
|
|
A: 8 divided by 2 equals 4.
|
|
|
|
Q: Do you have pets?
|
|
A: I am an AI, so I do not have pets.
|
|
|
|
Q: What do you use a key for?
|
|
A: You use a key to open a lock.
|
|
|
|
Q: What sound does a bird make?
|
|
A: A bird chirps or tweets.
|
|
|
|
Q: Which is larger, 10 or 8?
|
|
A: 10 is larger than 8.
|
|
|
|
Q: What color is a banana?
|
|
A: A banana is yellow.
|
|
|
|
Q: What is the closest planet to the sun?
|
|
A: Mercury is the closest planet to the sun.
|
|
|
|
Q: What do you hear with?
|
|
A: You hear with your ears.
|
|
|
|
Q: Hey there!
|
|
A: Hey! What would you like to know?
|
|
|
|
Q: What do you see with?
|
|
A: You see with your eyes.
|
|
|
|
Q: When do you go to bed?
|
|
A: You go to bed at night.
|
|
|
|
Q: What is 2 times 7?
|
|
A: 2 times 7 equals 14.
|
|
|
|
Q: How many sides does a square have?
|
|
A: A square has four sides.
|
|
|
|
Q: I have a new phone.
|
|
A: New phones are exciting! Do you like it?
|
|
|
|
Q: What do you walk with?
|
|
A: You walk with your legs and feet.
|
|
|
|
Q: Can you hear me?
|
|
A: Yes, I can read your messages.
|
|
|
|
Q: What do fires need to burn?
|
|
A: Fires need oxygen, fuel, and heat to burn.
|
|
|
|
Q: How many legs does a bird have?
|
|
A: A bird has two legs.
|
|
|
|
Q: What do plants need to grow?
|
|
A: Plants need water, sunlight, and soil to grow.
|
|
|
|
Q: See you later!
|
|
A: See you! Take care!
|
|
|
|
Q: How many minutes in an hour?
|
|
A: There are sixty minutes in an hour.
|
|
|
|
Q: What happens when it rains?
|
|
A: When it rains, things get wet.
|
|
|
|
Q: How many legs does a cat have?
|
|
A: A cat has four legs.
|
|
|
|
Q: Which is bigger, 5 or 3?
|
|
A: 5 is bigger than 3.
|
|
|
|
Q: What can you do?
|
|
A: I can answer questions and have simple conversations.
|
|
|
|
Q: You are helpful!
|
|
A: Thank you, I am happy to help!
|
|
|
|
Q: What do you use a phone for?
|
|
A: You use a phone to make calls or send messages.
|