AkimfromParis commited on
Commit
1acd9b5
•
1 Parent(s): a028d91

Update Introduction text URL links llm-jp

Browse files
Files changed (1) hide show
  1. src/about.py +2 -2
src/about.py CHANGED
@@ -76,9 +76,9 @@ TITLE = """<h1 align="center" id="space-title">Open Japanese LLM Leaderboard</h1
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).
78
 
79
- The __Open Japanese LLM Leaderboard__ assesses language understanding of Japanese LLMs with more than 51 benchmarks from classical to modern NLP tasks such as Natural language inference, Question Answering, Machine Translation, Code Generation, Mathematical reasoning, Summarization, etc. It 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 organized by the __National Institute of Informatics__ in Tokyo, Japan with more than 1,500 participants from academia and industry.
80
 
81
- When you submit a model on the **"Submit here!"** page, it is automatically evaluated on a set of benchmarks. For more information, please consult the **"About"** page or refer to the website of [LLM-Jp](https://llm-jp.nii.ac.jp/en/)
82
 
83
  """
84
 
 
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).
78
 
79
+ The __Open Japanese LLM Leaderboard__ assesses language understanding of Japanese LLMs with more than 51 benchmarks from classical to modern NLP tasks such as Natural language inference, Question Answering, Machine Translation, Code Generation, Mathematical reasoning, Summarization, etc. 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 with more than 1,500 participants from academia and industry.
80
 
81
+ When you submit a model on the **"Submit here!"** page, it is automatically evaluated on a set of benchmarks. For more information, please consult the **"About"** page or refer to the website of __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__
82
 
83
  """
84