Synthetic PII training samples for token classification.
Samples: 100000
Format: JSONL
{
"text": "The text containing PII...",
"privacy_mask": [
{"value": "John", "label": "FIRSTNAME"},
{"value": "Doe", "label": "SURNAME"}
],
"coreferences": [
{"cluster_id": 0, "mentions": ["John Doe", "He", "his"],"entity_type": "person"}
]
}
from datasets import load_dataset
ds =… See the full description on the dataset page:
https://huggingface.co/datasets/eddie-OB/yaak-pii-100k.