CoolFace
Datasetpublic

Ba2han/long_corpus-0209_tokenized

long_corpus-0209_tokenized Exact-deduplicated, tokenized, and shuffled pretraining mix. Processing Tokenizer: /workspace/good_tokenizer (vocab_size=60800) Special tokens: BOS=<bos> (id 2), EOS=<eos> (id 3) bos_eos = True: every example is [BOS] + content + [EOS] min_tokens = 15 (including BOS/EOS) max_tokens = 3072: content truncated to 3070 tokens, then BOS+EOS appended (3070 + eos + bos) Dedup: exact match on stripped UTF-8 text (blake2s-128) Shuffle:… See the full description on the dataset page: https://huggingface.co/datasets/Ba2han/long_corpus-0209_tokenized.

sourceHugging Faceotherupdated 19d agoView on Hugging Face
0likes172downloads
Dataset Card

longcorpus-0209tokenized

Exact-deduplicated, tokenized, and shuffled pretraining mix.

Processing

  • Tokenizer: /workspace/good_tokenizer (vocab_size=60800)
  • Special tokens: BOS=<bos> (id 2), EOS=<eos> (id 3)
  • bos_eos = True: every example is [BOS] + content + [EOS]
  • min_tokens = 15 (including BOS/EOS)
  • max_tokens = 3072: content truncated to 3070 tokens, then BOS+EOS appended (3070 + eos + bos)
  • Dedup: exact match on stripped UTF-8 text (blake2s-128)
  • Shuffle: hash-partition into 128 buckets, permute buckets and rows with seed 42
  • Columns: input_ids (list<int32>), token_count (int32)
  • Parquet: zstd, ~100,000 rows/shard

Sources were streamed interleaved. Documents that collide on the exact-text hash keep the first copy seen in interleave order.

Token statistics

Rows scanned36,882,289
Non-string / empty0
Exact duplicates dropped546,897
Too short (< 15 tokens)8,456
Truncated to 3072160,264
Accepted rows36,326,936
Accepted tokens21,097,637,628
Average tokens/row580.77
Median tokens/row371
p90 tokens/row1,363
p99 tokens/row2,748
Min tokens/row15
Max tokens/row3,072
Output shards301

Per-source counts

SourceScannedDuplicatesToo shortTruncatedAccepted rowsAccepted tokens
Ba2han/long_corpus-020933,210,680489,6334,679113,85932,716,36817,773,735,140
Ba2han/temiz-OSCAR-long-all1,476,35556,15302,8951,420,2021,796,185,623
Ba2han/finepdfs-long140,166006,094140,166249,113,008
leukas/climbmix-1b-shuffle2,055,0881,1113,77737,4162,050,2001,278,603,857

Sources

  1. 1.Ba2han/long_corpus-0209 — primary long mix (TR/AZ/CRH/TUK/EN)
  2. 2.Ba2han/temiz-OSCAR-long-all — filtered long OSCAR
  3. 3.Ba2han/finepdfs-long — filtered long FinePDFs (tur_Latn)
  4. 4.leukas/climbmix-1b-shuffle — 1B-word ClimbMix sample

Source licenses still apply. long_corpus-0209 is mixed/other (includes CC BY-NC and non-commercial derived rows).