Update README.md
Browse files
README.md
CHANGED
|
@@ -96,7 +96,7 @@ hf download GenSI/MoMa-modules-ICLR --repo-type model --local-dir ./hub
|
|
| 96 |
|
| 97 |
### Integration with MoMa
|
| 98 |
|
| 99 |
-
After downloading, place the `hub/` directory under the [MoMa codebase](https://github.com/
|
| 100 |
|
| 101 |
```
|
| 102 |
MoMa/
|
|
@@ -109,7 +109,7 @@ MoMa/
|
|
| 109 |
└── ...
|
| 110 |
```
|
| 111 |
|
| 112 |
-
Then follow the instructions in the [MoMa repository](https://github.com/
|
| 113 |
|
| 114 |
```bash
|
| 115 |
# Adaptive Module Assembly (can be skipped using precomputed results in json/)
|
|
@@ -147,15 +147,6 @@ MoMa achieves state-of-the-art performance on 17 material property prediction be
|
|
| 147 |
}
|
| 148 |
```
|
| 149 |
|
| 150 |
-
```bibtex
|
| 151 |
-
@article{shoghi2023molecules,
|
| 152 |
-
title={From molecules to materials: Pre-training large generalizable models for atomic property prediction},
|
| 153 |
-
author={Shoghi, Nima and Kolluru, Adeesh and Kitchin, John R and Ulissi, Zachary W and Zitnick, C Lawrence and Wood, Brandon M},
|
| 154 |
-
journal={arXiv preprint arXiv:2310.16802},
|
| 155 |
-
year={2023}
|
| 156 |
-
}
|
| 157 |
-
```
|
| 158 |
-
|
| 159 |
## License
|
| 160 |
|
| 161 |
This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
|
|
|
|
| 96 |
|
| 97 |
### Integration with MoMa
|
| 98 |
|
| 99 |
+
After downloading, place the `hub/` directory under the [MoMa codebase](https://github.com/Thomaswbt/MoMa) root:
|
| 100 |
|
| 101 |
```
|
| 102 |
MoMa/
|
|
|
|
| 109 |
└── ...
|
| 110 |
```
|
| 111 |
|
| 112 |
+
Then follow the instructions in the [MoMa repository](https://github.com/Thomaswbt/MoMa) to run Adaptive Module Composition and downstream fine-tuning:
|
| 113 |
|
| 114 |
```bash
|
| 115 |
# Adaptive Module Assembly (can be skipped using precomputed results in json/)
|
|
|
|
| 147 |
}
|
| 148 |
```
|
| 149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
## License
|
| 151 |
|
| 152 |
This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
|