Rename public-facing CodonGPT strings to CodonTranslator
Browse files- src/layers.py +1 -1
src/layers.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
"""
|
| 2 |
-
Transformer components for
|
| 3 |
Includes RMSNorm, self-attention (SDPA/Flash) with optional mask,
|
| 4 |
cross-attention for conditioning memory, SwiGLU FFN, and a basic block.
|
| 5 |
"""
|
|
|
|
| 1 |
"""
|
| 2 |
+
Transformer components for CodonTranslator.
|
| 3 |
Includes RMSNorm, self-attention (SDPA/Flash) with optional mask,
|
| 4 |
cross-attention for conditioning memory, SwiGLU FFN, and a basic block.
|
| 5 |
"""
|