File size: 1,555 Bytes
5e2ddf4
45e39fd
 
5e2ddf4
 
e62be7f
d2f40c4
83ddb67
e62be7f
45e39fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83ddb67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d2f40c4
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
language:
- en
task_categories:
- text-classification

dataset_info:
- config_name: original
  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
- config_name: top4-balanced
  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': World
          '1': Sports
          '2': Business
          '3': Sci/Tech

configs:
- config_name: original
  data_files:
  - split: complete
    path: "data/original.csv"
  default: true
- config_name: top4-balanced
  data_files:
  - split: complete
    path: "data/top4-balanced.csv"

---