Views
No views yet
matthewshu/scgpt-replogle-esm-ft
but the gene prior carries no protein-specific information.| condition | mean pearson_delta |
|---|---|
| ESM (treatment, scgpt-replogle-esm-ft) | 0.508 |
| Random-prior retrain (this model) | 0.376 |
| base scGPT, no prior (scgpt-replogle-base-ft) | 0.183 |
| ESM with shuffled gene→protein at inference time | 0.085 |
tools/make_random_gene_prior.py --mode per_row:
preserves per-gene magnitude (matches each row's mean and std from ESM2)
while randomizing per-dim content.args.json and vocab.json are scGPT's pretraining metadata
(included for parity with sibling repos); they do NOT reflect the
finetune hyperparameters above. See training_stats.json for actual
finetune behavior.