File size: 1,152 Bytes
5e2ddf4
 
 
e62be7f
02d79b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e62be7f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5e2ddf4
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
task_categories:
- text-classification

configs:
- config_name: all
  data_files:
  - split: train
    path: "data/all/train.csv"
  - split: test
    path: "data/all/test.csv"
  default: true
- config_name: top4
  data_files:
  - split: train
    path: "data/top4/train.csv"
  - split: test
    path: "data/top4/test.csv"

dataset_info:
  features:
    - name: source
      dtype: string
    - name: url
      dtype: string
    - name: title
      dtype: string
    - name: image
      dtype: string
    - name: category
      dtype: string
    - name: description
      dtype: string
    - name: rank
      dtype: int32
    - name: pubdate
      dtype: string
    - name: text
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': Business
            '1': Entertainment
            '2': Europe
            '3': Health
            '4': Italia
            '5': Music Feeds
            '6': Sci/Tech
            '7': Software and Developement
            '8': Sports
            '9': Toons
            '10': Top News
            '11': Top Stories
            '12': U.S.
            '13': World
---