Add 'variable_substitution' config data files
Browse files
README.md
CHANGED
@@ -36,6 +36,24 @@ dataset_info:
|
|
36 |
num_examples: 5000
|
37 |
download_size: 487956
|
38 |
dataset_size: 1163137
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
configs:
|
40 |
- config_name: induction
|
41 |
data_files:
|
@@ -53,4 +71,12 @@ configs:
|
|
53 |
path: pattern_match/test-*
|
54 |
- split: validation
|
55 |
path: pattern_match/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
---
|
|
|
36 |
num_examples: 5000
|
37 |
download_size: 487956
|
38 |
dataset_size: 1163137
|
39 |
+
- config_name: variable_substitution
|
40 |
+
features:
|
41 |
+
- name: source
|
42 |
+
dtype: string
|
43 |
+
- name: target
|
44 |
+
dtype: string
|
45 |
+
splits:
|
46 |
+
- name: train
|
47 |
+
num_bytes: 109442
|
48 |
+
num_examples: 1000
|
49 |
+
- name: test
|
50 |
+
num_bytes: 542676
|
51 |
+
num_examples: 5000
|
52 |
+
- name: validation
|
53 |
+
num_bytes: 545317
|
54 |
+
num_examples: 5000
|
55 |
+
download_size: 390138
|
56 |
+
dataset_size: 1197435
|
57 |
configs:
|
58 |
- config_name: induction
|
59 |
data_files:
|
|
|
71 |
path: pattern_match/test-*
|
72 |
- split: validation
|
73 |
path: pattern_match/validation-*
|
74 |
+
- config_name: variable_substitution
|
75 |
+
data_files:
|
76 |
+
- split: train
|
77 |
+
path: variable_substitution/train-*
|
78 |
+
- split: test
|
79 |
+
path: variable_substitution/test-*
|
80 |
+
- split: validation
|
81 |
+
path: variable_substitution/validation-*
|
82 |
---
|
variable_substitution/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12d2cbc04e70da6f730b607725a491d5ea96e4c6998e330b13ee026c8d75cf09
|
3 |
+
size 176740
|
variable_substitution/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ec32adeacd978794bebbdfc832e9eada8cc34c63c09ed978bdebaa29e0deaea
|
3 |
+
size 36250
|
variable_substitution/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11fb0ef6ba8873942b621e69686b31d39f9e6a4fe29278d07c2312bec9118e6e
|
3 |
+
size 177148
|