andstor commited on
Commit
f1046e2
1 Parent(s): 1a9138e

Split text into source target

Browse files
Files changed (35) hide show
  1. README.md +0 -293
  2. data/fm+fc+c+m+f+t+tc/test-00000-of-00001.parquet +2 -2
  3. data/fm+fc+c+m+f+t+tc/train-00000-of-00001.parquet +2 -2
  4. data/fm+fc+c+m+f+t+tc/validation-00000-of-00001.parquet +2 -2
  5. data/fm+fc+c+m+t+tc/test-00000-of-00001.parquet +2 -2
  6. data/fm+fc+c+m+t+tc/train-00000-of-00001.parquet +2 -2
  7. data/fm+fc+c+m+t+tc/validation-00000-of-00001.parquet +2 -2
  8. data/fm+fc+c+t+tc/test-00000-of-00001.parquet +2 -2
  9. data/fm+fc+c+t+tc/train-00000-of-00001.parquet +2 -2
  10. data/fm+fc+c+t+tc/validation-00000-of-00001.parquet +2 -2
  11. data/fm+fc+t+tc/test-00000-of-00001.parquet +2 -2
  12. data/fm+fc+t+tc/train-00000-of-00001.parquet +2 -2
  13. data/fm+fc+t+tc/validation-00000-of-00001.parquet +2 -2
  14. data/fm+t/prediction-00000-of-00001.parquet +0 -3
  15. data/{fm+fc+c+m+f+t+tc/prediction-00000-of-00001.parquet → fm+t/test-00000-of-00000.parquet} +2 -2
  16. data/fm+t/test-00000-of-00001.parquet +0 -3
  17. data/fm+t/train-00000-of-00000.parquet +3 -0
  18. data/fm+t/train-00000-of-00001.parquet +0 -3
  19. data/{fm+fc+c+m+t+tc/prediction-00000-of-00001.parquet → fm+t/validation-00000-of-00000.parquet} +2 -2
  20. data/fm+t/validation-00000-of-00001.parquet +0 -3
  21. data/t+tc/prediction-00000-of-00001.parquet +0 -3
  22. data/{fm+fc+c+t+tc/prediction-00000-of-00001.parquet → t+tc/test-00000-of-00000.parquet} +2 -2
  23. data/t+tc/test-00000-of-00001.parquet +0 -3
  24. data/t+tc/train-00000-of-00000.parquet +3 -0
  25. data/t+tc/train-00000-of-00001.parquet +0 -3
  26. data/{fm+fc+t+tc/prediction-00000-of-00001.parquet → t+tc/validation-00000-of-00000.parquet} +2 -2
  27. data/t+tc/validation-00000-of-00001.parquet +0 -3
  28. data/t/prediction-00000-of-00001.parquet +0 -3
  29. data/t/test-00000-of-00001.parquet +2 -2
  30. data/t/train-00000-of-00001.parquet +2 -2
  31. data/t/validation-00000-of-00001.parquet +2 -2
  32. data/t_indented/prediction-00000-of-00001.parquet +0 -3
  33. data/t_indented/test-00000-of-00001.parquet +2 -2
  34. data/t_indented/train-00000-of-00001.parquet +2 -2
  35. data/t_indented/validation-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -29,8 +29,6 @@ configs:
29
  path: data/fm+t/test-*
30
  - split: validation
31
  path: data/fm+t/validation-*
32
- - split: prediction
33
- path: data/fm+t/prediction-*
34
  - config_name: fm+fc
35
  data_files:
36
  - split: train
@@ -47,8 +45,6 @@ configs:
47
  path: data/fm+fc+t+tc/test-*
48
  - split: validation
49
  path: data/fm+fc+t+tc/validation-*
50
- - split: prediction
51
- path: data/fm+fc+t+tc/prediction-*
52
  - config_name: fm+fc+c
53
  data_files:
54
  - split: train
@@ -65,8 +61,6 @@ configs:
65
  path: data/fm+fc+c+t+tc/test-*
66
  - split: validation
