本数据集是一个关于网络安全的中文对话数据集,采用 ShareGPT 格式,适用于语言模型的训练和微调。该数据集包含多个与网络安全相关的对话,能够帮助语言模型在网络安全领域进行学习与优化。数据集以 json 和 jsonl 两种格式提供,便于用户灵活使用。
每个数据样本的格式遵循 ShareGPT 的对话格式,结构如下:
{
"conversations": [
{
"from": "system",
"value": "..."
},
{
"from": "human",
"value": "..."
}… See the full description on the dataset page:
https://huggingface.co/datasets/ystemsrx/Cybersecurity-ShareGPT-Chinese.