CoolFace
Datasetpublic

babylm-anon/stratified_10m_curriculum

Dataset Card for Stratified 10M Curriculum This is a stratified split by domain of the raw datasets used by the 2024 BabyLM challange. Sampled from the original datasets, equal amounts of tokens for each stage (C1,...C5). Child-directed speech accounts for nearly half of the original dataset by word count. In preliminary experiments using a training data influence estimation method, this category was by far the most influential. This dataset enables us to investigate whether… See the full description on the dataset page: https://huggingface.co/datasets/babylm-anon/stratified_10m_curriculum.

sourceHugging Facecc-by-sa-4.0updated 1y agoView on Hugging Face
0likes1.3kdownloads
Dataset Card

Dataset Card for Stratified 10M Curriculum

This is a stratified split by domain of the raw datasets used by the 2024 BabyLM challange.

Sampled from the original datasets, equal amounts of tokens for each stage (C1,...C5).

Child-directed speech accounts for nearly half of the original dataset by word count. In preliminary experiments using a training data influence estimation method, this category was by far the most influential. This dataset enables us to investigate whether this is merely an artifact of this domain's proportion in the dataset, or if it is truly more useful for language modeling.

The order in which to load this dataset is provided as .pt files (e.g., curriculum.pt or random.pt).

Pretraining split (train)

StageWordsDocuments
C1: Child Directed Speech199999920.00%36053333.68%
C2: Children's Books199999520.00%773847.23%
C3: Dialogue199998720.00%34965032.67%
C4: Educational199999920.00%16155415.09%
C5: Written English199994520.00%12120011.32%

Validation split (validation)

StageWordsDocuments
C1: Child Directed Speech10000120.00%1787533.44%
C2: Children's Books10001020.00%40317.54%
C3: Dialogue10000220.00%1745732.66%
C4: Educational10000320.00%781014.61%
C5: Written English10000120.00%628411.76%

Dataset Sources

Uses

To be used for pretraining experiments with a custom Trainer that samples in a predetermined order.