hysts HF staff commited on
Commit
c95a7bd
·
1 Parent(s): aed7c1c
Files changed (1) hide show
  1. src/about.py +12 -3
src/about.py CHANGED
@@ -74,9 +74,18 @@ TITLE = """<h1 align="center" id="space-title">🇯🇵 Open Japanese LLM Leader
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?
 
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
78
+ the performance of Japanese Large Language Models (LLMs) with more than 16 tasks from
79
+ classical to modern NLP tasks. The __Open Japanese LLM Leaderboard__ was built by open-source
80
+ contributors of __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__, a cross-organizational project
81
+ for the research and development of Japanese LLMs supported by the _National Institute of
82
+ Informatics_ in Tokyo, Japan.
83
+
84
+ On the __"LLM Benchmark"__ page, the question mark **"?"** refers to the parameters that
85
+ are unknown in the model card on Hugging Face. For more information about datasets,
86
+ please consult the __"About"__ page or refer to the website of
87
+ __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__. And on the __"Submit here!"__ page, you can
88
+ evaluate the performance of your model, and be part of the leaderboard.
89
  """
90
 
91
  # Which evaluations are you running? how can people reproduce what you have?