File size: 997 Bytes
5938e66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ad9ce96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5938e66
 
ad9ce96
5938e66
ad9ce96
 
5938e66
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: document
    dtype: int64
  - name: full_text
    dtype: string
  - name: tokens
    sequence: string
  - name: trailing_whitespace
    sequence: bool
  - name: labels
    sequence:
      class_label:
        names:
          '0': B-EMAIL
          '1': B-ID_NUM
          '2': B-NAME_STUDENT
          '3': B-PHONE_NUM
          '4': B-STREET_ADDRESS
          '5': B-URL_PERSONAL
          '6': B-USERNAME
          '7': I-ID_NUM
          '8': I-NAME_STUDENT
          '9': I-PHONE_NUM
          '10': I-STREET_ADDRESS
          '11': I-URL_PERSONAL
          '12': O
  splits:
  - name: train
    num_bytes: 107466375
    num_examples: 6807
  download_size: 25506099
  dataset_size: 107466375
---
# Dataset Card for "pii_detect_train"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)