devingulliver commited on
Commit
20cfd29
β€’
1 Parent(s): 42e2af3

First draft of new tab

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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("""