Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10M - 100M
License:
File size: 1,335 Bytes
5e8a9d0 2b8e08a 5e8a9d0 39bbce6 2b8e08a 39bbce6 2b8e08a a2afdd3 55ac20a a2afdd3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
---
language:
- en
license: mit
task_categories:
- text-generation
pretty_name: Baby Python
tags:
- python
- english
dataset_info:
features:
- name: content
dtype: string
- name: type
dtype: string
splits:
- name: train
num_bytes: 1215922226
num_examples: 10695758
- name: validation
num_bytes: 117555692
num_examples: 1037288
download_size: 605995775
dataset_size: 1333477918
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
<div align="center">
<img width="256" height="256" src="https://cdn-uploads.huggingface.co/production/uploads/63ca9515145e6c9716fbf376/LbTcGgiOr2gAJalHrqcNQ.png"/>
</div>
---
# Baby Python
## English + Python pretraining dataset.
This dataset contains the dataset from the [BabyLM 100M dataset](https://huggingface.co/datasets/nilq/babylm-100M), evenly matched by a truncated subset of the [small-python-stack](https://huggingface.co/nilq/small-python-stack).
**English / all of BabyLM 100M**
- CHILDES (child-directed speech)
- Subtitles (speech)
- BNC (speech)
- TED talks (speech)
- children's books (simple written language)
**Python**
- Python code (from [small-python-stack](https://huggingface.co/nilq/small-python-stack)) corresponding to 100M words of English. |