Update docs/tech_docs/llm/llm_visuals.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user