cgeorgiaw HF Staff commited on
Commit
78eacdc
Β·
1 Parent(s): 98ae5c5

adding two new models

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -80,6 +80,8 @@ def format_dataframe(df, show_percentage=False, selected_groups=None, compact_vi
80
  # β—† for AFLOW (out-of-distribution relative to reference dataset)
81
  elif name == 'AFLOW':
82
  symbols.append('β—†')
 
 
83
 
84
  return f"{name} {' '.join(symbols)}" if symbols else name
85
 
@@ -361,6 +363,7 @@ Generative machine learning models hold great promise for accelerating materials
361
 
362
  gr.Markdown("""
363
  **Symbol Legend:**
 
364
  - ⚑ Structures were already relaxed
365
  - β˜… Contributes to LeMat-Bulk reference dataset (in-distribution)
366
  - β—† Out-of-distribution relative to LeMat-Bulk reference dataset
 
80
  # β—† for AFLOW (out-of-distribution relative to reference dataset)
81
  elif name == 'AFLOW':
82
  symbols.append('β—†')
83
+ elif name == 'CrystaLLM-pi':
84
+ symbols.append('βœ…')
85
 
86
  return f"{name} {' '.join(symbols)}" if symbols else name
87
 
 
363
 
364
  gr.Markdown("""
365
  **Symbol Legend:**
366
+ - βœ… Model output verified
367
  - ⚑ Structures were already relaxed
368
  - β˜… Contributes to LeMat-Bulk reference dataset (in-distribution)
369
  - β—† Out-of-distribution relative to LeMat-Bulk reference dataset