AkimfromParis commited on
Commit
bc2c775
·
verified ·
1 Parent(s): 5703752

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +14 -17
src/about.py CHANGED
@@ -70,28 +70,13 @@ NUM_FEWSHOT = 0 # Change with your few shot
70
 
71
 
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.
78
 
79
  On the __"LLM Benchmark"__ page, the question mark **"?"** refers to the parameters that are unknown in the model card on Hugging Face. For more information about datasets, please consult the __"About"__ page or refer to the website of __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__. And on the __"Submit here!"__ page, you can evaluate the performance of your model, and be part of the leaderboard.
80
-
81
- <div style="display: flex; flex-direction: row; justify-content: space-around; align-items: center" dir="rtl">
82
- <a href="https://llm-jp.nii.ac.jp/en/">
83
- <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/LLM-jp-Logo-Oct-2024.png" alt="LLM-jp" style="max-height: 150px">
84
- </a>
85
- <a href="https://mdx.jp/">
86
- <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/MDX-Logo-Oct-2024.jpg" alt="MDX" style="max-height: 150px">
87
- </a>
88
- <a href="https://huggingface.co/">
89
- <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/HuggingFace-Logo-Oct-2024.png" alt="HuggingFace" style="max-height: 150px">
90
- </a>
91
- </div>
92
- </div>
93
- </div>
94
-
95
  """
96
 
97
  # Which evaluations are you running? how can people reproduce what you have?
@@ -225,4 +210,16 @@ CITATION_BUTTON_TEXT = r"""@misc{OJLL,
225
  primaryClass={cs.CL},
226
  url={https://arxiv.org/abs/2407.03963},
227
  }
228
- """
 
 
 
 
 
 
 
 
 
 
 
 
 
70
 
71
 
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.
78
 
79
  On the __"LLM Benchmark"__ page, the question mark **"?"** refers to the parameters that are unknown in the model card on Hugging Face. For more information about datasets, please consult the __"About"__ page or refer to the website of __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__. And on the __"Submit here!"__ page, you can evaluate the performance of your model, and be part of the leaderboard.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  """
81
 
82
  # Which evaluations are you running? how can people reproduce what you have?
 
210
  primaryClass={cs.CL},
211
  url={https://arxiv.org/abs/2407.03963},
212
  }
213
+ """
214
+
215
+ BOTTOM_LOGO = """
216
+ <div style="display: flex; flex-direction: row; justify-content">
217
+ <a href="https://llm-jp.nii.ac.jp/en/">
218
+ <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/LLM-jp-Logo-Oct-2024.png" alt="LLM-jp" style="max-height: 100px">
219
+ </a>
220
+ <a href="https://mdx.jp/">
221
+ <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/MDX-Logo-Oct-2024.jpg" alt="MDX" style="max-height: 100px">
222
+ </a>
223
+ <a href="https://huggingface.co/">
224
+ <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/HuggingFace-Logo-Oct-2024.png" alt="HuggingFace" style="max-height: 100px">
225
+ </a>