File size: 2,736 Bytes
b9ea3bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
dataset_info:
  features:
  - name: url
    dtype: string
  - name: date
    dtype: string
  - name: file_path
    dtype: string
  - name: language_score
    dtype: float64
  - name: token_count
    dtype: int64
  - name: dump
    dtype: string
  - name: global_id
    dtype: string
  - name: lang
    dtype: string
  - name: text
    dtype: string
  - name: domain
    dtype:
      class_label:
        names:
          '0': aerospace
          '1': agronomy
          '2': artistic
          '3': astronomy
          '4': atmospheric_science
          '5': automotive
          '6': beauty
          '7': biology
          '8': celebrity
          '9': chemistry
          '10': christianity
          '11': civil_engineering
          '12': communication_engineering
          '13': computer_science_and_technology
          '14': design
          '15': drama_and_film
          '16': economics
          '17': electronic_science
          '18': entertainment
          '19': environmental_science
          '20': fashion
          '21': finance
          '22': food
          '23': gamble
          '24': game
          '25': geography
          '26': health
          '27': history
          '28': hobby
          '29': hydraulic_engineering
          '30': instrument_science
          '31': journalism_and_media_communication
          '32': landscape_architecture
          '33': law
          '34': library
          '35': literature
          '36': materials_science
          '37': mathematics
          '38': mechanical_engineering
          '39': medical
          '40': mining_engineering
          '41': movie
          '42': music_and_dance
          '43': news
          '44': nuclear_science
          '45': ocean_science
          '46': optical_engineering
          '47': painting
          '48': pet
          '49': petroleum_and_natural_gas_engineering
          '50': philosophy
          '51': photo
          '52': physics
          '53': politics
          '54': psychology
          '55': public_administration
          '56': relationship
          '57': sociology
          '58': sports
          '59': statistics
          '60': systems_science
          '61': textile_science
          '62': topicality
          '63': transportation_engineering
          '64': travel
          '65': urban_planning
          '66': weapons_science
  - name: round
    dtype: int64
  splits:
  - name: train
    num_bytes: 20414376897.3
    num_examples: 6030000
  - name: test
    num_bytes: 2268264099.7
    num_examples: 670000
  download_size: 13333749398
  dataset_size: 22682640997.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---