File size: 952 Bytes
6320401
119eb57
 
6320401
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': Human Necessities
          '1': Performing Operations; Transporting
          '2': Chemistry; Metallurgy
          '3': Textiles; Paper
          '4': Fixed Constructions
          '5': Mechanical Engineering; Lightning; Heating; Weapons; Blasting
          '6': Physics
          '7': Electricity
          '8': General tagging of new or cross-sectional technology
  splits:
  - name: train
    num_bytes: 17225101
    num_examples: 25000
  - name: validation
    num_bytes: 3472854
    num_examples: 5000
  - name: test
    num_bytes: 3456733
    num_examples: 5000
  download_size: 12067953
  dataset_size: 24154688
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---