MatrixStudio/Codeforces-Python-Submissions
Dataset Card for "Codeforces-Python-Submissions" More Information needed
451.4k
1---2dataset_info:3 features:4 - name: contestId5 dtype: int646 - name: index7 dtype: string8 - name: name9 dtype: string10 - name: type11 dtype: string12 - name: rating13 dtype: int6414 - name: tags15 sequence: string16 - name: title17 dtype: string18 - name: time-limit19 dtype: string20 - name: memory-limit21 dtype: string22 - name: problem-description23 dtype: string24 - name: input-specification25 dtype: string26 - name: output-specification27 dtype: string28 - name: demo-input29 sequence: string30 - name: demo-output31 sequence: string32 - name: note33 dtype: string34 - name: points35 dtype: float6436 - name: test_cases37 list:38 - name: input39 dtype: string40 - name: output41 dtype: string42 - name: creationTimeSeconds43 dtype: int6444 - name: relativeTimeSeconds45 dtype: int6446 - name: programmingLanguage47 dtype: string48 - name: verdict49 dtype: string50 - name: testset51 dtype: string52 - name: passedTestCount53 dtype: int6454 - name: timeConsumedMillis55 dtype: int6456 - name: memoryConsumedBytes57 dtype: int6458 - name: code59 dtype: string60 - name: prompt61 dtype: string62 - name: response63 dtype: string64 - name: score65 dtype: float6466 splits:67 - name: train68 num_bytes: 423392674069 num_examples: 62135670 - name: test71 num_bytes: 47012569372 num_examples: 6904073 download_size: 166305424174 dataset_size: 470405243375configs:76- config_name: default77 data_files:78 - split: train79 path: data/train-*80 - split: test81 path: data/test-*82---83# Dataset Card for "Codeforces-Python-Submissions"84 85[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)