cannot load zh-CN

#15
by hingeloss - opened
FileNotFoundError: Couldn't find file at https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0/resolve/main/transcript/zh-CN/invalidated.tsv

file does appear to be missing, others load fine.

    ds = load_dataset(
        "mozilla-foundation/common_voice_17_0",
        language_code,
        split=split,
        use_auth_token=True,
    )

Sign up or log in to comment