AkimfromParis commited on
Commit
a028d91
·
verified ·
1 Parent(s): 32e46f5

Update Introduction text bold and italics

Browse files
Files changed (1) hide show
  1. src/about.py +3 -3
src/about.py CHANGED
@@ -74,11 +74,11 @@ 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).
78
 
79
- 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 large language models (LLMs) organized by the _National Institute of Informatics_ with more than 1,500 participants from academia and industry. 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.
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
 
 
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).
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