Update space
Browse files
app.py
CHANGED
@@ -339,6 +339,22 @@ with demo:
|
|
339 |
|
340 |
with gr.TabItem("📝 About", elem_id="llm-benchmark-tab-table", id=6):
|
341 |
ABOUT_TEXT = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
"""
|
343 |
gr.Markdown(ABOUT_TEXT, elem_classes="markdown-text")
|
344 |
|
|
|
339 |
|
340 |
with gr.TabItem("📝 About", elem_id="llm-benchmark-tab-table", id=6):
|
341 |
ABOUT_TEXT = """
|
342 |
+
# About Us
|
343 |
+
|
344 |
+
[Decentralized Arena](https://de-arena.maitrix.org/) is an open-source project that automates and scales the evaluation of large language models (LLMs) across various fine-grained dimensions,
|
345 |
+
developed by reseachers from UCSD, CMU, MBZUAI, [Maitrix.org](https://maitrix.org/) and [LLM360](https://www.llm360.ai/).
|
346 |
+
|
347 |
+
Stay tuned for more updates and new features!
|
348 |
+
|
349 |
+
## Team members
|
350 |
+
- Core members: Yanbin Yin, [Zhen Wang](https://zhenwang9102.github.io/), [Kun Zhou](https://lancelot39.github.io/), Xiangdong Zhang
|
351 |
+
- Contributors: [Shibo Hao](https://ber666.github.io/), [Yi Gu](https://www.yigu.page/), Jieyuan Liu, Somanshu Singla, [Tianyang Liu](https://leolty.github.io/)
|
352 |
+
- Advisors: [Eric P. Xing](https://www.cs.cmu.edu/~epxing/), [Zhengzhong Liu](https://hunterhector.github.io/), [Haojian Jin](https://www.haojianj.in/)
|
353 |
+
- Core advising: [Zhiting Hu](https://zhiting.ucsd.edu/)
|
354 |
+
|
355 |
+
## Contact Us
|
356 |
+
- Follow us on X, [Maitrix.org](https://twitter.com/MaitrixOrg) and [LLM360](https://twitter.com/llm360)
|
357 |
+
|
358 |
"""
|
359 |
gr.Markdown(ABOUT_TEXT, elem_classes="markdown-text")
|
360 |
|