--- language: fa pretty_name: Farsi Youtube ASR Dataset tags: - Farsi - Persian - ASR - youtube license: cc0-1.0 --- # Farsi Youtube ASR Dataset This dataset consists of over **385** hours of audio extracted from various YouTube videos in the Persian language. ## Note This dataset contains raw, unvalidated transcriptions. Users are advised to: 1. Perform their own quality assessment 2. Create their own train/validation/test splits based on their specific needs 3. Validate a subset of the data if needed for their use case ## Dataset Description The dataset includes Farsi content from various types of videos, including: - Podcasts - TV Shows - Educational Content - Interviews - Documentaries ## Usage
Huggingface datasets library: ```python from datasets import load_dataset dataset = load_dataset('PerSets/fytasr', trust_remote_code=True) ```