Update content.py
Browse files- content.py +3 -1
content.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
TITLE = """<h1 align="center" id="space-title">Agent CTF Leaderboard</h1>"""
|
2 |
-
INTRODUCTION_TEXT = ""
|
|
|
|
|
3 |
_INTRODUCTION_TEXT = """
|
4 |
GAIA is a benchmark which aims at evaluating next-generation LLMs (LLMs with augmented capabilities due to added tooling, efficient prompting, access to search, etc). (See our [paper](https://arxiv.org/abs/2311.12983) for more details.)
|
5 |
|
|
|
1 |
TITLE = """<h1 align="center" id="space-title">Agent CTF Leaderboard</h1>"""
|
2 |
+
INTRODUCTION_TEXT = """
|
3 |
+
CTFAIA is a benchmark dedicated to evaluating the ability of next-generation LLMs in the field of cybersecurity,especially for solving CTF difficult problems.
|
4 |
+
"""
|
5 |
_INTRODUCTION_TEXT = """
|
6 |
GAIA is a benchmark which aims at evaluating next-generation LLMs (LLMs with augmented capabilities due to added tooling, efficient prompting, access to search, etc). (See our [paper](https://arxiv.org/abs/2311.12983) for more details.)
|
7 |
|