euisuh15/cveFixes1
收藏Hugging Face2024-04-29 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/euisuh15/cveFixes1
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: file_name
dtype: string
- name: method_name
dtype: string
- name: code_before
dtype: string
- name: code_after
dtype: string
- name: func_before
dtype: string
- name: func_after
dtype: string
- name: diff
dtype: string
- name: num_lines_added
dtype: float64
- name: num_lines_deleted
dtype: float64
- name: num_lines_in_file
dtype: float64
- name: num_tokens_in_file
dtype: float64
- name: repo
dtype: string
- name: cve_id
dtype: string
- name: cwe_id
dtype: string
splits:
- name: c
num_bytes: 376249635
num_examples: 2621
- name: go
num_bytes: 16673352
num_examples: 145
- name: java
num_bytes: 26747914
num_examples: 573
- name: python
num_bytes: 78001734
num_examples: 587
- name: ruby
num_bytes: 16026947
num_examples: 453
download_size: 97738307
dataset_size: 513699582
configs:
- config_name: default
data_files:
- split: c
path: data/c-*
- split: go
path: data/go-*
- split: java
path: data/java-*
- split: python
path: data/python-*
- split: ruby
path: data/ruby-*
---
提供机构:
euisuh15
原始信息汇总
数据集概述
数据集特征
- file_name: 字符串类型
- method_name: 字符串类型
- code_before: 字符串类型
- code_after: 字符串类型
- func_before: 字符串类型
- func_after: 字符串类型
- diff: 字符串类型
- num_lines_added: 浮点数类型
- num_lines_deleted: 浮点数类型
- num_lines_in_file: 浮点数类型
- num_tokens_in_file: 浮点数类型
- repo: 字符串类型
- cve_id: 字符串类型
- cwe_id: 字符串类型
数据集分割
- c: 2621个样本,376249635字节
- go: 145个样本,16673352字节
- java: 573个样本,26747914字节
- python: 587个样本,78001734字节
- ruby: 453个样本,16026947字节
数据集大小
- 下载大小: 97738307字节
- 数据集大小: 513699582字节
配置文件
- config_name: default
- data_files:
- split: c, path: data/c-*
- split: go, path: data/go-*
- split: java, path: data/java-*
- split: python, path: data/python-*
- split: ruby, path: data/ruby-*



