File size: 955 Bytes
ccba29c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: tokens
    list: string
  - name: ner_tags
    list:
      class_label:
        names:
          '0': O
          '1': B-LICENSE_PLATE
          '2': I-LICENSE_PLATE
          '3': B-REGISTRATION_NUM
          '4': I-REGISTRATION_NUM
          '5': B-DRIVER_LICENSE
          '6': I-DRIVER_LICENSE
          '7': B-FACE_ID
          '8': I-FACE_ID
          '9': B-FINGERPRINT_ID
          '10': I-FINGERPRINT_ID
          '11': B-VOID_ID
          '12': I-VOID_ID
          '13': B-DIGITAL_SIG_ID
          '14': I-DIGITAL_SIG_ID
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 224122
    num_examples: 800
  - name: validation
    num_bytes: 55735
    num_examples: 200
  download_size: 83893
  dataset_size: 279857
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---