AIAny
Icon for item

IFM/TxT360-v2

Provides Parquet-backed pretraining subsets of web and synthetic QA text for large-language-model training, including web-high-nltk-qa, web-high-medium, and txt360-qa. Offers streaming access, provenance metadata, and CC BY 4.0 licensing; intended for LM pretraining and research.

Introduction

Large-scale LLM training requires curated, shardable corpora that can be streamed and reweighted for different recipes. TxT360-v2 supplies Parquet-backed subsets of web and QA-style text used in the K2 Horizon release, enabling straightforward integration into training pipelines and controlled sampling across sources. The release contains roughly 1.84 billion rows (~5.29 TB) across three named subsets.

What Sets It Apart
  • Parquet shards and streaming-friendly layout: each subset is provided as Parquet shards (train split) so you can stream, shard, and pipeline without large full-file downloads — useful for distributed training and cloud workflows.
  • Multiple focused subsets: includes web-high-nltk-qa, web-high-medium, and txt360-qa to let teams mix and weight web content and synthetic QA data independently rather than using a single monolithic corpus.
  • Provenance and preprocessing transparency: records originate as JSON objects with metadata; subsets may include source-specific filtering, deduplication, quality scoring, or synthetic QA generation, which helps downstream filtering and decontamination.
  • Open licensing: distributed under CC BY 4.0, allowing reuse with attribution.
Who It's For and Trade-offs

Great fit if you need modular, large-scale pretraining corpora that can be streamed and reweighted for ablation studies or training recipes; if you plan to combine web and synthetic QA data and want Parquet-backed shards for efficient I/O. Look elsewhere if you require a fully curated, human-reviewed benchmark-quality corpus out of the box — web-derived sources can contain noise, factual errors, and sensitive content and may need additional filtering or decontamination. Also note the size and scale necessitate substantial storage and compute to use effectively.

Where It Fits

TxT360-v2 is positioned as a pretraining source collection (part of the K2 Horizon series) rather than an evaluation benchmark or an SFT-ready instruction dataset; use it as raw or lightly-processed input to LM pretraining, or as a component mixed with other curated sources for large-scale training recipes.

Information

Categories

More Items

Hugging Face

A curated set of 1,000 high-quality chain-of-thought coding and reasoning traces generated by Fable 5.1, totaling ~30M tokens (109 MB). Designed for SFT/distillation to teach smaller models step-by-step programmatic reasoning and debugging.

Hugging Face

Provides layered code pretraining corpora (L2 ~400B tokens, L3 ~150B tokens) across 11 languages by filtering ~192M public GitHub repositories into standardized files, algorithmically relevant selections, and implementation-grounded programming exercises. Includes per-file metadata (role, algo relevance, quality) and serialized task records; released under Apache-2.0.

Hugging Face

Provides ~86K verifiable-reward RL training samples across Math, Knowledge (STEM), Long-Context, and Code for post-training LLMs; each sample includes a ground-truth and verifier-friendly JSONL format for stable reward signals. Note: code tasks require an external sandbox to execute tests.