devingulliver commited on
Commit
a7b6b75
β€’
1 Parent(s): c77d45c

Update app.py

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