Spaces:
Runtime error
Runtime error
Fix ref
Browse files
app.ipynb
CHANGED
@@ -376,7 +376,7 @@
|
|
376 |
"source": [
|
377 |
"# |export\n",
|
378 |
"title = \"\"\"<h1 align=\"center\">The Large Language Models Landscape</h1>\"\"\"\n",
|
379 |
-
"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 [
|
380 |
"\"\"\""
|
381 |
]
|
382 |
},
|
@@ -447,7 +447,7 @@
|
|
447 |
},
|
448 |
{
|
449 |
"cell_type": "code",
|
450 |
-
"execution_count":
|
451 |
"metadata": {},
|
452 |
"outputs": [],
|
453 |
"source": [
|
|
|
376 |
"source": [
|
377 |
"# |export\n",
|
378 |
"title = \"\"\"<h1 align=\"center\">The Large Language Models Landscape</h1>\"\"\"\n",
|
379 |
+
"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](https://lifearchitect.ai).\n",
|
380 |
"\"\"\""
|
381 |
]
|
382 |
},
|
|
|
447 |
},
|
448 |
{
|
449 |
"cell_type": "code",
|
450 |
+
"execution_count": 35,
|
451 |
"metadata": {},
|
452 |
"outputs": [],
|
453 |
"source": [
|
app.py
CHANGED
@@ -20,7 +20,7 @@ df = df.copy()[df["Parameters \n(B)"] != "TBA"]
|
|
20 |
|
21 |
# %% app.ipynb 6
|
22 |
title = """<h1 align="center">The Large Language Models Landscape</h1>"""
|
23 |
-
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 [
|
24 |
"""
|
25 |
|
26 |
# %% app.ipynb 7
|
|
|
20 |
|
21 |
# %% app.ipynb 6
|
22 |
title = """<h1 align="center">The Large Language Models Landscape</h1>"""
|
23 |
+
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](https://lifearchitect.ai).
|
24 |
"""
|
25 |
|
26 |
# %% app.ipynb 7
|