Upload dataset
Browse files
README.md
CHANGED
@@ -40,6 +40,26 @@ dataset_info:
|
|
40 |
num_examples: 146252
|
41 |
download_size: 48765556
|
42 |
dataset_size: 476017355
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
configs:
|
44 |
- config_name: cpp-memory
|
45 |
data_files:
|
@@ -49,4 +69,8 @@ configs:
|
|
49 |
data_files:
|
50 |
- split: train
|
51 |
path: cpp-runtime/train-*
|
|
|
|
|
|
|
|
|
52 |
---
|
|
|
40 |
num_examples: 146252
|
41 |
download_size: 48765556
|
42 |
dataset_size: 476017355
|
43 |
+
- config_name: python3-runtime
|
44 |
+
features:
|
45 |
+
- name: id
|
46 |
+
dtype: int64
|
47 |
+
- name: problem_description
|
48 |
+
dtype: string
|
49 |
+
- name: instruction
|
50 |
+
dtype: int64
|
51 |
+
- name: solution_c
|
52 |
+
struct:
|
53 |
+
- name: code
|
54 |
+
dtype: string
|
55 |
+
- name: runtime
|
56 |
+
dtype: string
|
57 |
+
splits:
|
58 |
+
- name: train
|
59 |
+
num_bytes: 515355487
|
60 |
+
num_examples: 179660
|
61 |
+
download_size: 44145350
|
62 |
+
dataset_size: 515355487
|
63 |
configs:
|
64 |
- config_name: cpp-memory
|
65 |
data_files:
|
|
|
69 |
data_files:
|
70 |
- split: train
|
71 |
path: cpp-runtime/train-*
|
72 |
+
- config_name: python3-runtime
|
73 |
+
data_files:
|
74 |
+
- split: train
|
75 |
+
path: python3-runtime/train-*
|
76 |
---
|
python3-runtime/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:385e8931e57683253af35649134aaaa2249e9d0fefca34e73405673e7fb83f39
|
3 |
+
size 21636429
|
python3-runtime/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cd0da7693b0baf8abb10169b7ddb9f66855600d6977806a516c0fd0c8764d07
|
3 |
+
size 22508921
|