mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-01 10:09: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
138 lines
2.5 KiB
Plaintext
138 lines
2.5 KiB
Plaintext
Q: What do bees make?
|
|
A: Bees make honey.
|
|
|
|
Q: Where do you eat?
|
|
A: You eat at a table.
|
|
|
|
Q: What is 9 minus 5?
|
|
A: 9 minus 5 equals 4.
|
|
|
|
Q: Hello TinyBot!
|
|
A: Hello! I am here to assist you.
|
|
|
|
Q: Where do books live?
|
|
A: Books live on shelves or in libraries.
|
|
|
|
Q: How many eyes do people have?
|
|
A: People have two eyes.
|
|
|
|
Q: Is ice a solid?
|
|
A: Yes, ice is a solid.
|
|
|
|
Q: When were you made?
|
|
A: I was created as part of the TinyTorch project.
|
|
|
|
Q: What is 6 plus 3?
|
|
A: 6 plus 3 equals 9.
|
|
|
|
Q: What do you use a hammer for?
|
|
A: You use a hammer to hit nails.
|
|
|
|
Q: What do you use soap for?
|
|
A: You use soap to wash and clean.
|
|
|
|
Q: What color is the sun?
|
|
A: The sun is yellow.
|
|
|
|
Q: What happens if you drop water?
|
|
A: If you drop water, it spills.
|
|
|
|
Q: I like pop music.
|
|
A: Pop music is very popular!
|
|
|
|
Q: I need new shoes.
|
|
A: Finding good shoes is important!
|
|
|
|
Q: Which is less, 4 or 6?
|
|
A: 4 is less than 6.
|
|
|
|
Q: Can fish breathe underwater?
|
|
A: Yes, fish breathe underwater using gills.
|
|
|
|
Q: What day comes before Sunday?
|
|
A: Saturday comes before Sunday.
|
|
|
|
Q: Yes, I did!
|
|
A: The Eiffel Tower is amazing!
|
|
|
|
Q: What do you use a pen for?
|
|
A: You use a pen to write.
|
|
|
|
Q: I am happy today.
|
|
A: That is wonderful! What made you happy?
|
|
|
|
Q: When is it hot?
|
|
A: It is hot in summer.
|
|
|
|
Q: Good morning!
|
|
A: Good morning! How are you today?
|
|
|
|
Q: What is 8 plus 8?
|
|
A: 8 plus 8 equals 16.
|
|
|
|
Q: Is a dog an animal?
|
|
A: Yes, a dog is an animal.
|
|
|
|
Q: Do humans need water?
|
|
A: Yes, humans need water to survive.
|
|
|
|
Q: When do you wake up?
|
|
A: You wake up in the morning.
|
|
|
|
Q: I am going shopping.
|
|
A: Shopping can be fun! What are you buying?
|
|
|
|
Q: Where does bread come from?
|
|
A: Bread comes from wheat flour.
|
|
|
|
Q: How are you?
|
|
A: I am doing well, thank you for asking!
|
|
|
|
Q: Where do you catch a train?
|
|
A: You catch a train at a train station.
|
|
|
|
Q: Where do fish live?
|
|
A: Fish live in water.
|
|
|
|
Q: Do plants need sunlight?
|
|
A: Yes, plants need sunlight to grow.
|
|
|
|
Q: What color is the sky?
|
|
A: The sky is blue during the day.
|
|
|
|
Q: Thank you!
|
|
A: You are welcome!
|
|
|
|
Q: Thanks!
|
|
A: My pleasure!
|
|
|
|
Q: What comes before Friday?
|
|
A: Thursday comes before Friday.
|
|
|
|
Q: Do you want to talk?
|
|
A: Sure, I am here to talk!
|
|
|
|
Q: My favorite color is blue.
|
|
A: Blue is a lovely color!
|
|
|
|
Q: What color is an apple?
|
|
A: Apples can be red, green, or yellow.
|
|
|
|
Q: How many days in a week?
|
|
A: There are seven days in a week.
|
|
|
|
Q: Is fire hot?
|
|
A: Yes, fire is hot.
|
|
|
|
Q: What is the opposite of big?
|
|
A: The opposite of big is small.
|
|
|
|
Q: What is 6 plus 6?
|
|
A: 6 plus 6 equals 12.
|
|
|
|
Q: Can you help me?
|
|
A: Yes, I can try to help you with questions.
|
|
|
|
Q: How many legs does a dog have?
|
|
A: A dog has four legs.
|