eduagarcia commited on
Commit
183ec61
1 Parent(s): 69215ae

Update src/display/about.py

Browse files
Files changed (1) hide show
  1. src/display/about.py +7 -11
src/display/about.py CHANGED
@@ -25,10 +25,6 @@ The leaderboard's backend runs on a [fork](https://github.com/eduagarcia/lm-eval
25
  {SUPPORT_DESCRIPTION}
26
  """
27
 
28
- CITATION_TEXT = ""
29
- if 'citation' in TASK_CONFIG['readme']:
30
- CITATION_TEXT += TASK_CONFIG['readme']['citation']
31
-
32
  task_count = 0
33
  TASKS_LIST= ""
34
  for task in Tasks:
@@ -113,13 +109,13 @@ To get more information about quantization, see:
113
 
114
  """
115
 
116
- if CITATION_TEXT:
117
- ABOUT_DESCRIPTION_CONTEXT += f"""
118
- ## Citation
119
-
120
- ```bibtex
121
- {CITATION_TEXT}
122
- ```
123
  """
124
 
125
  REMOTE_CODE_EXAPLANATION = f"- *Yes.*"
 
25
  {SUPPORT_DESCRIPTION}
26
  """
27
 
 
 
 
 
28
  task_count = 0
29
  TASKS_LIST= ""
30
  for task in Tasks:
 
109
 
110
  """
111
 
112
+ if 'citation' in TASK_CONFIG['readme']:
113
+ LLM_BENCHMARKS_TEXT += f"""
114
+ ## Citation
115
+
116
+ ```bibtex
117
+ {TASK_CONFIG['readme']['citation']}
118
+ ```
119
  """
120
 
121
  REMOTE_CODE_EXAPLANATION = f"- *Yes.*"