AkimfromParis commited on
Commit
edf12b7
·
verified ·
1 Parent(s): c115d8c

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +16 -15
src/about.py CHANGED
@@ -70,7 +70,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
70
 
71
 
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 = """
@@ -193,6 +193,20 @@ If your model is displayed in the `FAILED` category, its execution stopped.
193
  Make sure you have followed the above steps first.
194
  If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
195
  """
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
197
  CITATION_BUTTON_TEXT = r"""@misc{OJLL,
198
  author = {Miyao, Yusuke and Ishida, Shigeki and Okamoto, Takumi and Han, Namgi and Mousterou, Akim and Fourrier, Clémentine and Hayashi, Toshihiro and Tachibana, Yuichiro},
@@ -210,17 +224,4 @@ CITATION_BUTTON_TEXT = r"""@misc{OJLL,
210
  primaryClass={cs.CL},
211
  url={https://arxiv.org/abs/2407.03963},
212
  }
213
- """
214
-
215
- BOTTOM_LOGO = """
216
- <div style="display: flex; flex-direction: row; justify-content">
217
- <a href="https://llm-jp.nii.ac.jp/en/">
218
- <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/LLM-jp-Logo-Oct-2024.png" alt="LLM-jp" style="max-height: 100px">
219
- </a>
220
- <a href="https://mdx.jp/">
221
- <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/MDX-Logo-Oct-2024.jpg" alt="MDX" style="max-height: 100px">
222
- </a>
223
- <a href="https://huggingface.co/">
224
- <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/HuggingFace-Logo-Oct-2024.png" alt="HuggingFace" style="max-height: 100px">
225
- </a>
226
- """
 
70
 
71
 
72
  # Your leaderboard name
73
+ TITLE = """<h1 align="center" id="space-title">🇯🇵 Open Japanese LLM Leaderboard 🌸<br>「オープン大規模言語モデルリーダーボード」</h1>"""
74
 
75
  # What does your leaderboard evaluate?
76
  INTRODUCTION_TEXT = """
 
193
  Make sure you have followed the above steps first.
194
  If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
195
  """
196
+
197
+ BOTTOM_LOGO = """
198
+ <div style="display: flex; flex-direction: row; justify-content">
199
+ <a href="https://llm-jp.nii.ac.jp/en/">
200
+ <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/LLM-jp-Logo-Oct-2024.png" alt="LLM-jp" style="max-height: 100px">
201
+ </a>
202
+ <a href="https://mdx.jp/">
203
+ <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/MDX-Logo-Oct-2024.jpg" alt="MDX" style="max-height: 100px">
204
+ </a>
205
+ <a href="https://huggingface.co/">
206
+ <img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/HuggingFace-Logo-Oct-2024.png" alt="HuggingFace" style="max-height: 100px">
207
+ </a>
208
+ """
209
+
210
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
211
  CITATION_BUTTON_TEXT = r"""@misc{OJLL,
212
  author = {Miyao, Yusuke and Ishida, Shigeki and Okamoto, Takumi and Han, Namgi and Mousterou, Akim and Fourrier, Clémentine and Hayashi, Toshihiro and Tachibana, Yuichiro},
 
224
  primaryClass={cs.CL},
225
  url={https://arxiv.org/abs/2407.03963},
226
  }
227
+ """