Each subdirectory under models/ is one model or framework for physics simulation ML — including surrogate models, neural operators, and foundation models for continuum dynamics, fluid dynamics, turbulence, plasma physics, and related multiphysics systems.
| Folder | HF id | Task |
|---|---|---|
MATEY/ |
N/A (train from scratch) | Multiscale adaptive transformer for spatiotemporal physical systems |
Walrus/ |
polymathic-ai/walrus |
1.3B cross-domain continuum dynamics foundation model |
Map the Hugging Face id org/model to a single directory name by replacing / with __ (double underscore).
Some folders use a public model name on disk (e.g. MATEY, Walrus) instead of org__model. In those cases the canonical Hugging Face id must be stated clearly at the top of that model's README.md.
- Create
models/<your-slug>/README.mdwith HF model id (orN/Awith alternate source), license, and upstream links (see../../_template/for layout). - Add recipes under
models/<your-slug>/recipes/. - Add ready-to-run scripts under
models/<your-slug>/examples/.