common-voice-13-fa / README.md
arxyzan's picture
Create README.md
6cea608 verified
|
raw
history blame
547 Bytes
metadata
task_categories:
  - automatic-speech-recognition
language:
  - fa
tags:
  - hezar
pretty_name: CommonVoice 13 (Persian)
size_categories:
  - 10K<n<100K

The Persian portion of the original CommonVoice 13 dataset at https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0

Load

# Using HF Datasets
from datasets import load_dataset

dataset = load_dataset("hezarai/common-voice-13-fa", split="train")

# Using Hezar
from hezar.data import Dataset

dataset = Dataset.load("hezarai/common-voice-13-fa", split="train")