67
  path: data/fm+fc+c+t+tc/validation-*
68
- - split: prediction
69
- path: data/fm+fc+c+t+tc/prediction-*
70
  - config_name: fm+fc+c+m
71
  data_files:
72
  - split: train
@@ -83,8 +77,6 @@ configs:
83
  path: data/fm+fc+c+m+t+tc/test-*
84
  - split: validation
85
  path: data/fm+fc+c+m+t+tc/validation-*
86
- - split: prediction
87
- path: data/fm+fc+c+m+t+tc/prediction-*
88
  - config_name: fm+fc+c+m+f
89
  data_files:
90
  - split: train
@@ -101,8 +93,6 @@ configs:
101
  path: data/fm+fc+c+m+f+t+tc/test-*
102
  - split: validation
103
  path: data/fm+fc+c+m+f+t+tc/validation-*
104
- - split: prediction
105
- path: data/fm+fc+c+m+f+t+tc/prediction-*
106
  - config_name: t
107
  data_files:
108
  - split: train
@@ -111,8 +101,6 @@ configs:
111
  path: data/t/test-*
112
  - split: validation
113
  path: data/t/validation-*
114
- - split: prediction
115
- path: data/t/prediction-*
116
  - config_name: t_indented
117
  data_files:
118
  - split: train
@@ -121,8 +109,6 @@ configs:
121
  path: data/t_indented/test-*
122
  - split: validation
123
  path: data/t_indented/validation-*
124
- - split: prediction
125
- path: data/t_indented/prediction-*
126
  - config_name: t+tc
127
  data_files:
128
  - split: train
@@ -131,285 +117,6 @@ configs:
131
  path: data/t+tc/test-*
132
  - split: validation
133
  path: data/t+tc/validation-*
