Commit
·
3f802bb
1
Parent(s):
b4f77b5
docs
Browse files
README.md
CHANGED
|
@@ -26,6 +26,8 @@ dataset_info:
|
|
| 26 |
dtype: string
|
| 27 |
- name: stderr
|
| 28 |
dtype: string
|
|
|
|
|
|
|
| 29 |
- name: description
|
| 30 |
dtype: string
|
| 31 |
- name: input
|
|
@@ -34,16 +36,16 @@ dataset_info:
|
|
| 34 |
dtype: string
|
| 35 |
splits:
|
| 36 |
- name: train
|
| 37 |
-
num_bytes:
|
| 38 |
-
num_examples:
|
| 39 |
- name: validation
|
| 40 |
-
num_bytes:
|
| 41 |
num_examples: 1105
|
| 42 |
- name: test
|
| 43 |
-
num_bytes:
|
| 44 |
num_examples: 100
|
| 45 |
-
download_size:
|
| 46 |
-
dataset_size:
|
| 47 |
- config_name: C++
|
| 48 |
features:
|
| 49 |
- name: problem_id
|
|
@@ -70,6 +72,8 @@ dataset_info:
|
|
| 70 |
dtype: string
|
| 71 |
- name: stderr
|
| 72 |
dtype: string
|
|
|
|
|
|
|
| 73 |
- name: description
|
| 74 |
dtype: string
|
| 75 |
- name: input
|
|
@@ -78,16 +82,16 @@ dataset_info:
|
|
| 78 |
dtype: string
|
| 79 |
splits:
|
| 80 |
- name: train
|
| 81 |
-
num_bytes:
|
| 82 |
-
num_examples:
|
| 83 |
- name: validation
|
| 84 |
-
num_bytes:
|
| 85 |
-
num_examples:
|
| 86 |
- name: test
|
| 87 |
-
num_bytes:
|
| 88 |
-
num_examples:
|
| 89 |
-
download_size:
|
| 90 |
-
dataset_size:
|
| 91 |
---
|
| 92 |
|
| 93 |
# About the Dataset
|
|
|
|
| 26 |
dtype: string
|
| 27 |
- name: stderr
|
| 28 |
dtype: string
|
| 29 |
+
- name: stdout
|
| 30 |
+
dtype: string
|
| 31 |
- name: description
|
| 32 |
dtype: string
|
| 33 |
- name: input
|
|
|
|
| 36 |
dtype: string
|
| 37 |
splits:
|
| 38 |
- name: train
|
| 39 |
+
num_bytes: 8237153
|
| 40 |
+
num_examples: 2557
|
| 41 |
- name: validation
|
| 42 |
+
num_bytes: 3497872
|
| 43 |
num_examples: 1105
|
| 44 |
- name: test
|
| 45 |
+
num_bytes: 205241
|
| 46 |
num_examples: 100
|
| 47 |
+
download_size: 19290233
|
| 48 |
+
dataset_size: 11940266
|
| 49 |
- config_name: C++
|
| 50 |
features:
|
| 51 |
- name: problem_id
|
|
|
|
| 72 |
dtype: string
|
| 73 |
- name: stderr
|
| 74 |
dtype: string
|
| 75 |
+
- name: stdout
|
| 76 |
+
dtype: string
|
| 77 |
- name: description
|
| 78 |
dtype: string
|
| 79 |
- name: input
|
|
|
|
| 82 |
dtype: string
|
| 83 |
splits:
|
| 84 |
- name: train
|
| 85 |
+
num_bytes: 482930200
|
| 86 |
+
num_examples: 68621
|
| 87 |
- name: validation
|
| 88 |
+
num_bytes: 1129323
|
| 89 |
+
num_examples: 125
|
| 90 |
- name: test
|
| 91 |
+
num_bytes: 40048505
|
| 92 |
+
num_examples: 4769
|
| 93 |
+
download_size: 378900920
|
| 94 |
+
dataset_size: 524108028
|
| 95 |
---
|
| 96 |
|
| 97 |
# About the Dataset
|