Skip to content

Commit

Permalink
Merge pull request #735 from penjc/llm
Browse files Browse the repository at this point in the history
llm-introduction-attention-transformer and an assginment of transformer without hollowing
  • Loading branch information
Lola-jo authored Apr 9, 2024
2 parents ccb78ba + 975e013 commit bb6bfb2
Show file tree
Hide file tree
Showing 7 changed files with 22,643 additions and 0 deletions.
1 change: 1 addition & 0 deletions open-machine-learning-jupyter-book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ execute:
- 'ml-advanced/unsupervised-learning-pca-and-clustering.ipynb'
- 'ml-advanced/unsupervised-learning.ipynb'
- 'data-science/data-science-in-the-cloud/the-azure-ml-sdk-way.ipynb'
- 'llm/basic/transformer.ipynb'

parse:
myst_enable_extensions:
Expand Down
9 changes: 9 additions & 0 deletions open-machine-learning-jupyter-book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ parts:
- file: machine-learning-productionization/data-engineering
- file: machine-learning-productionization/model-training-and-evaluation
- file: machine-learning-productionization/model-deployment
- caption: Large Language Models
numbered: True
chapters:
- file: llm/introduction
- file: llm/basic/basic
sections:
- file: llm/basic/attention
- file: llm/basic/transformer
- caption: OTHERS
numbered: True
maxdepth: 1
Expand Down Expand Up @@ -237,6 +245,7 @@ parts:
- file: assignments/deep-learning/nlp/getting-start-nlp-with-classification-task
- file: assignments/deep-learning/nlp/beginner-guide-to-text-preprocessing
- file: assignments/deep-learning/nlp/news-topic-classification-tasks
- file: assignments/llm/basic/transformer-architecture
- file: slides/introduction
sections:
- file: slides/python-programming/python-programming-introduction
Expand Down
Loading

1 comment on commit bb6bfb2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.