devingulliver commited on
Commit
c0b8ece
β€’
1 Parent(s): ac6add0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(css=".gradio-container{max-width:95%!important} .tab-buttons butt
89
 
90
  with gr.Tab("βš–οΈ Comparison"):
91
  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.")
92
- 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")
93
 
94
  with gr.Tab("πŸ“ About"):
95
  gr.Markdown("""
 
89
 
90
  with gr.Tab("βš–οΈ Comparison"):
91
  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.")
92
+ 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")
93
 
94
  with gr.Tab("πŸ“ About"):
95
  gr.Markdown("""