Bite Size Data
Collection
Some datasets that are smaller versions that are more convenient to use of some major datasets.
•
10 items
•
Updated
Error code: TooBigContentError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
This is a 100.0 Million token subset of krisbailey/RedPajama-Data-V2-1B, which is a subset of togethercomputer/RedPajama-Data-V2.
100M tokens is a standard size for:
from datasets import load_dataset
ds = load_dataset("krisbailey/RedPajama-Data-V2-100M", split="train")
print(ds[0])
@article{together2023redpajama,
title={RedPajama: An Open Source Recipe to Reproduce LLaMA training dataset},
author={Together Computer},
journal={https://github.com/togethercomputer/RedPajama-Data},
year={2023}
}