dataset is broken

#6
by alexpeys - opened

Trying to use the latest versions of datasets to load

load_dataset('Writer/omniact')

Gives an error. Note that this occurs even if I use split='train' as an arg.

The error is below:

DatasetGenerationCastError: An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 5797 missing columns ({'6318', '5293', '5993', '5265', '2603', '4797', '3378', '4805', '6069', '3142', '1823', '3886', '2632', '1194', '1624', '2588', '6472', '6499', '4637', '6009', '5304', '5802', '2379', '4590', '3379', '1077', '1605', '6218', '3337', '2476', '5566', '2507', '3069', '4150', '2328', '4537', '4359', '3254', '1985', '3138', '3298', '2434', '4231', '5316', '1866', '5705', '2191', '3638', '5917', '1878', '2242', '5842', '6050', '1137', '5146', '5309', '3041', '3322', '5189', '5198', '5677', '2069', '6696', '1298', '3290', '1452', '1148', '2674', '4140', '5747', '3004', '3825', '2795', '1118', '4224', '5524', '3175', '2019', '4723', '5073', '5210', '2670', '4423', '3028', '5483', '3419', '5740', '5645', '6701', '3215', '3456', '2079', '4586', '4368', '1701', '3672', '1473', '4080', '4949', '5236', '2327', '1556', '3325', '3332', '5737', '3932', '3498', '2506', '1563', '1633', '5506', '3206', '6252', '4883', '5461', '2985', '3793', '1797', '5484', '2450', '3314', '6144', '5602', '3074', '1814', '2645', '2750', '4697', '1420', '5729', '3668', '3044', '6630', '6651', '1435', '4581', '6429', '4200', '5736', '3470', '1635', '6367', '5489', '1454', '4098', '5273', '3667', '4456', '6633', '5259', '2060', '3384', '5659', '4115', '2535', '4076', '6364', '2240', '1939', '4062', '5288', '6383', '4773', '3980', '3945', '1204', '4787', '3823', '1368', '1560', '5278', '1792', '4811', '4894', '5324', '2807', '1621', '1488', '2813', '4051', '2721', '5856', '2648', '5270', '6127', '3086', '5698', '65
...
154', '4890', '6689', '4896', '2503', '3415', '1381', '2995', '6544', '3688', '1873', '4176', '2233', '2797', '4023', '4632', '1687', '4327', '6782', '3699', '6591', '4505', '5866', '2405', '6176', '4804', '1690', '1998', '5885', '6425', '3969', '4077', '2792', '2606', '5888', '6461', '1096', '6624', '6532', '2617', '4463', '1920', '1165', '1566', '4523', '3333', '3765', '2189', '2317', '3176', '1661', '2654', '5717', '3883', '4295', '3210', '2194', '3356', '2430', '2484', '3664', '1303', '3585', '3094', '2105', '1757', '5803', '5719', '1548', '3772', '6571', '6581', '4554', '5416', '4583', '1512', '1599', '3079', '3592', '4013', '5390', '4452', '6162', '5340', '1718', '5320', '1348', '2053', '4785', '2337', '6104', '1825', '6608', '4834', '2932', '2917', '4461', '4726', '2624', '3603', '5139', '6059', '2344', '4015', '5365', '5629', '1867', '3178', '2827', '1391', '3572', '6690', '5069', '2919', '3200', '3185', '3375', '6694', '3257', '6660', '2982', '2878', '2449', '2852', '1838', '3955', '5618', '1099', '1697', '5880', '3443', '2494', '2095', '5044', '1451', '2365', '3743', '1225', '4832', '6671', '6539', '5040', '1586', '5204', '1716', '2895', '4858', '5499', '6201', '5823', '1169', '5805', '4578', '5601', '4468', '1269', '6569', '3349', '2135', '3478', '2087', '2709', '3611', '2044', '3367', '3739', '3921', '4428', '5827', '4957', '2809', '1437', '5102', '3602', '992', '1143', '4592', '6087', '3267', '4770', '1820', '3876', '1385', '6730', '6243', '1641', '6073', '3796'})

This happened while the json dataset builder was generating data using

hf://datasets/Writer/omniact/val.json (at revision 5e4bcb26745afc8d58ba9519ea9c9fb832386d26)

Sign up or log in to comment