fernandoBoreal/bug_detection_dataset
收藏Hugging Face2024-05-30 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/fernandoBoreal/bug_detection_dataset
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: issue
struct:
- name: body
dtype: string
- name: comments
list:
- name: body
dtype: string
- name: created_at
dtype: string
- name: number
dtype: int64
- name: title
dtype: string
- name: pr
struct:
- name: body
dtype: string
- name: number
dtype: int64
- name: review_comments
list:
- name: body
dtype: string
- name: created_at
dtype: string
- name: title
dtype: string
- name: pr_details
struct:
- name: commits
list:
- name: message
dtype: string
- name: files
list:
- name: diff
dtype: string
- name: filename
dtype: string
- name: status
dtype: string
splits:
- name: train
num_bytes: 369013877
num_examples: 26246
download_size: 73947854
dataset_size: 369013877
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
提供机构:
fernandoBoreal
原始信息汇总
数据集概述
数据集特征
问题(issue)
- body: 字符串类型
- comments: 列表类型,包含:
- body: 字符串类型
- created_at: 字符串类型
- number: 整数类型(int64)
- title: 字符串类型
拉取请求(pr)
- body: 字符串类型
- number: 整数类型(int64)
- review_comments: 列表类型,包含:
- body: 字符串类型
- created_at: 字符串类型
- title: 字符串类型
拉取请求详情(pr_details)
- commits: 列表类型,包含:
- message: 字符串类型
- files: 列表类型,包含:
- diff: 字符串类型
- filename: 字符串类型
- status: 字符串类型
数据集分割
- train:
- num_bytes: 369013877
- num_examples: 26246
数据集大小
- download_size: 73947854
- dataset_size: 369013877
配置
- config_name: default
- data_files:
- split: train
- path: data/train-*



