akioi/lcb_ccp_easy
收藏Hugging Face2024-11-14 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/akioi/lcb_ccp_easy
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: question_title
dtype: string
- name: question_content
dtype: string
- name: platform
dtype: string
- name: question_id
dtype: string
- name: contest_id
dtype: string
- name: contest_date
dtype: timestamp[s]
- name: starter_code
dtype: string
- name: difficulty
dtype: string
- name: public_test_cases
dtype: string
- name: private_test_cases
dtype: string
- name: metadata
dtype: string
- name: solutions
list:
- name: idx
dtype: int64
- name: language
dtype: string
- name: original_code
dtype: string
- name: original_content
dtype: string
- name: rewritten_code
dtype: string
- name: rewritten_nl
dtype: string
- name: source
dtype: string
- name: translated_content
dtype: string
- name: hints
dtype: string
- name: pid
dtype: string
splits:
- name: train
num_bytes: 214588652
num_examples: 127
download_size: 201976216
dataset_size: 214588652
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
数据集信息:
特征字段:
- 问题标题(question_title):字符串(string)类型
- 问题内容(question_content):字符串(string)类型
- 平台(platform):字符串(string)类型
- 问题ID(question_id):字符串(string)类型
- 竞赛ID(contest_id):字符串(string)类型
- 竞赛日期(contest_date):秒级时间戳(timestamp[s])类型
- 起始代码(starter_code):字符串(string)类型
- 难度等级(difficulty):字符串(string)类型
- 公开测试用例(public_test_cases):字符串(string)类型
- 私有测试用例(private_test_cases):字符串(string)类型
- 元数据(metadata):字符串(string)类型
- 题解(solutions):列表类型,其元素包含如下子字段:
- 索引(idx):64位整型(int64)类型
- 编程语言(language):字符串(string)类型
- 原始代码(original_code):字符串(string)类型
- 原始文本内容(original_content):字符串(string)类型
- 重构代码(rewritten_code):字符串(string)类型
- 重构自然语言说明(rewritten_nl):字符串(string)类型
- 来源(source):字符串(string)类型
- 翻译后的文本内容(translated_content):字符串(string)类型
- 提示信息(hints):字符串(string)类型
- 项目ID(pid):字符串(string)类型
数据划分:
- 训练集(train):字节数214588652,样本数127
下载大小:201976216
数据集总大小:214588652
配置项:
- 配置名称:default(默认配置),对应数据文件如下:
- 训练集拆分:数据路径为data/train-*
提供机构:
akioi



