Hand-labeled NER evaluation set for extracting social-media handles from
Twitter / X bios. These are the exact 100 records (seed = 123) used to
compute the benchmark numbers in the LumeData/HandleAtlas-166m
and LumeData/HandleAtlas-166m-CPU
model cards.
Each record:
{
"id": 2,
"text": "🍑 Ig | pea_arunya",
"entities": [
{"start": 7, "end": 17, "label": "instagram_username"}
]
}
text — the raw bio (UTF-8, may contain… See the full description on the dataset page:
https://huggingface.co/datasets/LumeData/HandleAtlas-benchmark.