You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(demos): Dark mode theming, emoji removal, and warning banners (Issue #51)
- Add "Work in Progress" warning banners to all demos
- Remove emojis from demo UI (kept functional emojis in sentiment demo)
- Fix dark mode colors for tokenization, POS tagging, sentiment, topic modeling demos
- Add Plotly dark theme support to topic-modeling visualization
- Update assignment deadlines in syllabus.md, assignments/README.md, slides/README.md
- Improve tokenization demo info boxes and chart theming
- Fix transformer component-explorer icons (replaced emojis with letters)
| Mon Feb 16 | Lecture 21 | GPT Architecture |[HTML](../slides/week7/lecture21.html), [PDF](../slides/week7/lecture21.pdf)|[Radford et al. (2018)](https://cdn.openai.com/research-covers/language-unsupervised/language_understanding_paper.pdf), [Radford et al. (2019)](https://cdn.openai.com/better-language-models/language_models_are_unsupervised_multitask_learners.pdf)|
207
-
| Wed Feb 18 | Lecture 22 | Scaling Up to GPT-3 and Beyond |[HTML](../slides/week7/lecture22.html), [PDF](../slides/week7/lecture22.pdf)|[Brown et al. (2020)](https://arxiv.org/abs/2005.14165), [OpenAI (2023)](https://arxiv.org/abs/2303.08774), **[Assignment 5](../assignments/assignment-5/) Released**|
207
+
| Wed Feb 18 | Lecture 22 | Scaling Up to GPT-3 and Beyond |[HTML](../slides/week7/lecture22.html), [PDF](../slides/week7/lecture22.pdf)|[Brown et al. (2020)](https://arxiv.org/abs/2005.14165), [OpenAI (2023)](https://arxiv.org/abs/2303.08774)|
208
208
| Fri Feb 20 | Lecture 23 | Implementing GPT from Scratch |[HTML](../slides/week7/lecture23.html), [PDF](../slides/week7/lecture23.pdf)||
209
209
210
210
### Week 8: No Classes (February 23--27)
211
211
212
-
Instructor away February 23--27. No classes this week. Use this time to work on [Assignment 5](../assignments/assignment-5/) and begin planning your [final project](../assignments/final-project/).
212
+
Instructor away February 23--27. No classes this week. Use this time to work on your [final project](../assignments/final-project/).
213
213
214
214
### Week 9: Advanced Topics (March 2--6)
215
215
216
216
| Day | Lecture | Topics | Slides | Materials |
217
217
|-----|---------|--------|--------|-----------|
218
-
| Mon Mar 2 | Lecture 24 | Retrieval Augmented Generation (RAG) |[HTML](../slides/week9/lecture24.html), [PDF](../slides/week9/lecture24.pdf)|[Lewis et al. (2020)](https://arxiv.org/abs/2005.11401), **[Assignment 5](../assignments/assignment-5/) Due**|
218
+
| Mon Mar 2 | Lecture 24 | Retrieval Augmented Generation (RAG) |[HTML](../slides/week9/lecture24.html), [PDF](../slides/week9/lecture24.pdf)|[Lewis et al. (2020)](https://arxiv.org/abs/2005.11401)|
219
219
| Wed Mar 4 | Lecture 25 | Mixture of Experts & Efficiency |[HTML](../slides/week9/lecture25.html), [PDF](../slides/week9/lecture25.pdf)|[Fedus et al. (2022)](https://arxiv.org/abs/2101.03961), [Jiang et al. (2024)](https://arxiv.org/abs/2401.04088)|
220
220
| Fri Mar 6 | Lecture 26 | Ethics, Bias, and Safety |[HTML](../slides/week9/lecture26.html), [PDF](../slides/week9/lecture26.pdf)|[Bender et al. (2021)](https://dl.acm.org/doi/10.1145/3442188.3445922)|
221
221
222
222
### Week 10: Final Projects (March 9)
223
223
224
224
| Day | Lecture | Topics | Slides | Materials |
225
225
|-----|---------|--------|--------|-----------|
226
-
| Mon Mar 9 | Lecture 27 | Final Project Presentations & Wrap-up | -- | Last day of classes |
226
+
| Mon Mar 9 | Lecture 27 | Final Project Presentations & Wrap-up | -- | Last day of classes, **[Final Project](../assignments/final-project/) Due (Mar 9, 11:59 PM EST)**|
227
227
228
228
### Final Exam Period (March 13--17)
229
229
230
-
**Friday, March 13**: [Final Project](../assignments/final-project/) Materials Due (code, video presentation, writeup)
230
+
No additional submissions required. Final project materials were due March 9.
-**Google Colaboratory**: Setup-free resource for writing and running code on Google Cloud machines
450
+
-[Link](https://colab.research.google.com/)
451
+
- Your assignment **must** run in Google Colaboratory: to test it, press the "Run all" button, or select "Runtime" > "Run all" from the menu. Make sure that *all* parts of the notebook run without crashing before you submit!!
452
+
453
+
-**Dartmouth GenAI**: Free access to powerful LLMs that can help with coding
messagesDiv.innerHTML='<div class="empty-state"><div class="empty-state-icon">💬</div><div class="empty-state-text">Chat cleared</div><div class="empty-state-subtext">Start a new conversation</div></div>';
412
+
messagesDiv.innerHTML='<div class="empty-state"><div class="empty-state-icon"></div><div class="empty-state-text">Chat cleared</div><div class="empty-state-subtext">Start a new conversation</div></div>';
0 commit comments