Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,38 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
---
|
| 4 |
+
# MolPool GNN Models - CN and YSI Prediction
|
| 5 |
+
|
| 6 |
+
## Model Description
|
| 7 |
+
These are Graph Neural Network (GNN) models for predicting Cetane Number (CN)
|
| 8 |
+
and Yield Sooting Index (YSI) of fuel molecules, originally developed as part
|
| 9 |
+
of the MolPool software package.
|
| 10 |
+
|
| 11 |
+
## Original Source
|
| 12 |
+
These model weights are taken from **MolPool**, an open-source software package
|
| 13 |
+
for molecular property prediction.
|
| 14 |
+
|
| 15 |
+
- **Original Repository:** [https://gitlab.kuleuven.be/creas/vermeiregroup/molpool-for-fuels-properties]
|
| 16 |
+
- **Paper/Reference:** [https://doi.org/10.1016/j.fuel.2024.133218]
|
| 17 |
+
- **Original Authors:** [Roel J. Leenhouts,Tara Larsson,Sebastian Verhelst b, Florence H. Vermeire]
|
| 18 |
+
|
| 19 |
+
## License
|
| 20 |
+
These weights are redistributed under the original
|
| 21 |
+
[Creative Commons Attribution 4.0 International (CC-BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
|
| 22 |
+
license, as permitted by the original authors.
|
| 23 |
+
|
| 24 |
+
## Usage in This Project
|
| 25 |
+
These models are used as part of a mixture property prediction tool developed
|
| 26 |
+
as a capstone project. They are loaded via the HuggingFace Hub into a Gradio
|
| 27 |
+
Space for predicting fuel mixture properties.
|
| 28 |
+
|
| 29 |
+
## Citation
|
| 30 |
+
If you use these models, please cite the original MolPool work:
|
| 31 |
+
[Roel J. Leenhouts, Tara Larsson, Sebastian Verhelst, Florence H. Vermeire,
|
| 32 |
+
Property prediction of fuel mixtures using pooled graph neural networks,
|
| 33 |
+
Fuel,
|
| 34 |
+
Volume 381, Part B,
|
| 35 |
+
2025,
|
| 36 |
+
133218,
|
| 37 |
+
ISSN 0016-2361,
|
| 38 |
+
]
|