This domain holds recipes for material science and related open models on Hugging Face: properties prediction, generative chemistry, surrogate models for simulation, and similar workflows.
All models live under models/. Each subfolder is one HF model or family:
- Example:
models/HydraGNN/— mlupopa/HydraGNN_Predictive_GFM_2024 on Hugging Face (atomistic graph foundation models); see itsREADME.md. models/README.md— folder naming (org__modelor public model name) and how to add a model.
For a file layout reference when adding a new model, use ../_template/.
Per-model recipes live in models/<model-slug>/recipes/.
- Create
models/<model-slug>/README.mdwith HF id, license, and upstream links. - Add recipes under
models/<model-slug>/recipes/. - Avoid committing large structure files or proprietary datasets; document download or generation steps instead.