File size: 2,008 Bytes
1d4b7f6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
---
dataset_info:
features:
- name: problem_id
dtype: string
- name: contestId
dtype: string
- name: problem_index
dtype: string
- name: programmingLanguage
dtype: string
- name: testset
dtype: string
- name: incorrect_passedTestCount
dtype: float64
- name: incorrect_timeConsumedMillis
dtype: float64
- name: incorrect_memoryConsumedBytes
dtype: float64
- name: incorrect_submission_id
dtype: string
- name: incorrect_source
dtype: string
- name: correct_passedTestCount
dtype: float64
- name: correct_timeConsumedMillis
dtype: int64
- name: correct_memoryConsumedBytes
dtype: int64
- name: correct_submission_id
dtype: string
- name: correct_source
dtype: string
- name: contest_name
dtype: string
- name: contest_type
dtype: string
- name: contest_start_year
dtype: int64
- name: time_limit
dtype: float64
- name: memory_limit
dtype: float64
- name: title
dtype: string
- name: description
dtype: string
- name: input_format
dtype: string
- name: output_format
dtype: string
- name: interaction_format
dtype: 'null'
- name: note
dtype: string
- name: examples
dtype: string
- name: rating
dtype: float64
- name: tags
dtype: string
- name: testset_size
dtype: int64
- name: official_tests
dtype: string
- name: official_tests_complete
dtype: bool
- name: input_mode
dtype: string
- name: generated_checker
dtype: string
- name: executable
dtype: bool
- name: official-generated_tests
dtype: string
- name: generated_test_size
dtype: int64
- name: PF_official_generated_tests
struct:
- name: failed
list: int64
- name: passed
list: int64
splits:
- name: train
num_bytes: 2149507990
num_examples: 7142
download_size: 639595776
dataset_size: 2149507990
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|