Rename public-facing CodonGPT strings to CodonTranslator
Browse files
eval.py
CHANGED
|
@@ -53,7 +53,7 @@ logger = logging.getLogger("eval_tf")
|
|
| 53 |
|
| 54 |
|
| 55 |
def parse_args():
|
| 56 |
-
p = argparse.ArgumentParser("Teacher-forced evaluation of
|
| 57 |
p.add_argument("--model_path", required=True, type=str,
|
| 58 |
help="Path to checkpoint dir (with config.json / model.safetensors)")
|
| 59 |
# Input data: CSV file or Parquet glob/dir
|
|
|
|
| 53 |
|
| 54 |
|
| 55 |
def parse_args():
|
| 56 |
+
p = argparse.ArgumentParser("Teacher-forced evaluation of CodonTranslator")
|
| 57 |
p.add_argument("--model_path", required=True, type=str,
|
| 58 |
help="Path to checkpoint dir (with config.json / model.safetensors)")
|
| 59 |
# Input data: CSV file or Parquet glob/dir
|