File size: 756 Bytes
39238f3
 
91dd728
 
 
 
 
 
 
c49f9e7
4d13ba1
c49f9e7
 
 
 
 
 
 
 
 
 
 
 
4d13ba1
c49f9e7
 
 
 
 
 
 
 
 
 
 
 
 
 
91dd728
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
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
---