File size: 1,917 Bytes
9c52c1d
 
 
 
 
 
 
 
c96931f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9c52c1d
 
 
 
 
 
 
 
 
 
 
 
 
 
c96931f
9c52c1d
 
c96931f
9c52c1d
 
c96931f
9c52c1d
c96931f
17ec33e
9c52c1d
 
 
 
 
 
 
 
 
 
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
87
88
---
dataset_info:
  features:
  - name: link
    dtype: string
  - name: headline
    dtype: string
  - name: category
    dtype:
      class_label:
        names:
          '0': U.S. NEWS
          '1': COMEDY
          '2': PARENTING
          '3': WORLD NEWS
          '4': CULTURE & ARTS
          '5': TECH
          '6': SPORTS
          '7': ENTERTAINMENT
          '8': POLITICS
          '9': WEIRD NEWS
          '10': ENVIRONMENT
          '11': EDUCATION
          '12': CRIME
          '13': SCIENCE
          '14': WELLNESS
          '15': BUSINESS
          '16': STYLE & BEAUTY
          '17': FOOD & DRINK
          '18': MEDIA
          '19': QUEER VOICES
          '20': HOME & LIVING
          '21': WOMEN
          '22': BLACK VOICES
          '23': TRAVEL
          '24': MONEY
          '25': RELIGION
          '26': LATINO VOICES
          '27': IMPACT
          '28': WEDDINGS
          '29': COLLEGE
          '30': PARENTS
          '31': ARTS & CULTURE
          '32': STYLE
          '33': GREEN
          '34': TASTE
          '35': HEALTHY LIVING
          '36': THE WORLDPOST
          '37': GOOD NEWS
          '38': WORLDPOST
          '39': FIFTY
          '40': ARTS
          '41': DIVORCE
  - name: short_description
    dtype: string
  - name: authors
    dtype: string
  - name: date
    dtype: timestamp[ns]
  - name: __index_level_0__
    dtype: int64
  - name: input_ids
    sequence: int32
  - name: attention_mask
    sequence: int8
  splits:
  - name: train
    num_bytes: 167571222
    num_examples: 169705
  - name: validation
    num_bytes: 18620703
    num_examples: 18857
  - name: test
    num_bytes: 20667477
    num_examples: 20952
  download_size: 56053292
  dataset_size: 206859402
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---