rookielixinye/CodeContests_apps_format
收藏Hugging Face2024-01-28 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/rookielixinye/CodeContests_apps_format
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: valid
path: data/valid-*
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: problem_id
dtype: string
- name: question
dtype: string
- name: solutions
struct:
- name: language
sequence: int64
- name: solution
sequence: string
- name: difficulty
dtype: int64
- name: url
dtype: int64
- name: starter_code
dtype: string
- name: input_output
dtype: string
splits:
- name: valid
num_bytes: 99771818
num_examples: 117
- name: train
num_bytes: 6927577268
num_examples: 13328
- name: test
num_bytes: 95023900
num_examples: 165
download_size: 2705024153
dataset_size: 7122372986
---
# Dataset Card for "CodeContests_apps_format"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
rookielixinye
原始信息汇总
数据集概述
数据集配置
- 默认配置:
- 数据文件:
- 验证集:路径为
data/valid-* - 训练集:路径为
data/train-* - 测试集:路径为
data/test-*
- 验证集:路径为
- 数据文件:
数据集信息
-
特征:
- problem_id:类型为字符串
- question:类型为字符串
- solutions:结构包含以下字段:
- language:类型为整数序列
- solution:类型为字符串序列
- difficulty:类型为整数
- url:类型为整数
- starter_code:类型为字符串
- input_output:类型为字符串
-
数据集划分:
- 验证集:
- 字节数:99771818
- 样本数:117
- 训练集:
- 字节数:6927577268
- 样本数:13328
- 测试集:
- 字节数:95023900
- 样本数:165
- 验证集:
-
数据集大小:
- 下载大小:2705024153 字节
- 数据集大小:7122372986 字节



