The pre-trained model is available on Google Drive and Hugging Face Model Hub.
params, transformer = make_transformer(
key=jax.random.PRNGKey(42),
Nf=5,
Kx=16,
Kl=4,
n_max=21,
h0_size=256,
num_layers=16,
num_heads=8,
key_size=32,
model_size=256,
embed_size=256,
atom_types=119,
wyck_types=28,
dropout_rate=0.1,
attn_dropout=0.1,
widening_factor=4,
sigmamin=1e-3
)Alex-20s: contains ~1.7M general inorganic materials curated from the Alexandria database, with
- CrystalFormer-CSP contains ~13.8 M parameters
- It takes 1058 seconds to generate a batch size 29,000 crystal samples on a single A100 GPU, which translates to a generation speed of 37 milliseconds per sample.