Update README.md
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ This model applies the optimal **Retained-You-Seek (RYS)** configuration discove
|
|
| 33 |
|
| 34 |
## What is RYS?
|
| 35 |
|
| 36 |
-
**
|
| 37 |
|
| 38 |
The canonical form is:
|
| 39 |
```
|
|
|
|
| 33 |
|
| 34 |
## What is RYS?
|
| 35 |
|
| 36 |
+
**Repeat-Your-Self (RYS)** — Ng, David Noel (2026) — is a zero-training architecture modification for deep transformers. By duplicating a contiguous slice of layers, the model revisits an earlier representation mid-pass, effectively deepening the network without changing any weights.
|
| 37 |
|
| 38 |
The canonical form is:
|
| 39 |
```
|