pii-masking-ita / README.md
DeepMount00's picture
Update README.md
f428679 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: masked_text
      dtype: string
    - name: unmasked_text
      dtype: string
    - name: privacy_mask
      dtype: string
    - name: span_labels
      dtype: string
    - name: bio_labels
      sequence: string
    - name: tokenised_text
      sequence: string
  splits:
    - name: train
      num_bytes: 63425009
      num_examples: 40788
    - name: test
      num_bytes: 15807392
      num_examples: 10197
  download_size: 25512279
  dataset_size: 79232401

Dataset Card for "pii-masking-ita"