devingulliver
commited on
Commit
β’
03af7e5
1
Parent(s):
20cfd29
Prettify
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css=".gradio-container{max-width:95%!important} .tab-buttons butt
|
|
84 |
for filter in [colfilter,typefilter,archfilter,sizefilter]:
|
85 |
filter.input(filter_table, [colfilter,namefilter,typefilter,archfilter,sizefilter], table)
|
86 |
|
87 |
-
with gr.Tab("
|
88 |
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.")
|
89 |
gr.Dataframe(data[data["Name"].isin(["RWKV/rwkv-4-1b5-pile","state-spaces/mamba-1.4b","danfu09/H3-1.3B"])], datatype="markdown")
|
90 |
|
|
|
84 |
for filter in [colfilter,typefilter,archfilter,sizefilter]:
|
85 |
filter.input(filter_table, [colfilter,namefilter,typefilter,archfilter,sizefilter], table)
|
86 |
|
87 |
+
with gr.Tab("βοΈ Comparison"):
|
88 |
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.")
|
89 |
gr.Dataframe(data[data["Name"].isin(["RWKV/rwkv-4-1b5-pile","state-spaces/mamba-1.4b","danfu09/H3-1.3B"])], datatype="markdown")
|
90 |
|