Partha117/apache_bugs_with_chunks
收藏资源简介:
--- dataset_info: features: - name: issue_id dtype: int64 - name: title dtype: string - name: body dtype: string - name: status dtype: string - name: after_fix_sha dtype: string - name: project_name dtype: string - name: repo_url dtype: string - name: repo_name dtype: string - name: language dtype: string - name: issue_url dtype: 'null' - name: before_fix_sha dtype: 'null' - name: pull_url dtype: 'null' - name: commit_datetime dtype: timestamp[us, tz=UTC] - name: report_datetime dtype: timestamp[us, tz=UTC] - name: updated_file dtype: string - name: chunk_content dtype: string splits: - name: train num_bytes: 1295665740 num_examples: 638182 download_size: 184713524 dataset_size: 1295665740 configs: - config_name: default data_files: - split: train path: data/train-* ---
数据集概述
数据集特征
- issue_id: 整数类型
- title: 字符串类型
- body: 字符串类型
- status: 字符串类型
- after_fix_sha: 字符串类型
- project_name: 字符串类型
- repo_url: 字符串类型
- repo_name: 字符串类型
- language: 字符串类型
- issue_url: 空值
- before_fix_sha: 空值
- pull_url: 空值
- commit_datetime: 时间戳类型,单位微秒,时区为UTC
- report_datetime: 时间戳类型,单位微秒,时区为UTC
- updated_file: 字符串类型
- chunk_content: 字符串类型
数据集划分
- train:
- 字节数: 1295665740
- 示例数: 638182
数据集大小
- 下载大小: 184713524
- 数据集大小: 1295665740
配置
- config_name: default
- data_files:
- split: train
- path: data/train-*
- split: train
- data_files:



