File size: 868 Bytes
d373c44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: words
    sequence: string
  - name: ner
    sequence:
      class_label:
        names:
          '0': O
          '1': B-ING
          '2': I-ING
          '3': B-ATT
          '4': I-ATT
          '5': B-SIZ
          '6': I-SIZ
          '7': B-PKG
          '8': B-UNT
          '9': I-UNT
          '10': B-QTY
          '11': B-BRD
          '12': I-PKG
          '13': I-BRD
          '14': I-QTY
  splits:
  - name: train
    num_bytes: 3935100
    num_examples: 13134
  - name: validation
    num_bytes: 221700
    num_examples: 730
  - name: test
    num_bytes: 219927
    num_examples: 730
  download_size: 583866
  dataset_size: 4376727
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---