File size: 974 Bytes
0fd455e
 
81500f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0fd455e
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
---
license: mit
dataset_info:
  features:
  - name: label
    dtype:
      class_label:
        names:
          '0': PDC beta-lactamase
          '1': CTX-M beta-lactamase
          '2': SHV beta-lactamase
          '3': CMY beta-lactamase
          '4': resistance-nodulation-cell division (RND) antibiotic efflux pump
          '5': major facilitator superfamily (MFS) antibiotic efflux pump
          '6': quinolone resistance protein (qnr)
          '7': IMP beta-lactamase
          '8': KPC beta-lactamase
          '9': ACT beta-lactamase
          '10': MCR phosphoethanolamine transferase
          '11': VIM beta-lactamase
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 862454
    num_examples: 1196
  - name: test
    num_bytes: 208990
    num_examples: 300
  download_size: 436080
  dataset_size: 1071444
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---