AkimfromParis commited on
Commit
af79363
·
verified ·
1 Parent(s): 645919a

Bottom logos test 2

Browse files
Files changed (1) hide show
  1. src/about.py +15 -17
src/about.py CHANGED
@@ -72,6 +72,21 @@ NUM_FEWSHOT = 0 # Change with your few shot
72
  # Your leaderboard name
73
  TITLE = """<h1 align="center" id="space-title">🇯🇵Open Japanese LLM Leaderboard🌸</h1>"""
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  # What does your leaderboard evaluate?
76
  INTRODUCTION_TEXT = """
77
  🇯🇵 The __Open Japanese LLM Leaderboard__ 🌸 by __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__ evaluates the performance of Japanese Large Language Models (LLMs) with more than 16 tasks from classical to modern NLP tasks. The __Open Japanese LLM Leaderboard__ was built by open-source contributors of __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__, a cross-organizational project for the research and development of Japanese LLMs supported by the _National Institute of Informatics_ in Tokyo, Japan.
@@ -211,21 +226,4 @@ CITATION_BUTTON_TEXT = r"""@misc{OJLL,
211
  primaryClass={cs.CL},
212
  url={https://arxiv.org/abs/2407.03963},
213
  }
214
- """
215
-
216
- """
217
-
218
- <div style="display: flex; flex-direction: row; justify-content: space-around; align-items: center" dir="ltr">
219
- <a href="https://llm-jp.nii.ac.jp/en/">
220
- <img src="file/src/Logos-HQ/LLM-jp-Logo-Oct-2024.png" alt="LLM-jp" style="max-height: 100px">
221
- </a>
222
- <a href="https://mdx.jp/">
223
- <img src="file/src/Logos-HQ/MDX-Logo-Oct-2024.jpg" alt="MDX platform" style="max-height: 100px">
224
- </a>
225
- <a href="https://huggingface.co/">
226
- <img src="file/src/Logos-HQ/HuggingFace-Logo-Oct-2024.png" alt="Hugging Face" style="max-height: 100px">
227
- </a>
228
- </div>
229
- </div>
230
-
231
  """
 
72
  # Your leaderboard name
73
  TITLE = """<h1 align="center" id="space-title">🇯🇵Open Japanese LLM Leaderboard🌸</h1>"""
74
 
75
+ BOTTOM_LOGO = """<div style="display: flex; flex-direction: row; justify-content: space-around; align-items: center" dir="ltr">
76
+ <a href="https://llm-jp.nii.ac.jp/en/">
77
+ <img src="file/src/Logos-HQ/LLM-jp-Logo-Oct-2024.png" alt="LLM-jp" style="max-height: 100px">
78
+ </a>
79
+ <a href="https://mdx.jp/">
80
+ <img src="file/src/Logos-HQ/MDX-Logo-Oct-2024.jpg" alt="MDX platform" style="max-height: 100px">
81
+ </a>
82
+ <a href="https://huggingface.co/">
83
+ <img src="file/src/Logos-HQ/HuggingFace-Logo-Oct-2024.png" alt="Hugging Face" style="max-height: 100px">
84
+ </a>
85
+ </div>
86
+ </div>
87
+
88
+ """
89
+
90
  # What does your leaderboard evaluate?
91
  INTRODUCTION_TEXT = """
92
  🇯🇵 The __Open Japanese LLM Leaderboard__ 🌸 by __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__ evaluates the performance of Japanese Large Language Models (LLMs) with more than 16 tasks from classical to modern NLP tasks. The __Open Japanese LLM Leaderboard__ was built by open-source contributors of __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__, a cross-organizational project for the research and development of Japanese LLMs supported by the _National Institute of Informatics_ in Tokyo, Japan.
 
226
  primaryClass={cs.CL},
227
  url={https://arxiv.org/abs/2407.03963},
228
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  """