Skip to content

Commit 18b35d6

Browse files
committed
fix: correct course name to 'Models of Language and Communication'
Updated course name from 'Language Models from Scratch' to the correct 'Models of Language and Communication' across all files: - HTML pages (footers, meta descriptions) - README files - Build script (source of generated pages) - AGENTS.md documentation
1 parent 01df831 commit 18b35d6

File tree

17 files changed

+28
-28
lines changed

17 files changed

+28
-28
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## OVERVIEW
88

9-
LLM/NLP educational course repository: 15 browser-based interactive demos + Marp/LaTeX lecture slides + Jupyter assignments. Dartmouth PSYC 51.17 "Language Models from Scratch".
9+
LLM/NLP educational course repository: 15 browser-based interactive demos + Marp/LaTeX lecture slides + Jupyter assignments. Dartmouth PSYC 51.17 "Models of Language and Communication".
1010

1111
## STRUCTURE
1212

assignments/assignment-1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Assignment 1 - ELIZA - PSYC 51.17</title>
7-
<meta name="description" content="Assignment 1 - ELIZA for PSYC 51.17: Language Models from Scratch">
7+
<meta name="description" content="Assignment 1 - ELIZA for PSYC 51.17: Models of Language and Communication">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
99
<link rel="stylesheet" href="../../demos/shared/css/demo-styles.css">
1010
<style>
@@ -812,7 +812,7 @@ <h2 id="questions">Questions?</h2>
812812

813813
<footer>
814814
<p>&copy; 2026 <a href="https://www.context-lab.com" target="_blank">Contextual Dynamics Lab</a></p>
815-
<p>PSYC 51.17: Language Models from Scratch</p>
815+
<p>PSYC 51.17: Models of Language and Communication</p>
816816
</footer>
817817

818818
<script>

assignments/assignment-2/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Assignment 2 - SPAM Classifier - PSYC 51.17</title>
7-
<meta name="description" content="Assignment 2 - SPAM Classifier for PSYC 51.17: Language Models from Scratch">
7+
<meta name="description" content="Assignment 2 - SPAM Classifier for PSYC 51.17: Models of Language and Communication">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
99
<link rel="stylesheet" href="../../demos/shared/css/demo-styles.css">
1010
<style>
@@ -912,7 +912,7 @@ <h2 id="final-notes">Final Notes</h2>
912912

913913
<footer>
914914
<p>&copy; 2026 <a href="https://www.context-lab.com" target="_blank">Contextual Dynamics Lab</a></p>
915-
<p>PSYC 51.17: Language Models from Scratch</p>
915+
<p>PSYC 51.17: Models of Language and Communication</p>
916916
</footer>
917917

918918
<script>

assignments/assignment-3/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Assignment 3 - Wikipedia Embeddings - PSYC 51.17</title>
7-
<meta name="description" content="Assignment 3 - Wikipedia Embeddings for PSYC 51.17: Language Models from Scratch">
7+
<meta name="description" content="Assignment 3 - Wikipedia Embeddings for PSYC 51.17: Models of Language and Communication">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
99
<link rel="stylesheet" href="../../demos/shared/css/demo-styles.css">
1010
<style>
@@ -1241,7 +1241,7 @@ <h2 id="final-words">Final Words</h2>
12411241

12421242
<footer>
12431243
<p>&copy; 2026 <a href="https://www.context-lab.com" target="_blank">Contextual Dynamics Lab</a></p>
1244-
<p>PSYC 51.17: Language Models from Scratch</p>
1244+
<p>PSYC 51.17: Models of Language and Communication</p>
12451245
</footer>
12461246

12471247
<script>

assignments/assignment-4/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Assignment 4 - Customer Service Chatbot - PSYC 51.17</title>
7-
<meta name="description" content="Assignment 4 - Customer Service Chatbot for PSYC 51.17: Language Models from Scratch">
7+
<meta name="description" content="Assignment 4 - Customer Service Chatbot for PSYC 51.17: Models of Language and Communication">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
99
<link rel="stylesheet" href="../../demos/shared/css/demo-styles.css">
1010
<style>
@@ -787,7 +787,7 @@ <h2 id="questions">Questions?</h2>
787787

