devingulliver
commited on
Commit
β’
04b19ad
1
Parent(s):
e169d9c
Hide incomplete evals...
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(css=".gradio-container{max-width:95%!important} .tab-buttons butt
|
|
93 |
gr.Markdown("This tab temporarily disabled. If you need archived eval data, check the Files tab for data.csv.")
|
94 |
with gr.Tab("βοΈ Comparison"):
|
95 |
gr.Markdown("This table is whitelisted to one model per architecture, specifically 1.5B models trained on The Pile for 1 epoch, for a direct comparison of architectures.")
|
96 |
-
gr.Dataframe(data[data["Name"].isin(["devingulliver/llama-pile-350b","RWKV/rwkv-4-1b5-pile","state-spaces/mamba-1.4b","
|
97 |
|
98 |
with gr.Tab("π About"):
|
99 |
gr.Markdown("""
|
|
|
93 |
gr.Markdown("This tab temporarily disabled. If you need archived eval data, check the Files tab for data.csv.")
|
94 |
with gr.Tab("βοΈ Comparison"):
|
95 |
gr.Markdown("This table is whitelisted to one model per architecture, specifically 1.5B models trained on The Pile for 1 epoch, for a direct comparison of architectures.")
|
96 |
+
gr.Dataframe(data[data["Name"].isin(["devingulliver/llama-pile-350b","RWKV/rwkv-4-1b5-pile","state-spaces/mamba-1.4b","state-spaces/mamba2-1.3b"])].drop(["Type","Model Size","Base Model"], axis=1), datatype="markdown") # "danfu09/H3-1.3B"
|
97 |
|
98 |
with gr.Tab("π About"):
|
99 |
gr.Markdown("""
|