IyedLahiani/HTML_CSS_CodeDataSet_100k_formatted_and_split
016
1---2dataset_info:3 features:4 - name: prompt_id5 dtype: int646 - name: prompt7 dtype: string8 - name: example9 dtype: string10 - name: text11 dtype: string12 splits:13 - name: train14 num_bytes: 166226656.015 num_examples: 8000016 - name: validation17 num_bytes: 20778332.018 num_examples: 1000019 - name: test20 num_bytes: 20778332.021 num_examples: 1000022 download_size: 201723423 dataset_size: 207783320.024configs:25- config_name: default26 data_files:27 - split: train28 path: data/train-*29 - split: validation30 path: data/validation-*31 - split: test32 path: data/test-*33---34 