| | --- |
| | language: |
| | - fa |
| | license: cc0-1.0 |
| | pretty_name: Common Voice 24 (FA) - Audio Column |
| | --- |
| | |
| | # Common Voice 24 (FA) - Audio Column |
| |
|
| | This dataset is a repackaging of the Persian subset of Mozilla Common Voice 24.0. |
| |
|
| | ## What changed |
| | - Added an `audio` column pointing to `clips/*.mp3` for easy playback in the Hub UI. |
| | - Only kept `audio` and `sentence` columns (in that order). |
| |
|
| | ## Splits |
| | dev, invalidated, other, test, train, validated |
| |
|
| | ## Notes |
| | Additional TSV files that do not include audio paths (e.g. reports or sentence |
| | metadata) are kept as raw files in the repo but are not exposed as dataset |
| | splits. |
| |
|
| | ## Source |
| | Original data: https://datacollective.mozillafoundation.org/datasets/cmj8u3p390081nxxb0qo37avq |
| |
|
| | ## Usage |
| | ```python |
| | from datasets import load_dataset |
| | |
| | ds = load_dataset("Reza2kn/commonvoice-24-fa") |
| | ``` |
| |
|