Hi! You can use Dataset.from_list(list)
to create a Dataset from a Python list.
PS: Dataset.from_list
was added to datasets
in version 2.5.0, so if your installation is older than that, update it with pip install -U datasets
.
Hi! You can use Dataset.from_list(list)
to create a Dataset from a Python list.
PS: Dataset.from_list
was added to datasets
in version 2.5.0, so if your installation is older than that, update it with pip install -U datasets
.