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: README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,21 @@ uv pip install -e .
73
73
python setup.py build_ext --inplace
74
74
```
75
75
76
+
## Pre-trained Models
77
+
78
+
We currently offer two pre-trained **MatterSim-v1** models based on the **M3GNet** architecture in the [pretrained_models](./pretrained_models/) folder:
79
+
80
+
1.**MatterSim-v1.0.0-1M**: A mini version of the model that is faster to run.
81
+
2.**MatterSim-v1.0.0-5M**: A larger version of the model that is more accurate.
82
+
83
+
These models have been trained using the data generated through the workflows
84
+
introduced in the [MatterSim manuscript](https://arxiv.org/abs/2405.04967), which provides an in-depth
85
+
explanation of the methodologies underlying the MatterSim model.
86
+
87
+
More advanced and fully-supported pretrained versions of MatterSim,
88
+
and additional materials capabilities are available in
0 commit comments