bigcode/stackoverflow-clean
Dataset Card for "stackoverflow-clean" More Information needed
81.4k
1---2dataset_info:3 features:4 - name: date5 dtype: string6 - name: nb_tokens7 dtype: int648 - name: text_size9 dtype: int6410 - name: content11 dtype: string12 splits:13 - name: train14 num_bytes: 3554819961215 num_examples: 1040462816 download_size: 1693947687817 dataset_size: 3554819961218configs:19- config_name: default20 data_files:21 - split: train22 path: data/train-*23---24# Dataset Card for "stackoverflow-clean"25 26[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)