autophagycode_D_metrics_train_Qwen3-14B_lr0.0001_trust_g7
收藏资源简介:
该数据集包含与代码执行和质量评估相关的结构化数据。数据集由142个训练样本组成,每个样本包含多个特征字段,如任务ID(task_id)、入口点(entry_point)、是否可执行(is_executable)、是否正确(is_correct)、通过和失败的测试数量(tests_passed, tests_failed)、测试运行时间(test_run_time_ms)、错误类型(error_type)等。此外,还包括代码复杂度相关的Halstead度量(如词汇量、长度、体积、难度、工作量)以及可维护性指数(maintainability_index)和定义的函数数量(n_func_defined)。数据集适用于代码质量分析、自动化测试评估和软件工程研究等任务。
This dataset contains structured data related to code execution and quality assessment. It comprises 142 training samples, each containing multiple feature fields including task ID (task_id), entry point (entry_point), executability (is_executable), correctness (is_correct), counts of passed and failed tests (tests_passed, tests_failed), test run time in milliseconds (test_run_time_ms), error type (error_type), and more. Additionally, it includes Halstead metrics related to code complexity (such as vocabulary, length, volume, difficulty, and effort), maintainability index (maintainability_index), and the number of defined functions (n_func_defined). This dataset is applicable to tasks such as code quality analysis, automated test evaluation, and software engineering research.
数据集概述
基本信息
- 数据集名称: autophagycode_D_metrics_train_Qwen3-14B_lr0.0001_trust_g7
- 来源地址: https://huggingface.co/datasets/stefanocarrera/autophagycode_D_metrics_train_Qwen3-14B_lr0.0001_trust_g7
- 下载大小: 16976 字节
- 数据集大小: 16597 字节
数据内容
- 数据条目数: 142 个示例
- 数据分割: 仅包含训练集(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-*




