Skip to content

Commit c477a50

Browse files
committed
masks post: size diagram figure to 720 so it reads clearly
1 parent cdcf039 commit c477a50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/posts/masks-in-transformers

src/content/posts/masks-in-transformers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Strip away the jargon and every mask is the same primitive:
2828

2929
Four purposes, four families:
3030

31-
<Figure caption="One primitive, four purposes. Every 'mask' in deep learning is a 0/1 gate that says 'ignore this' — the families differ only in what they ignore, and why.">
31+
<Figure caption="One primitive, four purposes. Every 'mask' in deep learning is a 0/1 gate that says 'ignore this' — the families differ only in what they ignore, and why." width={720}>
3232
<svg viewBox="0 0 720 224" role="img" aria-label="A mask is a 0/1 gate; it splits into four families — SEE (attention masks), SCORE (loss masks), HIDE (objective masks), and DROP (regularization masks)." style="width:100%;max-width:720px;height:auto;color:currentColor;font-family:var(--font-mono);">
3333
<g fill="none" stroke="currentColor" stroke-width="1.3">
3434
<rect x="270" y="12" width="180" height="48" rx="8" opacity="0.6"/>

0 commit comments

Comments
 (0)