filimo
Datasets
All datasets matching “filimo”filimo-farsiMake Sure to use this command before downloading the dataset.
!pip install "fsspec<=2023.5.0"
from datasets import load_dataset
import os
# Define a path on your large disk for the cache
cache_path = "/content/huggingface_cache"
os.makedirs(cache_path, exist_ok=True)
# Use the cache_dir argument to point to your new path
ds = load_dataset(
"MohammadGholizadeh/filimo-farsi",
cache_dir=cache_path
)
print(f"✅ Dataset downloaded and cached in: {cache_path}")
filimo-persian-asrThis dataset consists of about 400 hours of audio extracted from various Filimo 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 casefilimo-farsi-rawfilimo-speechThis is a large Persian ASR dataset gathered from carefully extracting the subtitles from a couple of series and shows on the Filimo platform by the Playto team at SabaIdea.
We will probably make this dataset public in the near future.
