MLIP
MLFF
aixsim commited on
Commit
0b6a371
·
verified ·
1 Parent(s): 0160855

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ The evaluation results are available in [GAIA paper](https://arxiv.org/abs/2509.
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}'`
 
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 [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}'`