Skip to content

Commit

Permalink
fix outdated model count in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Nov 4, 2023
1 parent 85a7959 commit efe3765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Matbench Discovery is an [interactive leaderboard](https://janosh.github.io/matbench-discovery/models) and associated [PyPI package](https://pypi.org/project/matbench-discovery) which together make it easy to rank ML energy models on a task designed to simulate a high-throughput discovery campaign for new stable inorganic crystals.

So far, we've tested 8 models covering multiple methodologies ranging from random forests with structure fingerprints to graph neural networks, from one-shot predictors to iterative Bayesian optimizers and interatomic potential relaxers.
We've tested <slot name="model-count" />models covering multiple methodologies ranging from random forests with structure fingerprints to graph neural networks, from one-shot predictors to iterative Bayesian optimizers and interatomic potential relaxers.

<slot name="best-report" />

Expand Down
1 change: 1 addition & 0 deletions site/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</script>

<Readme>
<span slot="model-count">{Object.keys(all_stats).length}&ensp;</span>
<div slot="best-report">
{#if best_model}
{@const { model_name, F1, R2, DAF, repo, doi } = best_model}
Expand Down

0 comments on commit efe3765

Please sign in to comment.