From b90b8e1648d1b9c7b97c7661b063ed017f7b1f6e Mon Sep 17 00:00:00 2001 From: eric-czech Date: Tue, 17 Jun 2025 12:32:24 -0400 Subject: [PATCH] Add note in README about using initial release for reproductions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e18543..4db1c76 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ mkdir watch_folder ## Reproducing Experiments -Below, we describe the steps required for reproducing the experiments in the paper. +Below, we describe the steps required for reproducing the experiments in the paper from our [v0.1.0](https://github.com/kuleshov-group/caduceus/releases/tag/v0.1.0) release. Throughout, the main entry point for running experiments is the [`train.py`](./train.py) script. We also provide sample `slurm` scripts for launching pre-training and downstream fine-tuning experiments in the [`slurm_scripts/`](./slurm_scripts) directory.