craa commited on
Commit
cf466e5
·
verified ·
1 Parent(s): c0f37f6
Files changed (1) hide show
  1. README.md +75 -0
README.md CHANGED
@@ -87,6 +87,81 @@ configs:
87
  - split: validation
88
  path: resemble_to_push_frequency/validation.txt
89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  language:
91
  - en
92
  ---
 
87
  - split: validation
88
  path: resemble_to_push_frequency/validation.txt
89
 
90
+ - config_name: swap_last_to_carry
91
+ data_files:
92
+ - split: train
93
+ path: swap_last_to_carry/train.txt
94
+ - split: validation
95
+ path: swap_last_to_carry/validation.txt
96
+ - config_name: swap_last_to_drop
97
+ data_files:
98
+ - split: train
99
+ path: swap_last_to_drop/train.txt
100
+ - split: validation
101
+ path: swap_last_to_drop/validation.txt
102
+ - config_name: swap_last_to_hit
103
+ data_files:
104
+ - split: train
105
+ path: swap_last_to_hit/train.txt
106
+ - split: validation
107
+ path: swap_last_to_hit/validation.txt
108
+ - config_name: swap_last_to_push
109
+ data_files:
110
+ - split: train
111
+ path: swap_last_to_push/train.txt
112
+ - split: validation
113
+ path: swap_last_to_push/validation.txt
114
+
115
+ - config_name: swap_require_to_carry
116
+ data_files:
117
+ - split: train
118
+ path: swap_require_to_carry/train.txt
119
+ - split: validation
120
+ path: swap_require_to_carry/validation.txt
121
+ - config_name: swap_require_to_drop
122
+ data_files:
123
+ - split: train
124
+ path: swap_require_to_drop/train.txt
125
+ - split: validation
126
+ path: swap_require_to_drop/validation.txt
127
+ - config_name: swap_require_to_hit
128
+ data_files:
129
+ - split: train
130
+ path: swap_require_to_hit/train.txt
131
+ - split: validation
132
+ path: swap_require_to_hit/validation.txt
133
+ - config_name: swap_require_to_push
134
+ data_files:
135
+ - split: train
136
+ path: swap_require_to_push/train.txt
137
+ - split: validation
138
+ path: swap_require_to_push/validation.txt
139
+
140
+ - config_name: swap_take_to_carry
141
+ data_files:
142
+ - split: train
143
+ path: swap_take_to_carry/train.txt
144
+ - split: validation
145
+ path: swap_take_to_carry/validation.txt
146
+ - config_name: swap_take_to_drop
147
+ data_files:
148
+ - split: train
149
+ path: swap_take_to_drop/train.txt
150
+ - split: validation
151
+ path: swap_take_to_drop/validation.txt
152
+ - config_name: swap_take_to_hit
153
+ data_files:
154
+ - split: train
155
+ path: swap_take_to_hit/train.txt
156
+ - split: validation
157
+ path: swap_take_to_hit/validation.txt
158
+ - config_name: swap_take_to_push
159
+ data_files:
160
+ - split: train
161
+ path: swap_take_to_push/train.txt
162
+ - split: validation
163
+ path: swap_take_to_push/validation.txt
164
+
165
  language:
166
  - en
167
  ---