Loading Amharic common voice dataset

ValueError: BuilderConfig am not found. Available:

Similarly, this error happens when I try to load Amharic wikipedia dataset .

Hi! It seems like Common Voice is not available in Amharic, but there is an on-going effort to change this.

And the Amharic version of Wikipedia can be loaded as follows:

import datasets
dset = datasets.load_dataset("wikipedia", "20220301.am", revision="2.1.0")