KushT's picture
Upload README.md with huggingface_hub
92f2e85
metadata
license: mit
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype: int64
  splits:
    - name: train
      num_bytes: 3414429
      num_examples: 1512
    - name: validation
      num_bytes: 888603
      num_examples: 379
    - name: test
      num_bytes: 751863
      num_examples: 334
  download_size: 0
  dataset_size: 5054895

Label Names: { 'business': 0, 'entertainment': 1, 'politics': 2, 'sport': 3, 'tech': 4 }

Dataset: Kaggle - BBC Full Text Document Classification