sh1gechan commited on
Commit
5d9bf8c
1 Parent(s): 57750c1

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +3 -1
src/about.py CHANGED
@@ -75,7 +75,9 @@ TITLE = """<h1 align="center" id="space-title">LLM-JP leaderboard</h1>"""
75
 
76
  # What does your leaderboard evaluate?
77
  INTRODUCTION_TEXT = """
78
- Intro text
 
 
79
  """
80
 
81
  # Which evaluations are you running? how can people reproduce what you have?
 
75
 
76
  # What does your leaderboard evaluate?
77
  INTRODUCTION_TEXT = """
78
+ This Leader-Board automatically evaluates large-scale Japanese language models across multiple datasets.
79
+ Check here for supported evaluation methods.
80
+ https://github.com/llm-jp/llm-jp-eval/blob/main/DATASET.md
81
  """
82
 
83
  # Which evaluations are you running? how can people reproduce what you have?