Views
No views yet
johahi/borzoi-replicate-{0..3} are the canonical chorus source; this
mirror under the chorus org consolidates weight provenance alongside
Enformer, Sei, LegNet, and ChromBPNet for resilience.chorus.oracles.borzoi
is released under the chorus license. These terms are consistent with
the terms for the reference code and the model weights.fold_0/ — fold 0 PyTorch state_dict + config.jsonfold_1/ — fold 1fold_2/ — fold 2fold_3/ — fold 3model.safetensors and the legacy
pytorch_model.bin for compatibility).BorzoiOracle fetches the requested fold from this
HF repo by default and falls back to johahi's original repos if HF is
unreachable.1from huggingface_hub import snapshot_download
2local = snapshot_download(repo_id="lucapinello/chorus-borzoi", repo_type="model",
3 allow_patterns=["fold_0/*"])