CoolFace
Datasetpublic

MohammadGholizadeh/filimo-farsi

Make 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}")

sourceHugging Faceupdated 1y agoView on Hugging Face
10likes710downloads
6 commits on main
cf9ebf21y ago

Update README.md

MohammadGholizadeh
0be59921y ago

Update README.md

MohammadGholizadeh
f34501b1y ago

Update README.md

MohammadGholizadeh
01110c61y ago

Upload dataset (part 00001-of-00002)

Mohammad Sadegh Gholizadeh
7881fc61y ago

Upload dataset (part 00000-of-00002)

Mohammad Sadegh Gholizadeh
70f16db1y ago

initial commit

Mohammad Sadegh Gholizadeh