Align public training codebase with local training setup
Browse files
train.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
#!/usr/bin/env python
|
| 2 |
"""
|
| 3 |
-
Minimal, honest training script for CodonTranslator
|
| 4 |
|
| 5 |
- Species conditioning: REQUIRED (precomputed embeddings)
|
| 6 |
- Protein conditioning (ESM-C): ENABLED BY DEFAULT. Disable with --no_protein.
|
|
|
|
| 1 |
#!/usr/bin/env python
|
| 2 |
"""
|
| 3 |
+
Minimal, honest training script for CodonTranslator on CSV or Parquet data.
|
| 4 |
|
| 5 |
- Species conditioning: REQUIRED (precomputed embeddings)
|
| 6 |
- Protein conditioning (ESM-C): ENABLED BY DEFAULT. Disable with --no_protein.
|