Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
4b5186a
1
Parent(s):
1a935dd
update links
Browse files
app.py
CHANGED
@@ -587,7 +587,7 @@ def main():
|
|
587 |
* UMA models are based on Density Functional Theory (DFT) training datasets. DFT simulations are a commonly used quantum chemistry method to simulate and understand behavior at the atomic scale.
|
588 |
* UMA models are large mixture-of-linear-experts graph networks models trained on billions of atoms across five open-science simulation datasets released by the FAIR Chemistry team over the past 5 years. This demo uses the small UMA model with 146M total parameters, 32 experts, and 6M active parameters at any time to predict across all of these domains.
|
589 |
|
590 |
-
Read the UMA paper for details or download the UMA model and FAIR Chemistry repository to use this yourself!
|
591 |
"""
|
592 |
)
|
593 |
with gr.Accordion("Should I trust UMA?", open=False):
|
@@ -685,7 +685,7 @@ def main():
|
|
685 |
gr.Markdown(
|
686 |
"""
|
687 |
|
688 |
-
OMol25 comprises over 100 million calculations covering small molecules, biomolecules, metal complexes, and electrolytes.
|
689 |
|
690 |
**Relevant applications:** Biology, organic chemistry, protein folding, small-molecule pharmaceuticals, organic liquid properties, homogeneous catalysis
|
691 |
|
@@ -731,7 +731,7 @@ def main():
|
|
731 |
gr.Markdown(
|
732 |
"""
|
733 |
|
734 |
-
OC20 comprises >100 million calculations of small molecules adsorbed on catalyst surfaces formed from materials in the Materials Project.
|
735 |
|
736 |
**Relevant applications:** Renewable energy, catalysis, fuel cells, energy conversion, sustainable fertilizer production, chemical refining, plastics synthesis/upcycling
|
737 |
|
@@ -747,7 +747,7 @@ def main():
|
|
747 |
gr.Markdown(
|
748 |
"""
|
749 |
|
750 |
-
ODAC23 comprises >10 million calculations of CO2/H2O molecules adsorbed in Metal Organic Frameworks sampled from various open databases like CoreMOF.
|
751 |
|
752 |
**Relevant applications:** Direct air capture, carbon capture and storage, CO2 conversion, catalysis
|
753 |
|
|
|
587 |
* UMA models are based on Density Functional Theory (DFT) training datasets. DFT simulations are a commonly used quantum chemistry method to simulate and understand behavior at the atomic scale.
|
588 |
* UMA models are large mixture-of-linear-experts graph networks models trained on billions of atoms across five open-science simulation datasets released by the FAIR Chemistry team over the past 5 years. This demo uses the small UMA model with 146M total parameters, 32 experts, and 6M active parameters at any time to predict across all of these domains.
|
589 |
|
590 |
+
Read the UMA paper for details or [download the UMA model](https://huggingface.co/facebook/UMA) and [FAIR Chemistry repository](https://github.com/facebookresearch/fairchem) to use this yourself!
|
591 |
"""
|
592 |
)
|
593 |
with gr.Accordion("Should I trust UMA?", open=False):
|
|
|
685 |
gr.Markdown(
|
686 |
"""
|
687 |
|
688 |
+
[OMol25](https://arxiv.org/abs/2505.08762) comprises over 100 million calculations covering small molecules, biomolecules, metal complexes, and electrolytes.
|
689 |
|
690 |
**Relevant applications:** Biology, organic chemistry, protein folding, small-molecule pharmaceuticals, organic liquid properties, homogeneous catalysis
|
691 |
|
|
|
731 |
gr.Markdown(
|
732 |
"""
|
733 |
|
734 |
+
[OC20](https://pubs.acs.org/doi/abs/10.1021/acscatal.0c04525) comprises >100 million calculations of small molecules adsorbed on catalyst surfaces formed from materials in the Materials Project. It was updated to total energy predictions for the UMA release.
|
735 |
|
736 |
**Relevant applications:** Renewable energy, catalysis, fuel cells, energy conversion, sustainable fertilizer production, chemical refining, plastics synthesis/upcycling
|
737 |
|
|
|
747 |
gr.Markdown(
|
748 |
"""
|
749 |
|
750 |
+
[ODAC23](https://pubs.acs.org/doi/full/10.1021/acscentsci.3c01629) comprises >10 million calculations of CO2/H2O molecules adsorbed in Metal Organic Frameworks sampled from various open databases like CoreMOF. It was updated to total energy predictions for the UMA release.
|
751 |
|
752 |
**Relevant applications:** Direct air capture, carbon capture and storage, CO2 conversion, catalysis
|
753 |
|