3v324v23 commited on
Commit
e24dcd1
1 Parent(s): 4736a54

simple fix of columns

Browse files
Files changed (1) hide show
  1. 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 LLM GPU-Poor Leaderboard</h1>"""
4
 
5
  INTRODUCTION_TEXT = """
6
- 📐 The MOE LLM GPU-Poor Leaderboard aims to evaluate LLMs.
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
  """