File size: 1,176 Bytes
cf5678d
715fc1c
 
cf5678d
 
 
 
1dd2dbf
cf5678d
 
1dd2dbf
cf5678d
6de8b58
 
 
 
 
 
 
 
 
 
 
 
3600804
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1dd2dbf
 
 
 
cf5678d
 
1dd2dbf
6de8b58
cf5678d
1dd2dbf
6de8b58
1dd2dbf
 
cf5678d
 
 
 
 
 
 
 
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
---
language:
- en
dataset_info:
  features:
  - name: header
    dtype: string
  - name: body
    dtype: string
  - name: categories
    dtype: string
  - name: all_categories
    dtype:
      class_label:
        names:
          '0': france
          '1': australia
          '2': mexico
          '3': china
          '4': canada
          '5': europe
          '6': military
          '7': world
          '8': motors
          '9': asia
          '10': science
          '11': sports
          '12': entertainment
          '13': tech
          '14': environment
          '15': lifestyle
          '16': health
          '17': aerospace
          '18': business
          '19': africa
          '20': uk
          '21': usa
          '22': crypto
          '23': politics
  - name: text
    dtype: string
  - name: labels
    sequence: float32
  splits:
  - name: train
    num_bytes: 388691383.2
    num_examples: 47236
  - name: test
    num_bytes: 97172845.8
    num_examples: 11809
  download_size: 291405881
  dataset_size: 485864229.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---