aliyzd95/common_voice_26_0_fa
Common Voice 26.0 - Persian (fa) This is an unofficial filtered Persian (Farsi) version of the latest Common Voice dataset version 26.0, obtained from the official Mozilla Common Voice platform at https://commonvoice.mozilla.org/en/datasets. It contains carefully curated and fully validated audio samples aimed at providing a clean and reliable resource for speech processing in Persian. As with the previous version, this dataset is not an official Mozilla release but a… See the full description on the dataset page: https://huggingface.co/datasets/aliyzd95/common_voice_26_0_fa.
Common Voice 26.0 - Persian (fa)
This is an unofficial filtered Persian (Farsi) version of the latest Common Voice dataset version 26.0, obtained from the official Mozilla Common Voice platform at https://commonvoice.mozilla.org/en/datasets. It contains carefully curated and fully validated audio samples aimed at providing a clean and reliable resource for speech processing in Persian. As with the previous version, this dataset is not an official Mozilla release but a community-prepared subset designed to improve the dataset's applicability and quality.
📊 Dataset Statistics
🔹 Train Set (train)
🔹 Validation Set (validation)
🔹 Test Set (test)
📈 Overall Statistics
🧪 Usage
from datasets import load_dataset, Audio
dataset = load_dataset("aliyzd95/common_voice_26_0_fa", split="train")
dataset = dataset.cast_column("audio", Audio(sampling_rate=16000))
print(dataset[0]['audio'])📜 Licensing Information
Public Domain, CC-0
📚 Citation
@inproceedings{commonvoice:2020,
author = {Ardila, R. and Branson, M. and Davis, K. and Henretty, M. and Kohler, M. and Meyer, J. and Morais, R. and Saunders, L. and Tyers, F. M. and Weber, G.},
title = {Common Voice: A Massively-Multilingual Speech Corpus},
booktitle = {Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020)},
pages = {4211--4215},
year = {2020}
}