MLIP
MLFF
aixsim commited on
Commit
d507fd0
·
verified ·
1 Parent(s): 08764fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,11 +11,11 @@ datasets:
11
  SNet-T25 is an MLIP trained on the Titan25 dataset.
12
  It was designed for general chemical reactivity, including interfacial reactions,
13
  and trained on the eleven elements included in [Titan25](https://huggingface.co/datasets/aixsim/Titan25) (C, H, N, O, Ag, Au, Cu, Pd, Pt, Rh, Ru).
14
- Its evaluation results are available at [GAIA paper](https://arxiv.org/abs/2509.25798),
15
  which also provides full details of the model architecture and hyperparameters.
16
 
17
- The original SNet-T25 was trained using our in-house framework;
18
- we provide a converted version that can be directly used with [the SevenNet framework](https://github.com/MDIL-SNU/SevenNet).
19
  To enable compatibility, the user only need to apply the following minor modifications:
20
  - Modify line 5 in `SevenNet/sevenn/__init__.py` to, e.g., `__version__ = '0.11.0'`. This allows the user to use it without installing SevenNet.
21
  - Comment out line 332 in `SevenNet/sevenn/checkpoint.py`, i.e., `assert len(missing) == 0, f'Missing keys: {missing}'`
 
11
  SNet-T25 is an MLIP trained on the Titan25 dataset.
12
  It was designed for general chemical reactivity, including interfacial reactions,
13
  and trained on the eleven elements included in [Titan25](https://huggingface.co/datasets/aixsim/Titan25) (C, H, N, O, Ag, Au, Cu, Pd, Pt, Rh, Ru).
14
+ The evaluation results are available in [GAIA paper](https://arxiv.org/abs/2509.25798),
15
  which also provides full details of the model architecture and hyperparameters.
16
 
17
+ The original SNet-T25 was trained with our in-house framework;
18
+ we provide a converted checkpoint that can be used directly with [the SevenNet framework](https://github.com/MDIL-SNU/SevenNet).
19
  To enable compatibility, the user only need to apply the following minor modifications:
20
  - Modify line 5 in `SevenNet/sevenn/__init__.py` to, e.g., `__version__ = '0.11.0'`. This allows the user to use it without installing SevenNet.
21
  - Comment out line 332 in `SevenNet/sevenn/checkpoint.py`, i.e., `assert len(missing) == 0, f'Missing keys: {missing}'`