Adamiros commited on
Commit
b117132
·
verified ·
1 Parent(s): 041fe0a

Update src/display/about.py

Browse files
Files changed (1) hide show
  1. src/display/about.py +2 -0
src/display/about.py CHANGED
@@ -55,6 +55,8 @@ For more information on the included benchmarks and instructions on evaluating y
55
 
56
  # Which evaluations are you running? how can people reproduce what you have?
57
  LLM_BENCHMARKS_TEXT = f"""
 
 
58
  The CzechBench evaluation suite is hosted on [GitHub](https://github.com/jirkoada/czechbench_eval_harness/tree/main/lm_eval/tasks/czechbench#readme).
59
  It is implemented on top of the popular [Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) framework, which provides extensive model compatibility and optimal evaluation efficiency.
60
 
 
55
 
56
  # Which evaluations are you running? how can people reproduce what you have?
57
  LLM_BENCHMARKS_TEXT = f"""
58
+ ## Basic Information
59
+
60
  The CzechBench evaluation suite is hosted on [GitHub](https://github.com/jirkoada/czechbench_eval_harness/tree/main/lm_eval/tasks/czechbench#readme).
61
  It is implemented on top of the popular [Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) framework, which provides extensive model compatibility and optimal evaluation efficiency.
62