Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llm-introduction-attention-transformer and an assginment of transformer without hollowing #735

Merged
merged 6 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
penjc marked this conversation as resolved.
Show resolved Hide resolved

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
penjc marked this conversation as resolved.
Show resolved Hide resolved
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
Loading