Update transformers.md

Added image location
pull/832/head
SAM 2024-06-02 16:22:50 +05:30 zatwierdzone przez GitHub
rodzic 3e35783d59
commit 5e4308e7f0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ Transformers are a revolutionary approach to natural language processing (NLP).
## Model Architecture
<p align="center">
<img src="https://github.com/SAM-DEV007/learn-python/assets/60264918/c290ed33-46ff-4b80-8212-47cfe7fbceb3" alt="Model Architecture" /><br>
<img src="assets/transformer-architecture.png" alt="Model Architecture" /><br>
Source: <a href="https://arxiv.org/pdf/1706.03762">Attention Is All You Need</a> - Figure 1
</p>