Spaces:
Running
Running
update before triggering workflow
Browse files- .github/workflows/sync-hf.yaml +1 -1
- README.md +0 -5
.github/workflows/sync-hf.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
-
branches: [
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
+
branches: [space]
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
README.md
CHANGED
@@ -1,8 +1,3 @@
|
|
1 |
-
---
|
2 |
-
sdk: streamlit
|
3 |
-
sdk_version: 1.25.0 # The latest supported version
|
4 |
-
---
|
5 |
-
|
6 |
# mlip-arena
|
7 |
|
8 |
MLIP Arena is an open-source platform for benchmarking machine learning interatomic potentials (MLIPs). The platform provides a unified interface for users to evaluate the performance of their models on a variety of tasks, including single-point density functional theory calculations and molecular dynamics simulations. The platform is designed to be extensible, allowing users to contribute new models, benchmarks, and training data to the platform.
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# mlip-arena
|
2 |
|
3 |
MLIP Arena is an open-source platform for benchmarking machine learning interatomic potentials (MLIPs). The platform provides a unified interface for users to evaluate the performance of their models on a variety of tasks, including single-point density functional theory calculations and molecular dynamics simulations. The platform is designed to be extensible, allowing users to contribute new models, benchmarks, and training data to the platform.
|