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