788788
<footer>
789789
<p>&copy; 2026 <a href="https://www.context-lab.com" target="_blank">Contextual Dynamics Lab</a></p>
790-
<p>PSYC 51.17: Language Models from Scratch</p>
790+
<p>PSYC 51.17: Models of Language and Communication</p>
791791
</footer>
792792

793793
<script>

assignments/assignment-5/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Assignment 5 - Build GPT - PSYC 51.17</title>
7-
<meta name="description" content="Assignment 5 - Build GPT for PSYC 51.17: Language Models from Scratch">
7+
<meta name="description" content="Assignment 5 - Build GPT for PSYC 51.17: Models of Language and Communication">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
99
<link rel="stylesheet" href="../../demos/shared/css/demo-styles.css">
1010
<style>
@@ -790,7 +790,7 @@ <h2 id="academic-integrity">Academic Integrity</h2>
790790

791791
<footer>
792792
<p>&copy; 2026 <a href="https://www.context-lab.com" target="_blank">Contextual Dynamics Lab</a></p>
793-
<p>PSYC 51.17: Language Models from Scratch</p>
793+
<p>PSYC 51.17: Models of Language and Communication</p>
794794
</footer>
795795

796796
<script>

assignments/final-project/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Final Project - PSYC 51.17</title>
7-
<meta name="description" content="Final Project for PSYC 51.17: Language Models from Scratch">
7+
<meta name="description" content="Final Project for PSYC 51.17: Models of Language and Communication">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
99
<link rel="stylesheet" href="../../demos/shared/css/demo-styles.css">
1010
<style>
@@ -703,7 +703,7 @@ <h2 id="final-thoughts">Final Thoughts</h2>
703703

704704
<footer>
705705
<p>&copy; 2026 <a href="https://www.context-lab.com" target="_blank">Contextual Dynamics Lab</a></p>
706-
<p>PSYC 51.17: Language Models from Scratch</p>
706+
<p>PSYC 51.17: Models of Language and Communication</p>
707707
</footer>
708708

709709
<script>

assignments/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Course Assignments - PSYC 51.17</title>
7-
<meta name="description" content="Course Assignments for PSYC 51.17: Language Models from Scratch">
7+
<meta name="description" content="Course Assignments for PSYC 51.17: Models of Language and Communication">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
99
<link rel="stylesheet" href="../demos/shared/css/demo-styles.css">
1010
<style>
@@ -328,7 +328,7 @@ <h3 id="final-project-research-projectfinal-project"><a href="./final-project/">
328328

329329
<footer>
330330
<p>&copy; 2026 <a href="https://www.context-lab.com" target="_blank">Contextual Dynamics Lab</a></p>
331-
<p>PSYC 51.17: Language Models from Scratch</p>
331+
<p>PSYC 51.17: Models of Language and Communication</p>
332332
</footer>
333333

334334
<script>

demos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LLM Interactive Demos
22

3-
Welcome to the interactive demonstrations for the **Language Models from Scratch** course! This collection of web-based demos provides hands-on exploration of core concepts in natural language processing and large language models.
3+
Welcome to the interactive demonstrations for the **Models of Language and Communication** course! This collection of web-based demos provides hands-on exploration of core concepts in natural language processing and large language models.
44

55
## Overview
66

@@ -375,7 +375,7 @@ This project is part of the PSYC 51.17 course materials.
375375
## Contact
376376

377377
For questions or issues:
378-
- Course: PSYC 51.17 - Language Models from Scratch
378+
- Course: PSYC 51.17 - Models of Language and Communication
379379
- Instructor: [Course website](https://www.dartmouth.edu/~psyc50/)
380380
- Repository: [GitHub](https://github.com/ContextLab/llm-course)
381381

demos/chatbot-evolution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,5 +383,5 @@ This demo relates to:
383383
---
384384

385385
**Last Updated**: January 2026
386-
**Course**: PSYC 51.17 - Language Models from Scratch
386+
**Course**: PSYC 51.17 - Models of Language and Communication
387387
**Copyright**: Jeremy R. Manning

0 commit comments

Comments
 (0)