DJLougen commited on
Commit
5eb953a
·
verified ·
1 Parent(s): 74bec09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- **Retained-You-Seek (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
  ```
 
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
  ```