From fadf1a74ecfd685f5dc02266448b58564037e3e5 Mon Sep 17 00:00:00 2001 From: Yoav Artzi Date: Sun, 18 Aug 2024 18:57:12 -0400 Subject: [PATCH] Removed TOC from website and improve cover photo placement --- _includes/footer.html | 2 +- _includes/head.html | 32 ++++++++++++++++++++++++++++++++ _layouts/default.html | 23 +++++------------------ index.md | 14 ++++++-------- 4 files changed, 44 insertions(+), 27 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 958d9af..73d30f7 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -14,4 +14,4 @@ - + \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index f85ac7b..400b8dd 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -34,8 +34,13 @@ + + + + + @@ -48,6 +53,33 @@ + + {%- feed_meta -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} {%- include google-analytics.html -%} diff --git a/_layouts/default.html b/_layouts/default.html index 0d97bd2..306d4a2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,31 +4,18 @@ {%- include head.html -%} - - - - - - - - - + {%- include header.html -%}
-
- -
- -
- -
+ + {{ content }} -
-
+ +
diff --git a/index.md b/index.md index 307f79a..54d2c1e 100644 --- a/index.md +++ b/index.md @@ -10,19 +10,17 @@ order: 0 Version: 2024.1beta
-
+

LM-class is an education resource for contemporary language modeling, broadly construed. The materials were developed for Cornell CS 5740 Natural Language Processing, and were first used in Spring 2024. This class constituted a significant revision of CS 5740. The target audience of the class is MEng/MS graduate students. The material is likely also appropriate for senior undergraduates. While the technical material is a good fit for PhDs and researchers, this class does not focus on research, and is designed primarily for practitioners.

+

The materials include lectures and assignments. The class emphasizes technical depth rather than coverage. It does not aim to provide a broad overview of everything that is happening in the field. The objective is to give students a strong base and the tools to expand their knowledge and update it on their own.

+

LM-class was created by Yoav Artzi, Anne Wu, and Omer Gul. Much of the material was adapted or inspired by existing NLP classes. Each lecture and assignment includes a slide at the end with acknowledgements. If I missed any attribution, I am really sorry. Please let me know, so I can correct. Acknowledgements are listed below.

+

The materials are distributed under the CC BY-NC 4.0 license, and we hope they will find broad and diverse use.

-
- Responsive image +
+ Generated cover image for LM-class
-

The materials include lectures and assignments. The class emphasizes technical depth rather than coverage. It does not aim to provide a broad overview of everything that is happening in the field. The objective is to give students a strong base and the tools to expand their knowledge and update it on their own.

- -

LM-class was created by Yoav Artzi, Anne Wu, and Omer Gul. Much of the material was adapted or inspired by existing NLP classes. Each lecture and assignment includes a slide at the end with acknowledgements. If I missed any attribution, I am really sorry. Please let me know, so I can correct. Acknowledgements are listed below.

- -

The materials are distributed under the CC BY-NC 4.0 license, and we hope they will find broad and diverse use.