You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MODEL_CARD.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,21 @@
2
2
3
3
We release two pretrained checkpoints, both trained on the [Alex-20s](https://huggingface.co/datasets/zdcao/alex-20s) dataset with the same model architecture but different `cfg_drop_prob` settings.
4
4
5
-
## CrystalFormer (Multi-task)
5
+
## Multitask
6
6
7
-
A unified model for both de novo generation (DNG) and crystal structure prediction (CSP), trained with `cfg_drop_prob=0.5`. The model seamlessly switches between DNG and CSP depending on whether a chemical formula is provided.
7
+
A unified model for both de novo generation (DNG) and crystal structure prediction (CSP), trained with `0 < cfg_drop_prob < 1`. The model seamlessly switches between DNG and CSP depending on whether a chemical formula is provided.
A dedicated crystal structure prediction model, trained with `cfg_drop_prob=0` (formula conditioning is always enabled). This model is optimized for CSP tasks only.
Alex-20s: contains ~1.7M general inorganic materials curated from the [Alexandria database](https://alexandria.icams.rub.de/), with $E_{hull} < 0.1$ eV/atom and no more than 20 Wyckoff sites in conventional cell. The dataset can be found in the [Hugging Face Datasets](https://huggingface.co/datasets/zdcao/alex-20s).
45
+
**[Alex-20s](https://huggingface.co/datasets/zdcao/alex-20s)**: ~1.7M general inorganic materials curated from the [Alexandria database](https://alexandria.icams.rub.de/), filtered by:
46
+
- Energy above hull: $E_{hull} < 0.1$ eV/atom
47
+
- Structure complexity: no more than 20 Wyckoff sites in the conventional cell
46
48
47
49
## Speeds, Sizes, Times
48
-
- Both models contain ~13.8 M parameters
49
-
-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.
50
+
- Both models contain ~13.8M parameters
51
+
-Generating 29,000 crystal samples on a single A100 GPU takes ~1,058 seconds (~37 ms per sample)
0 commit comments