adt commited on
Commit
99023fa
·
1 Parent(s): 5be9e6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ dtypes = ["str" if c not in columns_to_click else "html" for c in dataframe.colu
59
 
60
  # %% app.ipynb 2
61
  title = """<h1 align="center">The Large Language Models Landscape</h1>"""
62
- description = """Large Language Models (LLMs) today come in a variety architectures and capabilities. This interactive landscape provides a visual overview of the most important LLMs, including their training data, size, release date, and whether they are openly accessible or not. It also includes notes on each model to provide additional context. This landscape is derived from data compiled by Dr. Alan D. Thompson at [lifearchitect.ai/models](https://lifearchitect.ai/models/).
63
  """
64
 
65
 
 
59
 
60
  # %% app.ipynb 2
61
  title = """<h1 align="center">The Large Language Models Landscape</h1>"""
62
+ description = """Large Language Models (LLMs) today come in a variety architectures and capabilities. This interactive landscape provides a visual overview of the most important LLMs, including their training data, size, release date, and whether they are openly accessible or not. It also includes notes on each model to provide additional context. This landscape is derived from data compiled by Dr. Alan D. Thompson at [LifeArchitect.ai/models-table](https://lifearchitect.ai/models-table/).
63
  """
64
 
65