Skip to content

Commit dcc52e4

Browse files
committed
Update Issue 51 notes: template notebooks complete
1 parent dd51ca8 commit dcc52e4

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

notes/2026-01-04-issue51-massive-fixes.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,35 @@ Based on explore agent findings:
201201
- Canvas content: Waiting for course to be ready
202202
- Slide cleanup: Lower priority, weeks 2-10 only
203203

204+
### 2026-01-04 14:23 (Session 5 - Current)
205+
206+
**COMPLETED:**
207+
208+
1. **Template notebooks pushed to ALL assignment repositories**:
209+
210+
| Repository | Notebook | Data Files | Commit |
211+
|------------|----------|------------|--------|
212+
| `eliza-llm-course` | `Assignment1_ELIZA.ipynb` | `instructions.txt` | (previous session) |
213+
| `spam-classifier-llm-course` | `Assignment2_SPAM_Classifier.ipynb` | `training.zip` (20MB) | `12b6f90` |
214+
| `embeddings-llm-course` | `Assignment3_Wikipedia_Embeddings.ipynb` | Downloads from Dropbox | `22f7091` |
215+
| `customer-service-bot-llm-course` | `Assignment4_Customer_Service_Chatbot.ipynb` | HuggingFace datasets | `5ed5051` |
216+
| `gpt-llm-course` | `Assignment5_GPT.ipynb` | Downloads Shakespeare | `2d9c6ec` |
217+
| `final-project-llm-course` | `FinalProject_Template.ipynb` | N/A | `ea98f0e` |
218+
219+
2. **Notebook features**:
220+
- All notebooks run in Google Colab with GPU support
221+
- Auto-install dependencies (`!pip install`)
222+
- Auto-download datasets
223+
- Clear markdown sections matching assignment structure
224+
- TODO placeholders for student implementation
225+
- Set random seeds for reproducibility
226+
227+
**REMAINING TASKS:**
228+
229+
1. **Autograder scripts** - Still needed in `ContextLabCourses/teaching-tools`
230+
2. **Canvas content** - Course description, assignment descriptions
231+
3. **Slide cleanup** - Weeks 2-10 (lower priority)
232+
204233
## Current Commits (Issue 51)
205234

206235
| Commit | Description |
@@ -209,3 +238,14 @@ Based on explore agent findings:
209238
| `43c9660` | Update Issue 51 progress notes |
210239
| `48796f2` | Add GitHub Classroom submission instructions to all assignments |
211240
| `565bd93` | Add GitHub tutorial for students |
241+
242+
## External Repository Commits (Assignment Templates)
243+
244+
| Repository | Commit | Description |
245+
|------------|--------|-------------|
246+
| `eliza-llm-course` | (prev) | Add starter notebook + instructions.txt |
247+
| `spam-classifier-llm-course` | `12b6f90` | Add starter notebook + training.zip |
248+
| `embeddings-llm-course` | `22f7091` | Add starter notebook |
249+
| `customer-service-bot-llm-course` | `5ed5051` | Add starter notebook |
250+
| `gpt-llm-course` | `2d9c6ec` | Add starter notebook |
251+
| `final-project-llm-course` | `ea98f0e` | Add template notebook |

0 commit comments

Comments
 (0)