devingulliver commited on
Commit
8ac77da
β€’
1 Parent(s): d2864b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(css=".gradio-container{max-width:95%!important} .tab-buttons butt
91
 
92
  with gr.Tab("βš–οΈ Comparison"):
93
  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.")
94
- gr.Dataframe(data[data["Name"].isin(["devingulliver/llama-pile-350b","RWKV/rwkv-4-1b5-pile","state-spaces/mamba-1.4b","danfu09/H3-1.3B"])].drop(["Type","Model Size","Base Model"], axis=1), datatype="markdown")
95
 
96
  with gr.Tab("πŸ“ About"):
97
  gr.Markdown("""
 
91
 
92
  with gr.Tab("βš–οΈ Comparison"):
93
  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.")
94
+ gr.Dataframe(data[data["Name"].isin(["devingulliver/llama-pile-350b","RWKV/rwkv-4-1b5-pile","state-spaces/mamba-1.4b","danfu09/H3-1.3B","state-spaces/mamba2-1.3b"])].drop(["Type","Model Size","Base Model"], axis=1), datatype="markdown")
95
 
96
  with gr.Tab("πŸ“ About"):
97
  gr.Markdown("""