anton-l's picture
anton-l HF Staff
add CV 11
568b7da
raw
history blame contribute delete
157 Bytes
from datasets import load_dataset
dataset = load_dataset("./common_voice_11_0", "et", split="test", use_auth_token=True)
print(dataset)
print(dataset[100])