this post was submitted on 30 Oct 2023
1 points (100.0% liked)

LocalLLaMA

3 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 1 year ago
MODERATORS
 

Blog: https://together.ai/blog/redpajama-data-v2

Hugging Face: https://huggingface.co/datasets/togethercomputer/RedPajama-Data-V2

GitHub: https://github.com/togethercomputer/RedPajama-Data

Description:

RedPajama-V2 is an open dataset for training large language models. The dataset includes over 100B text documents coming from 84 CommonCrawl snapshots and processed using the CCNet pipeline. Out of these, there are 30B documents in the corpus that additionally come with quality signals, and 20B documents that are deduplicated.

top 6 comments
sorted by: hot top controversial new old
[–] FairSum@alien.top 1 points 1 year ago

Man, 30T tokens deduplicated is a lot of data.

For reference, Llama 2 was trained on 2T tokens and GPT-4 was believed to have been trained on 13T tokens (and my suspicion is Turbo was too). This is much, much more than that.

[–] Maykey@alien.top 1 points 1 year ago

20B documents that are deduplicated.

I wonder if we'll see even slimmer version

[–] Feztopia@alien.top 1 points 1 year ago

Does this have the same level of deduplication like slimpajama or do we need a slimpajama v2?

If chinchilla is right, this dataset could be huge for small models.

https://www.lesswrong.com/posts/6Fpvch8RR29qLEWNH/chinchilla-s-wild-implications

[–] LuluViBritannia@alien.top 1 points 1 year ago

Is there any way we can read those datasets? I'm a noob when it comes to "what's under the hood". On HuggingFace they show they tried to upload the dataset but it failed due to, likely, the sheer size of the thing...

[–] UserMinusOne@alien.top 1 points 1 year ago

How much free space is required to do a "git clone ..."?

Is there a better method to download the data without requiring additional space for the history (.git). If yes, how big is the whole dataset?

Given the current developments: Maybe some should start collecting raw data and serving them as torrents. ... Just in case.