pii_detect_train / README.md
Atharva07's picture
Upload README.md with huggingface_hub
ad9ce96 verified
metadata
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