Add pipeline tag and links to paper/project page
Browse filesHi! I'm Niels from the community science team at Hugging Face.
I'm opening this PR to improve the model card for RealPDEBench. This includes:
- Adding the `pipeline_tag: other` to the metadata for better discoverability.
- Adding links to the associated [paper](https://huggingface.co/papers/2601.01829), project page, and GitHub repository.
- Cleaning up the formatting to align with standard Hugging Face Hub practices.
These changes make it easier for researchers to navigate between the checkpoints, the documentation, and the original research.
README.md
CHANGED
|
@@ -1,18 +1,21 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: cc-by-4.0
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
datasets:
|
| 11 |
-
- AI4Science-WestlakeU/RealPDEBench
|
| 12 |
---
|
| 13 |
|
| 14 |
# RealPDEBench Model Checkpoints
|
| 15 |
|
|
|
|
|
|
|
| 16 |
Trained model checkpoints for [RealPDEBench](https://github.com/AI4Science-WestlakeU/RealPDEBench), a benchmark for evaluating neural PDE solvers on real-world experimental data.
|
| 17 |
|
| 18 |
## Models (10 architectures)
|
|
@@ -141,4 +144,4 @@ If you find our work and/or our code useful, please cite us via:
|
|
| 141 |
|
| 142 |
## License
|
| 143 |
|
| 144 |
-
CC BY 4.0
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
+
- AI4Science-WestlakeU/RealPDEBench
|
| 4 |
license: cc-by-4.0
|
| 5 |
+
pipeline_tag: other
|
| 6 |
tags:
|
| 7 |
+
- physics
|
| 8 |
+
- pde
|
| 9 |
+
- neural-operator
|
| 10 |
+
- fluid-dynamics
|
| 11 |
+
- combustion
|
| 12 |
+
- benchmark
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# RealPDEBench Model Checkpoints
|
| 16 |
|
| 17 |
+
[Paper](https://huggingface.co/papers/2601.01829) | [Project Page](https://realpdebench.github.io/) | [GitHub](https://github.com/AI4Science-WestlakeU/RealPDEBench)
|
| 18 |
+
|
| 19 |
Trained model checkpoints for [RealPDEBench](https://github.com/AI4Science-WestlakeU/RealPDEBench), a benchmark for evaluating neural PDE solvers on real-world experimental data.
|
| 20 |
|
| 21 |
## Models (10 architectures)
|
|
|
|
| 144 |
|
| 145 |
## License
|
| 146 |
|
| 147 |
+
CC BY 4.0
|