alegendaryfish commited on
Commit
1cd3d3f
·
verified ·
1 Parent(s): a5c2045

Rename public-facing CodonGPT strings to CodonTranslator

Browse files
Files changed (1) hide show
  1. src/layers.py +1 -1
src/layers.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- Transformer components for CodonGPT.
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
  """