Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## ctf-dataset
|
| 2 |
|
| 3 |
CTF 与网络安全知识的 ShareGPT/ChatML 风格 SFT 数据集,可用于 LoRA 微调。
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- zh
|
| 5 |
+
- en
|
| 6 |
+
pretty_name: CTF Dataset
|
| 7 |
+
task_categories:
|
| 8 |
+
- text-generation
|
| 9 |
+
- question-answering
|
| 10 |
+
tags:
|
| 11 |
+
- ctf
|
| 12 |
+
- cybersecurity
|
| 13 |
+
- capture-the-flag
|
| 14 |
+
- sft
|
| 15 |
+
- sharegpt
|
| 16 |
+
- chatml
|
| 17 |
+
size_categories:
|
| 18 |
+
- 1K<n<10K
|
| 19 |
+
configs:
|
| 20 |
+
- config_name: default
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train
|
| 23 |
+
path: ctf-dataset.jsonl
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
## ctf-dataset
|
| 27 |
|
| 28 |
CTF 与网络安全知识的 ShareGPT/ChatML 风格 SFT 数据集,可用于 LoRA 微调。
|