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

Rename public-facing CodonGPT strings to CodonTranslator

Browse files
Files changed (1) hide show
  1. src/models.py +2 -2
src/models.py CHANGED
@@ -1,6 +1,6 @@
1
  """
2
- Core model architectures for CodonGPT (GPT-only).
3
- - CodonGPT: Decoder-only GPT with two-species + protein prefix
4
  Includes a frozen ESM-C encoder for protein conditioning.
5
  """
6
 
 
1
  """
2
+ Core model architectures for CodonTranslator.
3
+ - Decoder-only backbone with species + protein prefixing
4
  Includes a frozen ESM-C encoder for protein conditioning.
5
  """
6