laiviet commited on
Commit
90fafdc
1 Parent(s): a5244e0

Add credit

Browse files
Files changed (1) hide show
  1. content.py +13 -0
content.py CHANGED
@@ -22,6 +22,19 @@ Send an email with title [Open mLLM Loaderboard] to vietl@uoregon.edu with the h
22
  We will run your model on the four benchmarks and add it to the leaderboard.
23
  """
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  CITATION = f"""
26
  ## Citation
27
 
 
22
  We will run your model on the four benchmarks and add it to the leaderboard.
23
  """
24
 
25
+ CREDIT = f"""
26
+ ## Credit
27
+
28
+ To make this website, we use the following resources:
29
+
30
+ - Datasets (AI2_ARC, HellaSwag, MMLU, TruthfulQA)
31
+ - Funding and GPU access (Adobe Research)
32
+ - Evaluation code (EutherAI's lm_evaluation_harness repo)
33
+ - Leaderboard code (Huggingface4's open_llm_leaderboard repo)
34
+
35
+ """
36
+
37
+
38
  CITATION = f"""
39
  ## Citation
40