Skip to content

Commit

Permalink
Update 2024-10-30-Understanding-Transformers-Part-2-:-Building-Blocks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-c committed Nov 1, 2024
1 parent 79a814d commit 43fd4b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ embeddings = embedding_layer(training_data_inputs)
Now, since our progression for understanding and implementing the Transformers is based on the chronology in which the elements appear in the model itself, we will revisit the Transformer Architecture diagram once more to understand the next part we need to understand.


![Transformer]({{site.baseurl}}/images/transformer_architecture.jpg)
![Transformer]({{site.baseurl}}/images/transformer_architecture_cropped.jpg)

## Positional Encoding

Expand Down

0 comments on commit 43fd4b9

Please sign in to comment.