Views
No views yet
https://tfhub.dev/deepmind/enformer/1 (now redirecting to Kaggle Models).
Maintained by chorus for resilience —
the canonical source has been migrating across hosts (TFHub → Kaggle).deepmind/enformer/1 (now redirected to Kaggle).chorus.oracles.enformer loader)
is released under the Apache 2.0 license, consistent with the original
Enformer release.saved_model.pb — TensorFlow SavedModel graphvariables/variables.data-00000-of-00001 — model weightsvariables/variables.index — variables indexEnformerOracle fetches from this HF repo by default
and falls back to TFHub if HF is unreachable.1from huggingface_hub import snapshot_download
2import tensorflow as tf
3
4local = snapshot_download(repo_id="lucapinello/chorus-enformer", repo_type="model")
5model = tf.saved_model.load(local)