Skip to content

Commit 8a1395b

Browse files
committed
update
1 parent 11a53ac commit 8a1395b

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

LLMLearning.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# LLM Learning Resources
2+
3+
Understanding how LLMs work is challenging. But learning the core concepts is should be fun. Good news is that great open tutorials are created that give you a kickstart when working with LLMs.
4+
5+
6+
::::{grid} 3
7+
:class-container: text-center
8+
:gutter: 3
9+
10+
11+
:::{grid-item-card}
12+
:link: https://poloclub.github.io/transformer-explainer/
13+
{octicon}`book;1em;caption-text` **Transformer Explainer**
14+
^^^
15+
16+
Transformer Explainer is an interactive visualization tool designed to help anyone learn how Transformer-based models like GPT work. It runs a live GPT-2 model right in your browser, allowing you to experiment with your own text and observe in real time how internal components and operations of the Transformer work together to predict the next tokens.
17+
18+
+++
19+
[More »](https://poloclub.github.io/transformer-explainer/)
20+
:::
21+
22+
23+
:::{grid-item-card}
24+
:link: https://jalammar.github.io/illustrated-transformer/
25+
{octicon}`book;1em;caption-text` **The Illustrated Transformer**
26+
^^^
27+
Understanding LLMs means learning about "The Transformer". This great and short blog with videos makes is simple again.
28+
+++
29+
[More »](https://jalammar.github.io/illustrated-transformer/)
30+
:::
31+
32+
33+
:::{grid-item-card}
34+
:link: https://jaykmody.com/blog/gpt-from-scratch/
35+
{octicon}`book;1em;caption-text` **GPT in 60 Lines of NumPy**
36+
^^^
37+
Nice hands-on to learn the basic of LLMs. Implement a GPT from scratch in just 60 lines of numpy.
38+
+++
39+
[More »](https://jaykmody.com/blog/gpt-from-scratch/)
40+
:::
41+
42+
43+
::::
44+
% End of Grid

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ parts:
2626
- file: mlcourses
2727
- file: ml-books
2828
- file: NLPlearningresources
29+
- file: LLMLearning
2930
- caption: About
3031
chapters:
3132
- file: help

ml-books.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Check the [guides](https://developers.google.com/machine-learning/guides/).
4444
4545
Google Machine Learning Education
4646
47-
Learn to build ML products with Google's Machine Learning Courses.
47+
Learn to build ML products with Google's Machine Learning Courses
4848
4949
[The foundational courses](https://developers.google.com/machine-learning) cover machine learning fundamentals and core concepts.
5050
```
@@ -94,7 +94,7 @@ Great visuals that help learning and understanding the key ML concepts!
9494
```
9595

9696

97-
```{admonition} Applied Machine Learning for Tabular Data.
97+
```{admonition} Applied Machine Learning for Tabular Data
9898
:class: tip, dropdown
9999
100100
A practical guide to developing quality predictive models from tabular data.

0 commit comments

Comments
 (0)