Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
---
|
| 5 |
license:
|
|
|
|
| 1 |
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: data/train-*
|
| 7 |
+
- split: test
|
| 8 |
+
path: data/test-*
|
| 9 |
+
- split: valid
|
| 10 |
+
path: data/valid-*
|
| 11 |
+
dataset_info:
|
| 12 |
+
features:
|
| 13 |
+
- name: input
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: output
|
| 16 |
+
sequence: string
|
| 17 |
+
- name: id
|
| 18 |
+
dtype: string
|
| 19 |
+
splits:
|
| 20 |
+
- name: train
|
| 21 |
+
num_bytes: 5575149.6
|
| 22 |
+
num_examples: 5200
|
| 23 |
+
- name: test
|
| 24 |
+
num_bytes: 696893.7
|
| 25 |
+
num_examples: 650
|
| 26 |
+
- name: valid
|
| 27 |
+
num_bytes: 696893.7
|
| 28 |
+
num_examples: 650
|
| 29 |
+
download_size: 1180383
|
| 30 |
+
dataset_size: 6968937.0
|
| 31 |
---
|
| 32 |
---
|
| 33 |
license:
|