Views
No views yet
82 retained entity types and a held-out test split of 100,002 records.
It is not the earlier 48-type Hub dataset release.| Held-Out Evaluation | Records | F1 | Precision | Recall |
|---|---|---|---|---|
| Corrected heldout subset | 5,000 | 0.6476 | 0.6300 | 0.6662 |
| Complete experiment test split | 100,002 | 0.6455 | 0.6277 | 0.6645 |
65f8edc86399ba3f9e4ba44591d4583f9271f5d1df20e30a913305049559df771from transformers import pipeline
2
3pipe = pipeline(
4 "token-classification",
5 model="Pritesh-2711/piibench-deberta-base",
6 aggregation_strategy="simple",
7)
8print(pipe("Contact me at jane@example.com."))