autophagycode_D_metrics_he_Qwen3-14B_lr0.0001_scm_g1
收藏资源简介:
该数据集包含164个编程任务相关的评估样本,主要记录代码执行结果和质量指标。数据结构包含16个特征字段:任务标识符(task_id)、入口函数(entry_point)、可执行状态(is_executable)、正确性标记(is_correct)、通过/失败的测试案例数(tests_passed/tests_failed)、运行时(未记录)、错误类型(error_type)等基础信息,以及Halstead软件复杂度指标(词汇量、长度、体积、难度、工作量)、可维护性指数(maintainability_index)、定义函数数量(n_func_defined)和入口点重复标记(entry_point_repeated)等代码质量度量。所有数据均存储在train拆分中,总大小约18.5KB。适用于代码正确性预测、软件质量分析等任务。
This dataset contains 164 evaluation samples related to programming tasks, primarily recording code execution results and quality metrics. The data structure includes 16 feature fields: basic information such as task identifier (task_id), entry function (entry_point), executable status (is_executable), correctness flag (is_correct), number of passed/failed test cases (tests_passed/tests_failed), runtime (unrecorded), error type (error_type) and other basic information, as well as code quality metrics including Halstead software complexity metrics (vocabulary, length, volume, difficulty, effort), maintainability index (maintainability_index), number of defined functions (n_func_defined), and entry point repetition flag (entry_point_repeated). All data is stored in the train split, with a total size of approximately 18.5 KB. This dataset is suitable for tasks such as code correctness prediction and software quality analysis.
数据集概述
基本信息
- 数据集名称: autophagycode_D_metrics_he_Qwen3-14B_lr0.0001_scm_g1
- 存储库地址: https://huggingface.co/datasets/stefanocarrera/autophagycode_D_metrics_he_Qwen3-14B_lr0.0001_scm_g1
- 数据量: 164 个样本
- 数据集大小: 18,563 字节
- 下载大小: 16,829 字节
- 数据格式: 结构化数据,包含多个特征字段
数据结构与特征
数据集包含以下特征字段:
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: 布尔类型,入口点是否重复。
数据划分
- 划分名称: train
- 样本数量: 164
- 字节大小: 18,563 字节
配置信息
- 配置名称: default
- 数据文件路径:
data/train-*




