File size: 1,551 Bytes
89a1a93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: headline
    dtype: string
  - name: description
    dtype: string
  - name: category
    dtype:
      class_label:
        names:
          '0': STYLE & BEAUTY
          '1': PARENTS
          '2': CULTURE & ARTS
          '3': HEALTHY LIVING
          '4': QUEER VOICES
          '5': U.S. NEWS
          '6': POLITICS
          '7': ARTS
          '8': HOME & LIVING
          '9': THE WORLDPOST
          '10': WELLNESS
          '11': BLACK VOICES
          '12': WORLDPOST
          '13': TRAVEL
          '14': TECH
          '15': MONEY
          '16': GOOD NEWS
          '17': SPORTS
          '18': FOOD & DRINK
          '19': BUSINESS
          '20': ENTERTAINMENT
          '21': PARENTING
          '22': DIVORCE
          '23': SCIENCE
          '24': IMPACT
          '25': GREEN
          '26': WEDDINGS
          '27': MEDIA
          '28': WORLD NEWS
          '29': CRIME
          '30': COMEDY
          '31': ENVIRONMENT
          '32': WOMEN
          '33': TASTE
          '34': RELIGION
          '35': STYLE
          '36': LATINO VOICES
          '37': ARTS & CULTURE
          '38': EDUCATION
          '39': WEIRD NEWS
          '40': FIFTY
          '41': COLLEGE
  splits:
  - name: train
    num_bytes: 22190423
    num_examples: 117334
  - name: test
    num_bytes: 5522010
    num_examples: 29334
  download_size: 19848992
  dataset_size: 27712433
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---