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'