filipg7777 commited on
Commit
869c1c7
·
1 Parent(s): 1a7920e

Changing place

Browse files
Files changed (1) hide show
  1. src/abouts.py +6 -4
src/abouts.py CHANGED
@@ -4,14 +4,16 @@ HEADER_TITLE = """
4
  <h1 align="center" id="space-title">Adam Mickiewicz University's<br>Center for Artificial Intelligence</h1>
5
  <h2 align="center" id="space-subtitle">LLMzSzŁ: a comprehensive LLM benchmark for Polish</h2>
6
 
7
- <p>LLMzSzŁ (<i>LLM-y za Szkolną Ławą</i>, LLMs Behind the School Desk) is a comprehensive LLM benchmark for Polish,
8
- based on a collection of Polish national exams, including both academic
9
- and professional tests extracted from the archives of the Polish Central Examination Board.</p>
10
  </div>
11
  </div>
12
  """
13
 
14
- MAIN_DESC = """## Overall scores"""
 
 
 
 
 
15
 
16
  GIM_DESC = """### Middle School Exam
17
 
 
4
  <h1 align="center" id="space-title">Adam Mickiewicz University's<br>Center for Artificial Intelligence</h1>
5
  <h2 align="center" id="space-subtitle">LLMzSzŁ: a comprehensive LLM benchmark for Polish</h2>
6
 
 
 
 
7
  </div>
8
  </div>
9
  """
10
 
11
+ MAIN_DESC = """## Overall scores
12
+
13
+ **LLMzSzŁ** (_LLM-y za Szkolną Ławą_, LLMs Behind the School Desk) is a comprehensive LLM benchmark for Polish,
14
+ based on a collection of Polish national exams, including both academic
15
+ and professional tests extracted from the archives of the Polish Central Examination Board.
16
+ """
17
 
18
  GIM_DESC = """### Middle School Exam
19