autophagycode_D_metrics_he_Qwen3-0.6B_lr0.0001_scm_g6
收藏资源简介:
该数据集包含164个训练样本,存储大小为21KB,主要记录与代码执行和软件工程指标相关的数据。数据集包含17个字段,涵盖任务标识(task_id)、入口点(entry_point)、可执行状态(is_executable)、正确性标记(is_correct)、测试通过/失败数量(tests_passed/tests_failed)、测试运行时间(test_run_time_ms)、错误类型(error_type)等执行指标,以及Halstead复杂度指标(halstead_vocabulary/length/volume/difficulty/effort)、可维护性指数(maintainability_index)、函数定义数量(n_func_defined)等代码质量度量。数据适用于代码正确性验证、软件质量评估等任务。
This dataset contains 164 training samples with a storage size of 21 KB, mainly recording data related to code execution and software engineering metrics. It includes 17 fields, covering execution-related metrics such as task identifier (task_id), entry point (entry_point), executable status (is_executable), correctness flag (is_correct), number of passed/failed tests (tests_passed/tests_failed), test run time (test_run_time_ms), error type (error_type), as well as code quality metrics including Halstead complexity metrics (halstead_vocabulary/length/volume/difficulty/effort), maintainability index (maintainability_index), number of defined functions (n_func_defined), etc. This dataset is applicable to tasks such as code correctness verification and software quality assessment.
数据集概述
基本信息
- 数据集名称: autophagycode_D_metrics_he_Qwen3-0.6B_lr0.0001_scm_g6
- 来源地址: https://huggingface.co/datasets/stefanocarrera/autophagycode_D_metrics_he_Qwen3-0.6B_lr0.0001_scm_g6
- 数据集大小: 19656 字节
- 下载大小: 16557 字节
数据内容与结构
- 数据条目总数: 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: 布尔类型,入口点是否重复。




