GRIN-MoE-Demo commited on
Commit
38147f6
1 Parent(s): c0614f9

update arxiv

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ demo = gr.ChatInterface(
50
  ],
51
  cache_examples=True,
52
  title="😁 MoE",
53
- description="<font size='+1'>Demo for GRIN MoE (16x3.8B). Full paper to-be-released soon! Note that our model is not very stable on the provided challenging examples yet &#128513;</font><a href='https://huggingface.co/microsoft/GRIN-MoE'>Hugging Face</a> | <a href='https://huggingface.co/microsoft/GRIN-MoE/blob/main/GRIN_MoE.pdf'>Tech Report</a> | <a href='https://github.com/microsoft/GRIN-MoE'>Github</a>"
54
  )
55
 
56
 
 
50
  ],
51
  cache_examples=True,
52
  title="&#128513; MoE",
53
+ description="<font size='+1'>Demo for GRIN MoE (16x3.8B). Full paper to-be-released soon! Note that our model is not very stable on the provided challenging examples yet &#128513;</font><a href='https://huggingface.co/microsoft/GRIN-MoE'>Hugging Face</a> | <a href='https://arxiv.org/pdf/2409.12136'>Paper</a> | <a href='https://github.com/microsoft/GRIN-MoE'>Github</a>"
54
  )
55
 
56