Spaces:
Running
Running
Mihail Yonchev
commited on
Commit
·
5f85ab9
1
Parent(s):
131edb5
chore: update title
Browse files- src/display/about.py +1 -1
src/display/about.py
CHANGED
@@ -42,7 +42,7 @@ class Tasks(Enum):
|
|
42 |
|
43 |
|
44 |
# Your leaderboard name
|
45 |
-
TITLE = """<h1 align="center" id="space-title">
|
46 |
|
47 |
# What does your leaderboard evaluate?
|
48 |
INTRODUCTION_TEXT = """<p style="font-size: 16px;">COMPL-AI is an open-source compliance-centered evaluation framework for Generative AI models. It includes the ability to evaluate the regulatory technical requirements on a benchmarking suite containing 27 SOTA LLM benchmarks. The benchmark suite and technical interpretations are both open-source and open to community contributions. For more information, please visit <a href="https://compl-ai.org" target="_blank">compl-ai.org</a>.</p>"""
|
|
|
42 |
|
43 |
|
44 |
# Your leaderboard name
|
45 |
+
TITLE = """<h1 align="center" id="space-title">EU AI Act Compliance Leaderboard</h1>"""
|
46 |
|
47 |
# What does your leaderboard evaluate?
|
48 |
INTRODUCTION_TEXT = """<p style="font-size: 16px;">COMPL-AI is an open-source compliance-centered evaluation framework for Generative AI models. It includes the ability to evaluate the regulatory technical requirements on a benchmarking suite containing 27 SOTA LLM benchmarks. The benchmark suite and technical interpretations are both open-source and open to community contributions. For more information, please visit <a href="https://compl-ai.org" target="_blank">compl-ai.org</a>.</p>"""
|