Mollel commited on
Commit
d4f7af1
·
verified ·
1 Parent(s): 9b1fb46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
app.py CHANGED
@@ -278,6 +278,20 @@ def setup_sources():
278
  - [HF Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
279
  """
280
  )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
 
282
 
283
  def setup_disclaimer():
@@ -309,6 +323,7 @@ def main():
309
  # setup_sources()
310
  # setup_disclaimer()
311
  # setup_footer()
 
312
 
313
 
314
  if __name__ == "__main__":
 
278
  - [HF Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
279
  """
280
  )
281
+
282
+ def setup_Sponsorship():
283
+ st.markdown("## Sponsorship")
284
+ st.markdown(
285
+ # "The results of this leaderboard are collected from the individual papers and published results of the model "
286
+ # "authors. If you are interested in the sources of each individual reported model value, please visit the "
287
+ # f"[llm-leaderboard]({GITHUB_URL}) repository."
288
+ "The benchmark is English-based, and we need support translating it into Swahili."
289
+ "We welcome sponsorships to help advance this endeavor."
290
+ "Your sponsorship would facilitate this essential translation effort, bridging language barriers and making the benchmark "
291
+ "accessible to a broader audience. We're grateful for the dedication shown by our collaborators and aim to extend this impact "
292
+ "further with the support of sponsors committed to advancing language technologies."
293
+ "Any support please reach me: [email protected]"
294
+ )
295
 
296
 
297
  def setup_disclaimer():
 
323
  # setup_sources()
324
  # setup_disclaimer()
325
  # setup_footer()
326
+ setup_Sponsorship()
327
 
328
 
329
  if __name__ == "__main__":