autophagycode_D_metrics_he_Qwen3-0.6B_lr0.0001_scm_g9
收藏资源简介:
该数据集包含164个编程任务相关的结构化记录,存储于单一训练集分割中。每个样本包含16个特征字段,主要涵盖:1) 任务标识符(task_id)和入口点(entry_point);2) 程序执行状态(is_executable, is_correct)及测试结果(tests_passed, tests_failed, test_run_time_ms);3) 代码复杂度指标(halstead_vocabulary等5个Halstead度量值和maintainability_index);4) 函数定义数量(n_func_defined)和入口点重复标记(entry_point_repeated)。数据集未提供任务背景说明,但从特征设计推断适用于代码正确性验证、软件质量评估等编程相关研究。
This dataset contains 164 structured records related to programming tasks, which resides in a single training set split. Each sample includes 16 feature fields, primarily covering: 1) Task identifier (task_id) and entry point (entry_point); 2) Program execution status (is_executable, is_correct) and test results (tests_passed, tests_failed, test_run_time_ms); 3) Code complexity metrics: 5 Halstead metrics including halstead_vocabulary, as well as maintainability_index; 4) Number of function definitions (n_func_defined) and entry point repetition flag (entry_point_repeated). No task background descriptions are provided in this dataset; however, based on the feature design, it can be inferred that the dataset is suitable for programming-related research such as code correctness verification and software quality evaluation.
数据集概述
基本信息
- 数据集名称: autophagycode_D_metrics_he_Qwen3-0.6B_lr0.0001_scm_g9
- 来源地址: https://huggingface.co/datasets/stefanocarrera/autophagycode_D_metrics_he_Qwen3-0.6B_lr0.0001_scm_g9
- 下载大小: 16677 字节
- 数据集大小: 19656 字节
数据内容与结构
- 数据条目数量: 164 个示例
- 数据划分: 仅包含一个“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: 入口点是否重复(布尔类型)
配置信息
- 默认配置名称: default
- 数据文件路径: data/train-*




