Added info about model colors
Browse files
app.py
CHANGED
@@ -269,6 +269,7 @@ with gr.Blocks(title="PhyloLM", theme=gr.themes.Default()) as demo:
|
|
269 |
"- A similarity matrix (values range from 0 = dissimilar to 1 = highly similar). \n"
|
270 |
"- 2D and 3D scatter plots representing how close or far from each other LLMs are (plotted using UMAP). \n"
|
271 |
"- A tree to visualize distances between models (distance from leaf A to leaf B in the tree is similar to the distance between the two models)\n\n"
|
|
|
272 |
)
|
273 |
|
274 |
# Load models for the dropdown
|
|
|
269 |
"- A similarity matrix (values range from 0 = dissimilar to 1 = highly similar). \n"
|
270 |
"- 2D and 3D scatter plots representing how close or far from each other LLMs are (plotted using UMAP). \n"
|
271 |
"- A tree to visualize distances between models (distance from leaf A to leaf B in the tree is similar to the distance between the two models)\n\n"
|
272 |
+
"Models are colored according to their family (e.g., LLaMA, OPT, Mistral) for the ones that were in the original paper. Newly added models by users will be colored in grey. "
|
273 |
)
|
274 |
|
275 |
# Load models for the dropdown
|