Update docs/tech_docs/llm/llm_visuals.md

This commit is contained in:
2024-03-30 05:05:24 +00:00
parent 645299fe7c
commit 329f8fa82e

View File

@@ -1,4 +1,3 @@
## `Claude` ## `Claude`
```mermaid ```mermaid
@@ -14,7 +13,7 @@ graph TD
E[Transformer Decoder] E[Transformer Decoder]
end end
subgraph Attention Mechanism subgraph AttentionMechanism
G[Multi-Head Attention] G[Multi-Head Attention]
H[Feed Forward] H[Feed Forward]
I[Add & Norm] I[Add & Norm]
@@ -34,7 +33,7 @@ graph TD
class A input class A input
class F output class F output
class Transformer transformer class Transformer transformer
class Attention Mechanism attention class AttentionMechanism attention
``` ```
> zeroshot > zeroshot