commit0/commit0
收藏Hugging Face2024-12-01 更新2025-04-26 收录
下载链接:
https://hf-mirror.com/datasets/commit0/commit0
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: instance_id
dtype: string
- name: repo
dtype: string
- name: original_repo
dtype: string
- name: base_commit
dtype: string
- name: reference_commit
dtype: string
- name: setup
struct:
- name: install
dtype: string
- name: packages
sequence: string
- name: pip_packages
sequence: string
- name: pre_install
sequence: string
- name: python
dtype: string
- name: specification
dtype: string
- name: test
struct:
- name: test_cmd
dtype: string
- name: test_dir
dtype: string
- name: src_dir
dtype: string
splits:
- name: test
num_bytes: 20077
num_examples: 54
download_size: 21633
dataset_size: 20077
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
数据集信息(dataset_info):
特征:
- 实例ID(instance_id):字符串类型
- 代码仓库(repo):字符串类型
- 原始代码仓库(original_repo):字符串类型
- 基础提交(base_commit):字符串类型
- 参考提交(reference_commit):字符串类型
- 环境配置(setup):结构体,包含以下字段:
- 安装指令(install):字符串类型
- 软件包列表(packages):字符串序列
- Pip依赖包列表(pip_packages):字符串序列
- 预安装步骤(pre_install):字符串序列
- Python版本(python):字符串类型
- 配置说明(specification):字符串类型
- 测试配置(test):结构体,包含以下字段:
- 测试命令(test_cmd):字符串类型
- 测试目录(test_dir):字符串类型
- 源代码目录(src_dir):字符串类型
数据集划分(splits):
- 测试集(test):字节数20077,样本数量54
下载大小:21633字节
数据集总大小:20077字节
配置项(configs):
- 默认配置(default):数据文件配置为:针对测试集划分,路径为data/test-*
提供机构:
commit0


