First draft of new tab
Browse files
app.py
CHANGED
@@ -83,6 +83,10 @@ with gr.Blocks(css=".gradio-container{max-width:95%!important} .tab-buttons butt
|
|
83 |
|
84 |
for filter in [colfilter,typefilter,archfilter,sizefilter]:
|
85 |
filter.input(filter_table, [colfilter,namefilter,typefilter,archfilter,sizefilter], table)
|
|
|
|
|
|
|
|
|
86 |
|
87 |
with gr.Tab("π About"):
|
88 |
gr.Markdown("""
|
|
|
83 |
|
84 |
for filter in [colfilter,typefilter,archfilter,sizefilter]:
|
85 |
filter.input(filter_table, [colfilter,namefilter,typefilter,archfilter,sizefilter], table)
|
86 |
+
|
87 |
+
with gr.Tab("π
Architecture 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 |
|
91 |
with gr.Tab("π About"):
|
92 |
gr.Markdown("""
|