134
- - split: prediction
135
- path: data/t+tc/prediction-*
136
- dataset_info:
137
- - config_name: fm
138
- features:
139
- - name: id
140
- dtype: string
141
- - name: text
142
- dtype: string
143
- splits:
144
- - name: train
145
- num_bytes: 4696431
146
- num_examples: 7440
147
- - name: test
148
- num_bytes: 642347
149
- num_examples: 1017
150
- - name: validation
151
- num_bytes: 662917
152
- num_examples: 953
153
- download_size: 2633268
154
- dataset_size: 6001695
155
- - config_name: fm+fc
156
- features:
157
- - name: id
158
- dtype: string
159
- - name: text
160
- dtype: string
161
- splits:
162
- - name: train
163
- num_bytes: 5387123
164
- num_examples: 7440
165
- - name: test
166
- num_bytes: 738049
167
- num_examples: 1017
168
- - name: validation
169
- num_bytes: 757167
170
- num_examples: 953
171
- download_size: 2925807
172
- dataset_size: 6882339
173
- - config_name: fm+fc+c
174
- features:
175
- - name: id
176
- dtype: string
177
- - name: text
178
- dtype: string
179
- splits:
180
- - name: train
181
- num_bytes: 5906873
182
- num_examples: 7440
183
- - name: test
184
- num_bytes: 820149
185
- num_examples: 1017
186
- - name: validation
187
- num_bytes: 824441
188
- num_examples: 953
189
- download_size: 3170873
190
- dataset_size: 7551463
191
- - config_name: fm+fc+c+m
192
- features:
193
- - name: id
194
- dtype: string
195
- - name: text
196
- dtype: string
197
- splits:
198
- - name: train
199
- num_bytes: 11930672
200
- num_examples: 7440
201
- - name: test
202
- num_bytes: 1610045
203
- num_examples: 1017
204
- - name: validation
205
- num_bytes: 1553249
206
- num_examples: 953
207
- download_size: 5406454
208
- dataset_size: 15093966
209
- - config_name: fm+fc+c+m+f
210
- features:
211
- - name: id
212
- dtype: string
213
- - name: text
214
- dtype: string
215
- splits:
216
- - name: train
217
- num_bytes: 12722890
218
- num_examples: 7440
219
- - name: test
220
- num_bytes: 1713683
221
- num_examples: 1017
222
- - name: validation
223
- num_bytes: 1654607
224
- num_examples: 953
225
- download_size: 5753116
226
- dataset_size: 16091180
227
- - config_name: fm+fc+c+m+f+t+tc
228
- features:
229
- - name: id
230
- dtype: string
231
- - name: text
232
- dtype: string
233
- splits:
234
- - name: train
235
- num_bytes: 18218367
236
- num_examples: 7440
237
- - name: test
238
- num_bytes: 2454151
239
- num_examples: 1017
240
- - name: validation
241
- num_bytes: 2502379
242
- num_examples: 953
243
- - name: prediction
244
- num_bytes: 1915177
245
- num_examples: 1017
246
- download_size: 8717371
247
- dataset_size: 25090074
248
- - config_name: fm+fc+c+m+t+tc
249
- features:
250
- - name: id
251
- dtype: string
252
- - name: text
253
- dtype: string
254
- splits:
255
- - name: train
256
- num_bytes: 17426149
257
- num_examples: 7440
258
- - name: test
259
- num_bytes: 2350513
260
- num_examples: 1017
261
- - name: validation
262
- num_bytes: 2401021
263
- num_examples: 953
264
- - name: prediction
265
- num_bytes: 1811539
266
- num_examples: 1017
267
- download_size: 8624984
268
- dataset_size: 23989222
269
- - config_name: fm+fc+c+t+tc
270
- features:
271
- - name: id
272
- dtype: string
273
- - name: text
274
- dtype: string
275
- splits:
276
- - name: train
277
- num_bytes: 11402350
278
- num_examples: 7440
279
- - name: test
280
- num_bytes: 1560617
281
- num_examples: 1017
282
- - name: validation
283
- num_bytes: 1672213
284
- num_examples: 953
285
- - name: prediction
286
- num_bytes: 1021643
287
- num_examples: 1017
288
- download_size: 6175964
289
- dataset_size: 15656823
290
- - config_name: fm+fc+t+tc
291
- features:
292
- - name: id
293
- dtype: string
294
- - name: text
295
- dtype: string
296
- splits:
297
- - name: train
298
- num_bytes: 10882600
299
- num_examples: 7440
300
- - name: test
301
- num_bytes: 1478517
302
- num_examples: 1017
303
- - name: validation
304
- num_bytes: 1604939
305
- num_examples: 953
306
- - name: prediction
307
- num_bytes: 939543
308
- num_examples: 1017
309
- download_size: 5926176
310
- dataset_size: 14905599
311
- - config_name: fm+t
312
- features:
313
- - name: id
314
- dtype: string
315
- - name: text
316
- dtype: string
317
- splits:
318
- - name: train
319
- num_bytes: 8859676
320
- num_examples: 7440
321
- - name: test
322
- num_bytes: 1203645
323
- num_examples: 1017
324
- - name: validation
325
- num_bytes: 1332986
326
- num_examples: 953
327
- - name: prediction
328
- num_bytes: 702248
329
- num_examples: 1017
330
- download_size: 5065578
331
- dataset_size: 12098555
332
- - config_name: fm_indented
333
- features:
334
- - name: id
335
- dtype: string
336
- - name: text
337
- dtype: string
338
- splits:
339
- - name: train
340
- num_bytes: 5054397
341
- num_examples: 7440
342
- - name: test
343
- num_bytes: 692948
344
- num_examples: 1017
345
- - name: validation
346
- num_bytes: 714462
347
- num_examples: 953
348
- download_size: 2703115
349
- dataset_size: 6461807
350
- - config_name: t
351
- features:
352
- - name: id
353
- dtype: string
354
- - name: text
355
- dtype: string
356
- splits:
357
- - name: train
358
- num_bytes: 4286329
359
- num_examples: 7440
360
- - name: test
361
- num_bytes: 578148
362
- num_examples: 1017
363
- - name: validation
364
- num_bytes: 685835
365
- num_examples: 953
366
- - name: prediction
367
- num_bytes: 76751
368
- num_examples: 1017
369
- download_size: 2483161
370
- dataset_size: 5627063
371
- - config_name: t+tc
372
- features:
373
- - name: id
374
- dtype: string
375
- - name: text
376
- dtype: string
377
- splits:
378
- - name: train
379
- num_bytes: 5618561
380
- num_examples: 7440
381
- - name: test
382
- num_bytes: 757318
383
- num_examples: 1017
384
- - name: validation
385
- num_bytes: 863538
386
- num_examples: 953
387
- - name: prediction
388
- num_bytes: 218344
389
- num_examples: 1017
390
- download_size: 3052841
391
- dataset_size: 7457761
392
- - config_name: t_indented
393
- features:
394
- - name: id
395
- dtype: string
396
- - name: text
397
- dtype: string
398
- splits:
399
- - name: train
400
- num_bytes: 4576493
401
- num_examples: 7440
402
- - name: test
403
- num_bytes: 619508
404
- num_examples: 1017
405
- - name: validation
406
- num_bytes: 730409
407
- num_examples: 953
408
- - name: prediction
409
- num_bytes: 83585
410
- num_examples: 1017
411
- download_size: 2503838
412
- dataset_size: 6009995
413
  tags:
