dataset_builder/build_dataset.py has an AttributeError on line 181. Replacing ``dtype=np.object`` with ``dtype=object`` seems to solve the issue.