mponty/code_champs_solutions
收藏资源简介:
--- dataset_info: features: - name: submission_id dtype: string - name: problem_id dtype: string - name: date dtype: int64 - name: language dtype: string - name: verdict dtype: string - name: cpu_time dtype: int64 - name: memory dtype: int64 - name: code dtype: string - name: source dtype: string - name: testcount dtype: int64 - name: lenght dtype: int64 splits: - name: train num_bytes: 48699691541 num_examples: 34994861 download_size: 18591747965 dataset_size: 48699691541 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "code_champs_solutions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
The dataset code_champs_solutions contains detailed information about programming competition solutions. Each entry includes submission ID, problem ID, submission date, programming language used, verdict, CPU time, memory usage, code content, source information, test count, and code length. The dataset is divided into a training set with 34994861 examples, totaling 48699691541 bytes.
数据集概述
数据集信息
特征
- submission_id: 字符串类型
- problem_id: 字符串类型
- date: 64位整数类型
- language: 字符串类型
- verdict: 字符串类型
- cpu_time: 64位整数类型
- memory: 64位整数类型
- code: 字符串类型
- source: 字符串类型
- testcount: 64位整数类型
- lenght: 64位整数类型
数据分割
- train:
- 字节数: 48699691541
- 样本数: 34994861
数据集大小
- 下载大小: 18591747965 字节
- 数据集大小: 48699691541 字节
配置
- default:
- 数据文件:
- 分割: train
- 路径: data/train-*
- 数据文件:



