autophagycode_D_metrics_he_Qwen3-8B_lr0.0001_trust_g6
收藏Hugging Face2026-03-24 更新2026-03-25 收录
下载链接:
https://huggingface.co/datasets/stefanocarrera/autophagycode_D_metrics_he_Qwen3-8B_lr0.0001_trust_g6
下载链接
链接失效反馈官方服务:
资源简介:
该数据集包含164个训练样本,每个样本包含14个结构化字段,主要涉及代码执行指标和代码质量评估指标。具体字段包括:任务ID(task_id)、可执行状态(is_executable)、正确性标记(is_correct)、通过/失败的测试用例数(tests_passed/tests_failed)、测试运行时间(test_run_time_ms)、错误类型(error_type)、以及Halstead复杂度指标(halstead_vocabulary/length/volume/difficulty/effort)和可维护性指数(maintainability_index)。数据集仅包含训练集(train split),总大小约为18.9KB。该数据集适用于代码质量分析、程序正确性验证等软件工程研究任务。
创建时间:
2026-03-23
原始信息汇总
数据集概述
数据集基本信息
- 数据集名称: autophagycode_D_metrics_he_Qwen3-8B_lr0.0001_trust_g6
- 数据集地址: https://huggingface.co/datasets/stefanocarrera/autophagycode_D_metrics_he_Qwen3-8B_lr0.0001_trust_g6
- 总大小: 20326 字节
- 下载大小: 17435 字节
数据内容与结构
- 数据条目数: 164 个示例
- 数据分割: 仅包含一个 "train" 分割
- 数据文件路径:
data/train-*
数据特征(字段)
数据集包含以下字段:
- task_id: 字符串类型,任务标识符。
- entry_point: 字符串类型,入口点。
- is_executable: 布尔类型,表示代码是否可执行。
- is_correct: 布尔类型,表示代码是否正确。
- tests_passed: 整型,通过的测试数量。
- tests_failed: 整型,失败的测试数量。
- test_run_time_ms: 浮点型,测试运行时间(毫秒)。
- error_type: 字符串类型,错误类型。
- halstead_vocabulary: 整型,Halstead 词汇量。
- halstead_length: 整型,Halstead 长度。
- halstead_volume: 浮点型,Halstead 体积。
- halstead_difficulty: 浮点型,Halstead 难度。
- halstead_effort: 浮点型,Halstead 工作量。
- maintainability_index: 浮点型,可维护性指数。
- n_func_defined: 整型,定义的函数数量。
- entry_point_repeated: 布尔类型,入口点是否重复。



