Harryxun/testdata
收藏资源简介:
--- license: mit configs: - config_name: default data_files: - split: test path: data/test-* dataset_info: features: - name: buggy dtype: string - name: fixed dtype: string - name: buggy_submission_id dtype: string - name: fixed_submission_id dtype: string - name: problem_id dtype: string - name: lang dtype: string - name: buggy_verdict dtype: string splits: - name: test num_bytes: 583354753 num_examples: 485624 download_size: 159476211 dataset_size: 583354753 ---
许可证:MIT许可证 配置项: - 配置名称:默认(default) 数据文件: - 数据集划分(split):测试集(test) 路径:data/test-* 数据集信息: 特征字段: - 名称:缺陷代码(buggy),数据类型(data type):字符串(string) - 名称:修复后代码(fixed),数据类型(data type):字符串(string) - 名称:缺陷代码提交ID(buggy_submission_id),数据类型(data type):字符串(string) - 名称:修复代码提交ID(fixed_submission_id),数据类型(data type):字符串(string) - 名称:编程题ID(problem_id),数据类型(data type):字符串(string) - 名称:编程语言(lang),数据类型(data type):字符串(string) - 名称:缺陷代码判定结果(buggy_verdict),数据类型(data type):字符串(string) 数据集划分详情: - 划分名称:测试集(test) 字节大小:583354753 样本数量:485624 下载大小:159476211 数据集总大小:583354753



