Upload dataset
Browse files- README.md +69 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: prob_desc_time_limit
|
5 |
+
dtype: string
|
6 |
+
- name: prob_desc_sample_outputs
|
7 |
+
dtype: string
|
8 |
+
- name: src_uid
|
9 |
+
dtype: string
|
10 |
+
- name: prob_desc_notes
|
11 |
+
dtype: string
|
12 |
+
- name: prob_desc_description
|
13 |
+
dtype: string
|
14 |
+
- name: prob_desc_output_spec
|
15 |
+
dtype: string
|
16 |
+
- name: prob_desc_input_spec
|
17 |
+
dtype: string
|
18 |
+
- name: prob_desc_output_to
|
19 |
+
dtype: string
|
20 |
+
- name: prob_desc_input_from
|
21 |
+
dtype: string
|
22 |
+
- name: lang
|
23 |
+
dtype: string
|
24 |
+
- name: lang_cluster
|
25 |
+
dtype: string
|
26 |
+
- name: difficulty
|
27 |
+
dtype: int64
|
28 |
+
- name: file_name
|
29 |
+
dtype: string
|
30 |
+
- name: code_uid
|
31 |
+
dtype: string
|
32 |
+
- name: prob_desc_memory_limit
|
33 |
+
dtype: string
|
34 |
+
- name: prob_desc_sample_inputs
|
35 |
+
dtype: string
|
36 |
+
- name: exec_outcome
|
37 |
+
dtype: string
|
38 |
+
- name: source_code
|
39 |
+
dtype: string
|
40 |
+
- name: prob_desc_created_at
|
41 |
+
dtype: string
|
42 |
+
- name: tags
|
43 |
+
sequence: string
|
44 |
+
- name: hidden_unit_tests
|
45 |
+
dtype: string
|
46 |
+
- name: labels
|
47 |
+
sequence: int64
|
48 |
+
splits:
|
49 |
+
- name: train
|
50 |
+
num_bytes: 8331398
|
51 |
+
num_examples: 2289
|
52 |
+
- name: validation
|
53 |
+
num_bytes: 980269
|
54 |
+
num_examples: 255
|
55 |
+
- name: test
|
56 |
+
num_bytes: 480657
|
57 |
+
num_examples: 134
|
58 |
+
download_size: 4453432
|
59 |
+
dataset_size: 9792324
|
60 |
+
configs:
|
61 |
+
- config_name: default
|
62 |
+
data_files:
|
63 |
+
- split: train
|
64 |
+
path: data/train-*
|
65 |
+
- split: validation
|
66 |
+
path: data/validation-*
|
67 |
+
- split: test
|
68 |
+
path: data/test-*
|
69 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8f431ccde850749c4bdd954d52156d95f0591570de1e90802af7ac5e3d3d621
|
3 |
+
size 240249
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0742a555506e9598c093cc9e3493473c061e3478d73de643a49d01045fa42b29
|
3 |
+
size 3751668
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5cb4c600a332f89be475012fa3b227e1e2cd4164428132648c4c94322f93e0c
|
3 |
+
size 461515
|