Add MatNova model#318
Open
zzz-sl wants to merge 93 commits into
Open
Conversation
add esnet model
for more information, see https://pre-commit.ci
Correct the check error
for more information, see https://pre-commit.ci
Correct the check error
for more information, see https://pre-commit.ci
Add the comment # noqa: S301
for more information, see https://pre-commit.ci
Make modifications based on the check results
for more information, see https://pre-commit.ci
Make modifications based on the check results
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
add prediction results file
update checkpoint_url, pred_file_url and test set metrics
for more information, see https://pre-commit.ci
Collaborator
|
running |
Contributor
Author
|
Thanks for the reminder! There was an error in the kappa 103 JSON submission. Both the JSON file and the corresponding metrics results have now been updated. |
Collaborator
|
can you please run |
Contributor
Author
|
The required figures and per-element errors JSON have been uploaded. |
11b8e76 to
1e4ecf1
Compare
CompRhys
reviewed
Mar 31, 2026
| affiliation: Ningbo Institute of Artificial Intelligence Industry, Ningbo, China | ||
| orcid: https://orcid.org/0000-0002-7185-5044 | ||
| github: https://github.com/zzz-sl/ | ||
| repo: https://github.com/zzz-sl/matNova |
Collaborator
There was a problem hiding this comment.
populating these URLs feels like the last blocker to merge.
610666a to
0edb8a4
Compare
4c72f3f to
dc6b114
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Hi Matbench-Discovery team,
We are submitting MatNova-mptrj model to the leaderboard.
Please let us know if any additional adjustments are required.
Best
Checklist
Please open PRs as
draftand only mark asready to reviewafter checking off the following items:models/<arch_name>/<model_variant>.ymlfor my submission.arch_nameis the name of the architecture andmodel_variant.ymlincludes things like author details, training set names and important hyperparameters.Model.<model_variant>enum on theModelenum inenums.py.<yyyy-mm-dd>-<model_variant>-preds.csv.gz).<yyyy-mm-dd>-wbm-IS2RE-FIRE.jsonl.gz). JSON Lines allows fast loading of small numbers of structures withpandas.read_json(lines=True, nrows=100)for inspection.<yyyy-mm-dd>-kappa-103-FIRE-<values-of-dist|fmax|symprec>.gz).models/<arch_name>/<model_variant>.yml). If not using Figshare I have included the urls to the cloud storage service in the description of the PR.test_<arch_name>_<task>.pyfortaskindiscovery,kappa,diatomics) that generated the prediction files.Marking your PR as
ready to reviewwill trigger an automated code review, please address any issues raised by the automated review. For the maintainers minimizing the final human review process enables us to merge your submissions much faster!Additional Information (Optional)
train_<arch_name>.py) if I trained a model specifically for this benchmark.readme.mdwith additional details about my model.Summary by CodeRabbit
New Features
Documentation