euisuh15/mmCodeQL89
收藏Hugging Face2024-01-18 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/euisuh15/mmCodeQL89
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: codes
dtype: string
- name: cwe
dtype: string
- name: codeql
dtype: string
- name: codeql_cwes
dtype: string
- name: codeql_correct
dtype: bool
- name: poison_code
dtype: string
- name: is_poison
dtype: bool
splits:
- name: train
num_bytes: 2486992
num_examples: 749
- name: test
num_bytes: 647266
num_examples: 188
download_size: 625385
dataset_size: 3134258
---
# Dataset Card for "mmCodeQL89"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
configs:
- config_name: 默认
data_files:
- split: 训练集
path: data/train-*
- split: 测试集
path: data/test-*
dataset_info:
features:
- name: 代码
dtype: 字符串
- name: 常见弱点枚举(CWE)
dtype: 字符串
- name: CodeQL
dtype: 字符串
- name: CodeQL检测到的常见弱点枚举
dtype: 字符串
- name: CodeQL检测结果是否正确
dtype: 布尔值
- name: 投毒代码
dtype: 字符串
- name: 是否为投毒样本
dtype: 布尔值
splits:
- name: 训练集
num_bytes: 2486992
num_examples: 749
- name: 测试集
num_bytes: 647266
num_examples: 188
download_size: 625385
dataset_size: 3134258
---
# mmCodeQL89数据集卡片
[需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
euisuh15
原始信息汇总
数据集概述
数据集配置
- 配置名称: default
- 数据文件:
- 训练集: 路径为
data/train-* - 测试集: 路径为
data/test-*
- 训练集: 路径为
数据集信息
-
特征:
- 名称: codes, cwe, codeql, codeql_cwes, codeql_correct, poison_code, is_poison
- 数据类型: string, string, string, string, bool, string, bool
-
拆分:
- 训练集:
- 字节数: 2486992
- 样本数: 749
- 测试集:
- 字节数: 647266
- 样本数: 188
- 训练集:
-
下载大小: 625385 字节
-
数据集大小: 3134258 字节



