AyoubChLin's picture
Update README.md
4d13ba1
|
raw
history blame
No virus
756 Bytes
metadata
license: apache-2.0
task_categories:
  - text-classification
language:
  - en
pretty_name: CNN News Article from 20211 to 2022
size_categories:
  - n<1K
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': business
            '1': entertainment
            '2': health
            '3': news
            '4': politics
            '5': sport
  splits:
    - name: train
      num_examples: 32218
    - name: test
      num_examples: 5686
train-eval-index:
  - config: default
    task: text-classification
    task_id: multi_class_classification
    splits:
      train_split: train
      eval_split: test
    col_mapping:
      text: text
      label: target