simple fix of columns
Browse files- src/display/about.py +2 -5
src/display/about.py
CHANGED
@@ -1,13 +1,10 @@
|
|
1 |
from src.display.utils import ModelType
|
2 |
|
3 |
-
TITLE = """<h1 align="center" id="space-title">MOE
|
4 |
|
5 |
INTRODUCTION_TEXT = """
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
"""
|
10 |
-
|
11 |
LLM_BENCHMARKS_TEXT = f"""
|
12 |
|
13 |
"""
|
|
|
1 |
from src.display.utils import ModelType
|
2 |
|
3 |
+
TITLE = """<h1 align="center" id="space-title">OPEN-MOE-LLM-LEADERBOARD</h1>"""
|
4 |
|
5 |
INTRODUCTION_TEXT = """
|
6 |
+
The OPEN-MOE-LLM-LEADERBOARD is specifically designed to assess the performance and efficiency of various Mixture of Experts (MoE) Large Language Models (LLMs). This initiative, driven by the open-source community, aims to comprehensively evaluate these advanced MoE LLMs. We extend our gratitude to the Huggingface for the GPU community grant that supported the initial debugging process, and to [NetMind.AI](https://netmind.ai/home) for their generous GPU donation, which ensures the continuous operation of the Leaderboard.
|
|
|
|
|
7 |
"""
|
|
|
8 |
LLM_BENCHMARKS_TEXT = f"""
|
9 |
|
10 |
"""
|