0

I am working on common voice dataset but when I try to execute the following code, it doesn't work.

from datasets import load_dataset, load_metric
common_voice_train = load_dataset("common_voice", "id", split="train+validation")
common_voice_test = load_dataset("common_voice", "id", split="test")

it gives following error

ModuleNotFoundError: No module named 'datasets.tasks'
  • it looks like you have I bad or old install of the datasets module. maybe running `pip install datasets --upgrade` will help – toppk Sep 03 '22 at 21:18

0 Answers0