414
  - unit test
415
  - java
 
29
  path: data/fm+t/test-*
30
  - split: validation
31
  path: data/fm+t/validation-*
 
 
32
  - config_name: fm+fc
33
  data_files:
34
  - split: train
 
45
  path: data/fm+fc+t+tc/test-*
46
  - split: validation
47
  path: data/fm+fc+t+tc/validation-*
 
 
48
  - config_name: fm+fc+c
49
  data_files:
50
  - split: train
 
61
  path: data/fm+fc+c+t+tc/test-*
62
  - split: validation
63
  path: data/fm+fc+c+t+tc/validation-*
 
 
64
  - config_name: fm+fc+c+m
65
  data_files:
66
  - split: train
 
77
  path: data/fm+fc+c+m+t+tc/test-*
78
  - split: validation
79
  path: data/fm+fc+c+m+t+tc/validation-*
 
 
80
  - config_name: fm+fc+c+m+f
81
  data_files:
82
  - split: train
 
93
  path: data/fm+fc+c+m+f+t+tc/test-*
94
  - split: validation
95
  path: data/fm+fc+c+m+f+t+tc/validation-*
 
 
96
  - config_name: t
97
  data_files:
98
  - split: train
 
101
  path: data/t/test-*
102
  - split: validation
103
  path: data/t/validation-*
 
 
104
  - config_name: t_indented
105
  data_files:
106
  - split: train
 
109
  path: data/t_indented/test-*
110
  - split: validation
111
  path: data/t_indented/validation-*
 
 
112
  - config_name: t+tc
113
  data_files:
114
  - split: train
 
117
  path: data/t+tc/test-*
118
  - split: validation
119
  path: data/t+tc/validation-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  tags:
121
  - unit test
122
  - java
