devingulliver commited on
Commit
81f4c34
β€’
1 Parent(s): 2620c5c

Update app.py

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