File size: 1,545 Bytes
84a81f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: tokens
    sequence: string
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': I-Chemical Compound
          '1': I-Pharmaceutical Formulation
          '2': B-Machine
          '3': B-Method of Use
          '4': B-Manufacture
          '5': I-Machine
          '6': B-Composition of Matter
          '7': B-Product
          '8': I-Hardware
          '9': B-Algorithm
          '10': B-Software
          '11': B-Design
          '12': B-Hardware
          '13': I-Composition of Matter
          '14': B-Chemical Compound
          '15': B-Electrical Circuit
          '16': I-System
          '17': I-Manufacture
          '18': O
          '19': B-Apparatus
          '20': I-Algorithm
          '21': B-Device
          '22': I-Biotechnology
          '23': I-Design
          '24': B-Process
          '25': I-Device
          '26': I-Electrical Circuit
          '27': I-Method
          '28': B-Pharmaceutical Formulation
          '29': I-Method of Use
          '30': I-Product
          '31': B-Method
          '32': B-System
          '33': I-Process
          '34': I-Apparatus
          '35': B-Biotechnology
          '36': I-Software
  splits:
  - name: train
    num_bytes: 775224
    num_examples: 509
  - name: validation
    num_bytes: 221464
    num_examples: 139
  download_size: 119934
  dataset_size: 996688
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---