data/fm+fc+c+m+f+t+tc/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c294066f208036976f00e94207c2a7559b62098441f84427529dd5eb8b6fd0c
3
- size 873081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b918d272a7e713ed9de795c2d6b53b7c92540b5619fda638e2fd00da0943aec6
3
+ size 889678
data/fm+fc+c+m+f+t+tc/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d6982afb4e4b369d636e73a8d855051cd1287c9ae2abb69d50dbc4c6214a955
3
- size 6354765
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf60df63b3aed4a444c87c6de75be9cad9e7fdbced641311d3ba6d98e64fe36
3
+ size 6522761
data/fm+fc+c+m+f+t+tc/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:844a87df685eb26d84485e19c06c1fc7ba3b2f7524d58845b845b20fb698ffac
3
- size 828825
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a0956aea38239e1b8d811b59b3223d8da8f2b7aa89536564d9f21babc835489
3
+ size 868546
data/fm+fc+c+m+t+tc/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6a23d239b26d1fe636c5880bfa178f52c205bbecf55e77f504133c0dd16ef9e
3
- size 863700
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5908d3a67a35523693af1b9afadf13d50fd90e44e8e8cb8b378390235ffc9ce
3
+ size 878549
data/fm+fc+c+m+t+tc/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1dec2143ba49cb9c9d2981888d9f95de3db9b1b3e02ad9980cdc21f2b0da0899
3
- size 6278798
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:384225cf60bf90f3e2ee632fc75d655287a64adbb37348ceca92d710a7e63aac
3
+ size 6441625
data/fm+fc+c+m+t+tc/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dca81fb5d7cb3bc842058f2b30b32c4557e92fb88199cd320873f6b96dc0522c
3
- size 832296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5821ae673b4bd136ba90be49feb76d016770136735ee8218d91dcb073a2c8f94
3
+ size 858048
data/fm+fc+c+t+tc/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9216da3cd77e25f36ea6719f70163ba16f06e01cd02b01e77b1009242715b184
3
- size 624708
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6afe56a777ce58361a44630f024786e27f28abf18b5291299eeb4ac00de966a5
3
+ size 640191
data/fm+fc+c+t+tc/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03dd1ade9f05a1ddc8cfb9084e89760f5c1df3191844233799cc0f29360ddb08
3
- size 4525059
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce81de11ff859e598078657dccad6358ac5322997e6eb5d4869b1e779544d104
3
+ size 4663717
data/fm+fc+c+t+tc/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dfdc9ebd55f053f9e94f446044298c4ae037c966b8054e0c7512554e64bfaf7d
3
- size 613721
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fc9ef9461448f54805755b8f4157c9ee90ce0aba15600aaaec3f2e22158df52
3
+ size 640574
data/fm+fc+t+tc/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08e88394befb4b3d8b4be2556dd58b0708c8ee7543f4ea8f486c44ef346b829f
3
- size 598305
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16cf648b1c52d7a1a07c3c3cd6b57fa95b2fd6023535a3cf92cb9d1cfacaf23f
3
+ size 613824
data/fm+fc+t+tc/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2327bb0c7e6f6423ca21663c448af3c4369192b32ae42923539a869815c6b3ab
3
- size 4350064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43db66a59acc2223b3b94505c8c12ed4f9fdd91bda9ed8e8c6fc328a62448ffc
3
+ size 4484983
data/fm+fc+t+tc/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39a8020e016fe163d1ae2d9065b14a6a7ecedf1a11d3c29a6864efa965aeb024
3
- size 591676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5402b1048786b693959dd6b644ff9dcb7efe95d648649cfe3dd8d24f4da83d50
3
+ size 616528
data/fm+t/prediction-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:518006d4ca8d8b6d97a735004b0ace29839ea2bb32e89aec4e5c1e8ce598c5ad
3
- size 307233
 
 
 
 
data/{fm+fc+c+m+f+t+tc/prediction-00000-of-00001.parquet → fm+t/test-00000-of-00000.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2af1bc3e936e2f7fc7b77931144c741b3b5b51fcf17d9262b3d470fa3150ed17
3
- size 660700
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8803a53d8aa562efc9363dad4179b27af7cf8e2f230300c8a1d095483d6c1011
3
+ size 528184
data/fm+t/test-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:01e98da5e1a12d57b2822d219daf3535bcb550d0883ffffa68e19c01670c29be
3
- size 517984
 
 
 
 
data/fm+t/train-00000-of-00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37bd79aaeb3f012cadcbbde5631821d0bacbeceeeef3d30ab323fa092f5d6021
3
+ size 3846158
data/fm+t/train-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0c9045bfd05aa954d968c281013610a3f295871bd4f19a8e760ba594cf7aba7
3
- size 3734308
 
 
 
 
data/{fm+fc+c+m+t+tc/prediction-00000-of-00001.parquet → fm+t/validation-00000-of-00000.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80aee7f83b414df408d7d636dd0719d8cbbc3276753f1b301610dd0efd717b8d
3
- size 650190
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0430cf38ddb233fc878f17b102405ff588f1561224f784bf4109a6c5496064c1
3
+ size 524116
data/fm+t/validation-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d6dc9cfafdeb7cf3df190325f30e7188a811c723363a4d130ad989e90cfc7f0
3
- size 506053
 
 
 
 
data/t+tc/prediction-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:625a8e1288a510110c19bf6339d0f88ecca046909f05c742b28196616a6a4a2f
3
- size 97568
 
 
 
 
data/{fm+fc+c+t+tc/prediction-00000-of-00001.parquet → t+tc/test-00000-of-00000.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5400eb73cd620ce490f019142233c034f1a1adc1459c341e0d143efee16ec78d
3
- size 412476
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d42080a49caacc740be69a259822b3e212781ff8a1edfe02d23668c3bfeb67c
3
+ size 325010
data/t+tc/test-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:42e919d19959f2c616202c61851f4ba5d68cf57c4aa0c8041f31a381ab88d87c
3
- size 318557
 
 
 
 
data/t+tc/train-00000-of-00000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb67e5f92575f535313183f5dc07bb7f2ebad451aaa81f583252f3f24bd1df8
3
+ size 2367064
data/t+tc/train-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:39d583862b1dd27fa5de772819987cfb6926dacbc430ee748e5dbab2adfbe048
3
- size 2316173
 
 
 
 
data/{fm+fc+t+tc/prediction-00000-of-00001.parquet → t+tc/validation-00000-of-00000.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dd49c0356ee892675fa5e8afc44183c7baf2e441080b6e506ae9062d92c2137
3
- size 386131
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04827659d4d430ed8508de7b84e6e998047d6baeb574e19d1b969c0cbd2be3e3
3
+ size 332612
data/t+tc/validation-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:efeb16e0254fef4dd10550fd506e1c4cfe0d16c9dedf8c6de89234b23adf9807
3
- size 320543
 
 
 
 
data/t/prediction-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1c4ba24fcba86d5a9d88a15135ada27e57997b3c71b8101b80df1045d66a1cd
3
- size 40959
 
 
 
 
data/t/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f56c4ac6cfe605e04a07bf45d542852c3c9d9a09b8a71587e22ef67f7b3d7ef3
3
- size 264854
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2da573f87392f0e18f00b6456f8a86bf8c69af1b27c0b883dbe4067de417a0
3
+ size 262046
data/t/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e65bce71c2dc0dc80b49a09a407103858ab69c4743c29b00f2c0e4cdb94cc9f1
3
- size 1905779
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5bb2256183008cb43afe87cc0eb9ffc52bef42bd7c8266c1a164bf6c568efd4
3
+ size 1900484
data/t/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b8d09d10aa739be4c56bc8e40e2d12c62c7b3b6e95877b775e8cfdd31bfeacf
3
- size 271569
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd48594379def5bfeb24a4ee026b75026494431df0d9502077dc7e331d4f573
3
+ size 271494
data/t_indented/prediction-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e3fdc7bbde89607c1f70656b2b960c87c551112a313607cd1f641fba6bfc05b
3
- size 42756
 
 
 
 
data/t_indented/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57d485e20b50bfbe405b16f9926d4e61a56c3acb7d8a0fab74f29d8a3fef77fa
3
- size 265919
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e07c324a29059fd49f5a392f9476fb9170f473536e378bb140fb05e925537008
3
+ size 269125
data/t_indented/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:545976b5b7247748fd954b5f6dd891e7223bf48ec980521e3db1b50cef8b261c
3
- size 1921458
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4596d6aadb88d6892b3c2e13b305e3d26dd21757a26f8b42b3e8e23e8b41e7eb
3
+ size 1948198
data/t_indented/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4b2f582b0a4536fd02101749bea11da2584cedca72b0b4bbe284f73875c9c12
3
- size 273705
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a79ea987bed15461a48cb857afe451360c422a003d5ca53ec65f4845558620d7
3
+ size 279338