Upload dataset
Browse files- Python/test-00000-of-00001.parquet +3 -0
- Python/train-00000-of-00001.parquet +3 -0
- README.md +29 -0
Python/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2020f8819de5e6b3f2dfb86204c7488014cf7ed073cc0e00f693b664dca5bb95
|
| 3 |
+
size 414591
|
Python/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:061f059985bcbd7875c4d5746d2770aeac94ac8b73e6d916254b417ce7f59fd4
|
| 3 |
+
size 3753614
|
README.md
CHANGED
|
@@ -46,6 +46,29 @@ dataset_info:
|
|
| 46 |
num_examples: 4339
|
| 47 |
download_size: 27097833
|
| 48 |
dataset_size: 71779002
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
configs:
|
| 50 |
- config_name: C
|
| 51 |
data_files:
|
|
@@ -59,4 +82,10 @@ configs:
|
|
| 59 |
path: Cpp/train-*
|
| 60 |
- split: test
|
| 61 |
path: Cpp/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
---
|
|
|
|
| 46 |
num_examples: 4339
|
| 47 |
download_size: 27097833
|
| 48 |
dataset_size: 71779002
|
| 49 |
+
- config_name: Python
|
| 50 |
+
features:
|
| 51 |
+
- name: identifier
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: space
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: input
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: target
|
| 58 |
+
dtype: float64
|
| 59 |
+
- name: metric_type
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: metadata
|
| 62 |
+
dtype: string
|
| 63 |
+
splits:
|
| 64 |
+
- name: train
|
| 65 |
+
num_bytes: 26732243
|
| 66 |
+
num_examples: 16158
|
| 67 |
+
- name: test
|
| 68 |
+
num_bytes: 2971352
|
| 69 |
+
num_examples: 1796
|
| 70 |
+
download_size: 4168205
|
| 71 |
+
dataset_size: 29703595
|
| 72 |
configs:
|
| 73 |
- config_name: C
|
| 74 |
data_files:
|
|
|
|
| 82 |
path: Cpp/train-*
|
| 83 |
- split: test
|
| 84 |
path: Cpp/test-*
|
| 85 |
+
- config_name: Python
|
| 86 |
+
data_files:
|
| 87 |
+
- split: train
|
| 88 |
+
path: Python/train-*
|
| 89 |
+
- split: test
|
| 90 |
+
path: Python/test-*
|
| 91 |
---
|