SNS Paper - Borzoi Fine-tuned Models
Collection
Pre-trained Borzoi foundation model (johahi/borzoi-replicate-0) fine-tuned on mouse ESC-derived CUT&Tag H3K27me3 and H3K4me3 tracks at 32bp resolution โข 10 items โข Updated
Pre-trained Borzoi model (johahi/borzoi-replicate-0) fine-tuned on mouse ESC-derived CUT&Tag H3K27me3 and H3K4me3 tracks via two-stage training (linear probe then full fine-tuning).
johahi/borzoi-replicate-0torchrun --nproc_per_node=8 infer_borzoi_pytorch.py \
--config config.yaml \
--checkpoint model.safetensors \
--genome_fasta mm10.fa \
--output_dir predictions/
See the paper companion repository for full code and configs.