polinaeterna's picture
polinaeterna HF staff
Duplicate from anton-l/common_voice_generator
a733f91
from datasets import load_dataset
dataset = load_dataset("./common_voice_11_0", "et", split="test", use_auth_token=True)
print(dataset)
print(dataset[100])