mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-10-28 20:53:41 +08:00
github link
This commit is contained in:
@ -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
|
||||
|
||||
* [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
|
||||
|
||||
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
|
||||
|
||||
This is an implementation of
|
||||
|
||||
Reference in New Issue
Block a user