Upload folder using huggingface_hub
Browse files- __pycache__/content.cpython-310.pyc +0 -0
- __pycache__/scorer.cpython-310.pyc +0 -0
- content.py +9 -0
__pycache__/content.cpython-310.pyc
CHANGED
Binary files a/__pycache__/content.cpython-310.pyc and b/__pycache__/content.cpython-310.pyc differ
|
|
__pycache__/scorer.cpython-310.pyc
CHANGED
Binary files a/__pycache__/scorer.cpython-310.pyc and b/__pycache__/scorer.cpython-310.pyc differ
|
|
content.py
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
TITLE = """<h1 align="center" id="space-title">Agent CTF Leaderboard</h1>"""
|
2 |
INTRODUCTION_TEXT = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
## Data
|
4 |
GAIA data can be found in [this dataset](https://huggingface.co/datasets/autogenCTF/CTFAIA). Questions are contained in `metadata.jsonl`. Some questions come with an additional folder, that can be found in the folder and whose id is given in the field `Annex`.
|
5 |
|
|
|
1 |
TITLE = """<h1 align="center" id="space-title">Agent CTF Leaderboard</h1>"""
|
2 |
INTRODUCTION_TEXT = """
|
3 |
+
阿里巴巴国际站与西北工业大学联合开发项目
|
4 |
+
|
5 |
+
网络空间安全学院-NLP&大模型安全课题组-高德宏&杨黎斌&刘鹏望&胥基&赖起敬&张一涵&周梓伦
|
6 |
+
|
7 |
+
[**[LeaderBoard]**](https://huggingface.co/spaces/autogenCTF/agent_ctf_leaderboard)
|
8 |
+
[**[Dataset]**](https://huggingface.co/datasets/autogenCTF/CTFAIA)
|
9 |
+
[**[CTF platform]**](http://47.251.44.45:8000)
|
10 |
+
[**[GitHub]**](https://github.com/Miracle-x/AutoGen-CTF)
|
11 |
+
|
12 |
## Data
|
13 |
GAIA data can be found in [this dataset](https://huggingface.co/datasets/autogenCTF/CTFAIA). Questions are contained in `metadata.jsonl`. Some questions come with an additional folder, that can be found in the folder and whose id is given in the field `Annex`.
|
14 |
|