Files
graphify/tests/fixtures/sample.md
Safi 77966a7622 feat: core pipeline
detect, extract (AST + call-graph), build, cluster, analyze, report, export
PDF extraction, tree-sitter AST, pyvis HTML, schema validation
2026-04-04 18:52:44 +01:00

6 lines
204 B
Markdown

# Attention Is All You Need
The transformer architecture uses multi-head attention.
Layer normalization is applied before each sub-layer.
The feed-forward network consists of two linear transformations.