Datasets:
Suggestion: Smaller parquet files?
#2
by
codeShare
- opened
Loading the 6.5 GB metadata parquet file is painful on Colab. Consider splitting the metadata parquet files into 100 parts or by some other metric.
Cheers
codeShare
changed discussion status to
closed
codeShare
changed discussion status to
open
https://github.com/grio43/LORA-tools/tree/main/Pullers
Here is an example on how I deal with them you don't load the entire file. You can stream through them.
Thanks. But thats not the issue.
I'm suggesting the owner of the dataset to split the parquet file into smaller parts to make them more easily digestible.