mmarone's picture
Create README.md
5eca736 verified

[WIP]

Contains Fineweb Edu split into two parts:

  • A metadata table, containing information like document hashes, count statistics, dump, url, etc
  • A deduplicated table of just hash and text.

This saves space: we don't store redundant copies of the text data. We can join the two tables on the hash key if necessary. We also have count statistics and an ordering of the counts (i.e. the argsort).

This is built on Fineweb Edu v1, not the most recent version!