File size: 2,692 Bytes
ced4866 0f0035f 2f79c0c c51fd69 2f79c0c 0f0035f 1ca65fb c48bf8a d93c9dc c48bf8a d93c9dc 16d538c b668f9f 16d538c b668f9f 0f0035f 2f79c0c c51fd69 0f0035f 1ca65fb c48bf8a d93c9dc 16d538c b668f9f ced4866 |
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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
---
license: apache-2.0
dataset_info:
- config_name: benchmark-loop_with_variable_v2_no_k
features:
- name: code
dtype: string
- name: gsize
dtype: int64
- name: lsize
dtype: int64
- name: execution_time
dtype: float64
- name: input_sizes
dtype: string
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 2157459
num_examples: 5452
- name: validation
num_bytes: 242278
num_examples: 610
download_size: 97989419
dataset_size: 2399737
- config_name: github-200k
features:
- name: code
dtype: string
- name: gsize
dtype: int64
- name: lsize
dtype: int64
- name: execution_time
dtype: float64
- name: input_sizes
dtype: string
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 499610570
num_examples: 177892
- name: validation
num_bytes: 499610570
num_examples: 177892
download_size: 97669540
dataset_size: 999221140
- config_name: github-350k
features:
- name: code
dtype: string
- name: gsize
dtype: int64
- name: lsize
dtype: int64
- name: execution_time
dtype: float64
- name: input_sizes
dtype: string
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 2157459
num_examples: 5452
- name: validation
num_bytes: 29945960
num_examples: 36195
download_size: 101263343
dataset_size: 32103419
- config_name: github-400k
features:
- name: code
dtype: string
- name: gsize
dtype: int64
- name: lsize
dtype: int64
- name: execution_time
dtype: float64
- name: input_sizes
dtype: string
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 2157459
num_examples: 5452
- name: validation
num_bytes: 37244128
num_examples: 39975
download_size: 101546755
dataset_size: 39401587
configs:
- config_name: benchmark-loop_with_variable_v2_no_k
data_files:
- split: train
path: benchmark-loop_with_variable_v2_no_k/train-*
- split: validation
path: benchmark-loop_with_variable_v2_no_k/validation-*
- config_name: github-200k
data_files:
- split: train
path: github-200k/train-*
- split: validation
path: github-200k/validation-*
- config_name: github-350k
data_files:
- split: train
path: github-350k/train-*
- split: validation
path: github-350k/validation-*
- config_name: github-400k
data_files:
- split: train
path: github-400k/train-*
- split: validation
path: github-400k/validation-*
---
|