Skip to content

Commit

Permalink
📝 Updating docs to remove MHA reference
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorc committed Oct 6, 2020
1 parent d7c3950 commit 9b2b717
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ Showcase
--------

| tavolo's API is straightforward and adopting its modules is as easy as it gets.
| In tavolo, you'll find implementations for basic layers like `PositionalEncoding`_ to complex modules like the Transformer's
`MultiHeadedAttention`_. You'll also find non-layer implementations that can ease development, like the `LearningRateFinder`_.
| For example, if we wanted to add head a Yang-style attention mechanism into our model and look for the optimal learning rate, it would look something like:
| In tavolo, you'll find implementations for basic like `PositionalEncoding`_ and non-layer implementations that
can ease development, like the `LearningRateFinder`_.
| For example, if we wanted to add head a Yang-style attention mechanism into our model and look for the optimal
learning rate, it would look something like:
.. code-block:: python3
Expand Down

0 comments on commit 9b2b717

Please sign in to comment.