Datasets:
How many GB/TB?
#5
by
BBLL3456
- opened
Hi,
May i know the total size of this corpus?
Using Filesystem API it appears to total 3,506,180,294,056 bytes (3.5 TB). That's the main file set, I don't think it's the parquet version.
from huggingface_hub import HfFileSystem
fs = HfFileSystem()
files=fs.find("datasets/PleIAs/common_corpus",detail=True)
sum([v['size'] for v in files.values()])