Rename public-facing CodonGPT strings to CodonTranslator
Browse files- src/models.py +2 -2
src/models.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
"""
|
| 2 |
-
Core model architectures for
|
| 3 |
-
-
|
| 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 |
|