File size: 174 Bytes
b4d59ba
 
56717e3
b4d59ba
 
1
2
3
4
5
6
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])