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

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +6 -7
src/about.py CHANGED
@@ -72,7 +72,12 @@ 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
- BOTTOM_LOGO = """
 
 
 
 
 
76
  <div style="display: flex; flex-direction: row; justify-content: space-around; align-items: center" dir="rtl">
77
  <a href="https://llm-jp.nii.ac.jp/en/">
78
  <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">
@@ -86,13 +91,7 @@ BOTTOM_LOGO = """
86
  </div>
87
  </div>
88
  </div>
89
- """
90
-
91
- # What does your leaderboard evaluate?
92
- INTRODUCTION_TEXT = """
93
- 🇯🇵 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.
94
 
95
- 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.
96
  """
97
 
98
  # Which evaluations are you running? how can people reproduce what you have?
 
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">
 
91
  </div>
92
  </div>
93
  </div>
 
 
 
 
 
94
 
 
95
  """
96
 
97
  # Which evaluations are you running? how can people reproduce what you have?