devingulliver
commited on
Commit
β’
a7b6b75
1
Parent(s):
c77d45c
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks(css=".gradio-container{max-width:95%!important} .tab-buttons butt
|
|
87 |
|
88 |
with gr.Tab("βοΈ Comparison"):
|
89 |
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.")
|
90 |
-
gr.Dataframe(data[data["Name"].isin(["RWKV/rwkv-4-1b5-pile","state-spaces/mamba-1.4b","danfu09/H3-1.3B"])], datatype="markdown")
|
91 |
|
92 |
with gr.Tab("π About"):
|
93 |
gr.Markdown("""
|
|
|
87 |
|
88 |
with gr.Tab("βοΈ Comparison"):
|
89 |
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.")
|
90 |
+
gr.Dataframe(data[data["Name"].isin(["RWKV/rwkv-4-1b5-pile","state-spaces/mamba-1.4b","danfu09/H3-1.3B"])].drop(["Type","Model Size","Base Model"], axis=1), datatype="markdown")
|
91 |
|
92 |
with gr.Tab("π About"):
|
93 |
gr.Markdown("""
|