--- license: apache-2.0 --- ## Installation ``` pip install datasets numpy zstandard ``` ## Usage i've given up on trying to get this to work natively with huggingface datasets. this is nice because it allows streaming (https://huggingface.co/docs/datasets/en/about_mapstyle_vs_iterable) and has functions like 'map' which easily parallelize operations over the dataset. maybe i'll try to get this working in the future, but for now it gets stuck as the download and extracted zstd files are not decompressible for some reason, and it has to rewrite the entire dataset into arrow first. or more slowly, ``` kconda install git-lfs git lfs install git clone https://huggingface.co/datasets/ezipe/lichess_2023_janoct_shards/ ```