zulissimeta commited on
Commit
1483a62
·
1 Parent(s): d3943ba

emjoi and name

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +2 -5
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: FAIR Chem UMA Educational Demo
3
- emoji: 😻
4
  colorFrom: gray
5
  colorTo: gray
6
  sdk: gradio
 
1
  ---
2
+ title: FAIR Chem UMA Demo
3
+ emoji: ⚛️
4
  colorFrom: gray
5
  colorTo: gray
6
  sdk: gradio
app.py CHANGED
@@ -554,9 +554,6 @@ def main():
554
 
555
  gr.Markdown(
556
  """
557
-
558
-
559
-
560
  Once you understand how the UMA model can be applied to different types of molecules and materials, the final tab above will help you try it out with your own structures!
561
  """
562
  )
@@ -587,13 +584,13 @@ 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](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):
594
  gr.Markdown(
595
  """
596
- * The UMA model paper contains rigorous accuracy benchmarks on a number of validation sets across chemistry and materials science. As of model release the UMA model was at or near the state-of-the-art for generalization machine learning potentials. Read the UMA paper for details.
597
  * Rigorously predicting when AI/ML models will extrapolate (or not) to new domains is an ongoing research area. The best approach is to find or build benchmarks that are similar to the questions you are studying, or be prepared to run some DFT simulations on predictions to validate results on a sample of structures that are relevant to your research problem.
598
  """
599
  )
 
554
 
555
  gr.Markdown(
556
  """
 
 
 
557
  Once you understand how the UMA model can be applied to different types of molecules and materials, the final tab above will help you try it out with your own structures!
558
  """
559
  )
 
584
  * 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.
585
  * 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.
586
 
587
+ [Read the UMA paper for details](https://fburl.com/q8h083qs) or [download the UMA model](https://huggingface.co/facebook/UMA) and [FAIR Chemistry repository](https://github.com/facebookresearch/fairchem) to use this yourself!
588
  """
589
  )
590
  with gr.Accordion("Should I trust UMA?", open=False):
591
  gr.Markdown(
592
  """
593
+ * The UMA model paper contains rigorous accuracy benchmarks on a number of validation sets across chemistry and materials science. As of model release the UMA model was at or near the state-of-the-art for generalization machine learning potentials. [Read the UMA paper for details.](https://fburl.com/q8h083qs)
594
  * Rigorously predicting when AI/ML models will extrapolate (or not) to new domains is an ongoing research area. The best approach is to find or build benchmarks that are similar to the questions you are studying, or be prepared to run some DFT simulations on predictions to validate results on a sample of structures that are relevant to your research problem.
595
  """
596
  )