Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
config_name: induction
|
| 4 |
+
features:
|
| 5 |
+
- name: source
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: target
|
| 8 |
+
dtype: string
|
| 9 |
+
splits:
|
| 10 |
+
- name: train
|
| 11 |
+
num_bytes: 98736
|
| 12 |
+
num_examples: 1000
|
| 13 |
+
- name: test
|
| 14 |
+
num_bytes: 490070
|
| 15 |
+
num_examples: 5000
|
| 16 |
+
- name: validation
|
| 17 |
+
num_bytes: 491609
|
| 18 |
+
num_examples: 5000
|
| 19 |
+
download_size: 370911
|
| 20 |
+
dataset_size: 1080415
|
| 21 |
+
configs:
|
| 22 |
+
- config_name: induction
|
| 23 |
+
data_files:
|
| 24 |
+
- split: train
|
| 25 |
+
path: induction/train-*
|
| 26 |
+
- split: test
|
| 27 |
+
path: induction/test-*
|
| 28 |
+
- split: validation
|
| 29 |
+
path: induction/validation-*
|
| 30 |
+
---
|
induction/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccef06a6590fc25e7072d05733e60da2c69ef136865da26e022e1e1498d7d2ed
|
| 3 |
+
size 168102
|
induction/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62acb7417ec9c9b484f16893a835a074a7ae0c14a27447e4b48b26f1cd606c40
|
| 3 |
+
size 34367
|
induction/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2c0d0c7fb86dbcace2773223fa3827505bd471e87729078aa8cf5815134dac
|
| 3 |
+
size 168442
|