mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-15 10:11:39 +08:00
github link
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ dist/
|
|||||||
build/
|
build/
|
||||||
.idea/*
|
.idea/*
|
||||||
!.idea/dictionaries
|
!.idea/dictionaries
|
||||||
|
html/
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
"""
|
"""
|
||||||
|
<a class="github-button" href="https://github.com/lab-ml/labml_nn" data-size="large" data-show-count="true" aria-label="Star lab-ml/labml_nn on GitHub">Star</a>
|
||||||
|
|
||||||
# Transformers
|
# Transformers
|
||||||
|
|
||||||
* [Multi-head attention](mha.html)
|
* [Multi-head attention](mha.html)
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
"""
|
"""
|
||||||
|
<a class="github-button" href="https://github.com/lab-ml/labml_nn" data-size="large" data-show-count="true" aria-label="Star lab-ml/labml_nn on GitHub">Star</a>
|
||||||
|
|
||||||
# Multi-Headed Attention
|
# Multi-Headed Attention
|
||||||
|
|
||||||
The implementation is inspired from [Annotated Transformer](https://nlp.seas.harvard.edu/2018/04/03/attention.html)
|
The implementation is inspired from [Annotated Transformer](https://nlp.seas.harvard.edu/2018/04/03/attention.html)
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
"""
|
"""
|
||||||
|
<a class="github-button" href="https://github.com/lab-ml/labml_nn" data-size="large" data-show-count="true" aria-label="Star lab-ml/labml_nn on GitHub">Star</a>
|
||||||
|
|
||||||
# Relative Multi-head Attention
|
# Relative Multi-head Attention
|
||||||
|
|
||||||
This is an implementation of
|
This is an implementation of
|
||||||
|
Reference in New Issue
Block a user