DJLougen commited on
Commit
c352f80
·
verified ·
1 Parent(s): 2054ac6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ See the base model repo for full details: **[GestaltLabs/Ornstein-3.6-27B-RYS](h
31
 
32
  ## What is RYS?
33
 
34
- **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.
35
 
36
  For Ornstein-3.6-27B, the optimal config is **i=22, j=24**:
37
  ```
 
31
 
32
  ## What is RYS?
33
 
34
+ **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.
35
 
36
  For Ornstein-3.6-27B, the optimal config is **i=22, j=24**:
37
  ```