Adam Jirkovsky
commited on
Commit
·
38909e1
1
Parent(s):
c54febc
Remove redundant heading
Browse files- src/display/about.py +0 -2
src/display/about.py
CHANGED
@@ -42,7 +42,6 @@ Czech-Bench is developed by <a href="https://huggingface.co/CIIRC-NLP">CIIRC-NLP
|
|
42 |
|
43 |
# Which evaluations are you running? how can people reproduce what you have?
|
44 |
INTRODUCTION_TEXT = f"""
|
45 |
-
## Basic Information
|
46 |
The goal of the CzechBench project is to provide a comprehensive and practical benchmark for evaluating Czech language models.
|
47 |
Our [evaluation suite](https://github.com/jirkoada/czechbench_eval_harness/tree/main/lm_eval/tasks/czechbench#readme)
|
48 |
currently consists of 15 individual tasks, leveraging pre-existing Czech datasets together with new machine translations of popular LLM benchmarks,
|
@@ -59,7 +58,6 @@ This will not only improve the performance of your models but also enhance their
|
|
59 |
|
60 |
Below, you can find the up-to-date loaderboard of models evaluated on CzechBench.
|
61 |
For more information on the included benchmarks and instructions on evaluating your own models, please visit the "About" section below.
|
62 |
-
|
63 |
"""
|
64 |
# Czech-Bench is developed by <a href="https://huggingface.co/CIIRC-NLP">CIIRC-NLP</a>.
|
65 |
|
|
|
42 |
|
43 |
# Which evaluations are you running? how can people reproduce what you have?
|
44 |
INTRODUCTION_TEXT = f"""
|
|
|
45 |
The goal of the CzechBench project is to provide a comprehensive and practical benchmark for evaluating Czech language models.
|
46 |
Our [evaluation suite](https://github.com/jirkoada/czechbench_eval_harness/tree/main/lm_eval/tasks/czechbench#readme)
|
47 |
currently consists of 15 individual tasks, leveraging pre-existing Czech datasets together with new machine translations of popular LLM benchmarks,
|
|
|
58 |
|
59 |
Below, you can find the up-to-date loaderboard of models evaluated on CzechBench.
|
60 |
For more information on the included benchmarks and instructions on evaluating your own models, please visit the "About" section below.
|
|
|
61 |
"""
|
62 |
# Czech-Bench is developed by <a href="https://huggingface.co/CIIRC-NLP">CIIRC-NLP</a>.
|
63 |
|