--- dataset_info: features: - name: id dtype: int64 - name: url dtype: string - name: label dtype: string - name: coarse_label dtype: string - name: html_title dtype: string - name: meta_description dtype: string - name: http_response dtype: float64 - name: h1 dtype: string - name: h2 dtype: string - name: h3 dtype: string - name: h4 dtype: string - name: h5 dtype: string - name: h6 dtype: string splits: - name: train num_bytes: 1228661.0604011193 num_examples: 2909 - name: test num_bytes: 129243.82416044777 num_examples: 306 download_size: 580471 dataset_size: 1357904.884561567 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---