-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #190 from ACEsuit/ilyes319-patch-1
fix table of contents readme
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
- [Tutorial](#tutorial) | ||
- [Weights and Biases](#weights-and-biases-for-experiment-tracking) | ||
- [Development](#development) | ||
- [Pretrained models](#pretrained-universal-mace-checkpoints) | ||
- [References](#references) | ||
- [Contact](#contact) | ||
- [License](#license) | ||
|
@@ -168,6 +169,12 @@ before you commit (and push) to avoid accidentally committing bad code. | |
|
||
We are happy to accept pull requests under an [MIT license](https://choosealicense.com/licenses/mit/). Please copy/paste the license text as a comment into your pull request. | ||
|
||
## Pretrained Universal MACE Checkpoints | ||
|
||
### Materials Project | ||
|
||
We have collaborated with the Materials Project (MP) who trained universal MACE checkpoints covering 89 elements on 1.6 M bulk crystals in the [MPTrj dataset](https://figshare.com/articles/dataset/23713842) selected from MP relaxation trajectories. These pretrained models were used for materials stability prediction in [Matbench Discovery](https://matbench-discovery.materialsproject.org) and the corresponding [preprint](https://arxiv.org/abs/2308.14920). For easy reuse, these checkpoints were published on [Hugging Face](https://huggingface.co/cyrusyc/mace-universal). | ||
|
||
## References | ||
|
||
If you use this code, please cite our papers: | ||
|
@@ -194,10 +201,6 @@ If you use this code, please cite our papers: | |
} | ||
``` | ||
|
||
## Pretrained Universal MACE Checkpoints | ||
### Materials Project | ||
We have collaborated with the Materials Project (MP) who trained universal MACE checkpoints covering 89 elements on 1.6 M bulk crystals in the [MPTrj dataset](https://figshare.com/articles/dataset/23713842) selected from MP relaxation trajectories. These pretrained models were used for materials stability prediction in [Matbench Discovery](https://matbench-discovery.materialsproject.org) and the corresponding [preprint](https://arxiv.org/abs/2308.14920). For easy reuse, these checkpoints were published on [Hugging Face](https://huggingface.co/cyrusyc/mace-universal). | ||
|
||
## Contact | ||
|
||
If you have any questions, please contact us at [email protected]. | ||
|