File size: 1,974 Bytes
1dd8135 ea4b31f 1dd8135 788dc8d f94bb78 1dd8135 ea4b31f 1dd8135 788dc8d f94bb78 1dd8135 |
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 97 98 99 100 101 |
---
dataset_info:
- config_name: cpp-memory
features:
- name: id
dtype: int64
- name: problem_description
dtype: string
- name: instruction
dtype: int64
- name: solution_c
struct:
- name: code
dtype: string
- name: memory
dtype: string
splits:
- name: train
num_bytes: 407288655
num_examples: 120510
download_size: 45109744
dataset_size: 407288655
- config_name: cpp-runtime
features:
- name: id
dtype: int64
- name: problem_description
dtype: string
- name: instruction
dtype: int64
- name: solution_c
struct:
- name: code
dtype: string
- name: runtime
dtype: string
splits:
- name: train
num_bytes: 476017355
num_examples: 146252
download_size: 48765556
dataset_size: 476017355
- config_name: python3-memory
features:
- name: id
dtype: int64
- name: problem_description
dtype: string
- name: instruction
dtype: int64
- name: solution_c
struct:
- name: code
dtype: string
- name: memory
dtype: string
splits:
- name: train
num_bytes: 220026371
num_examples: 70741
download_size: 22028681
dataset_size: 220026371
- config_name: python3-runtime
features:
- name: id
dtype: int64
- name: problem_description
dtype: string
- name: instruction
dtype: int64
- name: solution_c
struct:
- name: code
dtype: string
- name: runtime
dtype: string
splits:
- name: train
num_bytes: 515355487
num_examples: 179660
download_size: 44145350
dataset_size: 515355487
configs:
- config_name: cpp-memory
data_files:
- split: train
path: cpp-memory/train-*
- config_name: cpp-runtime
data_files:
- split: train
path: cpp-runtime/train-*
- config_name: python3-memory
data_files:
- split: train
path: python3-memory/train-*
- config_name: python3-runtime
data_files:
- split: train
path: python3-runtime/train-*
---
|