anton-l's picture
anton-l HF staff
add CV 10
56717e3
raw
history blame
No virus
174 Bytes
from datasets import load_dataset
dataset = load_dataset("mozilla-foundation/common_voice_10_0", "et", split="test", use_auth_token=True)
print(dataset)
print(dataset[100])