Views
No views yet
KPF/KPF-bert-ner on a KDPII-style dialogue dataset.연대1_PII_dataset_V3.json49815377819037331284.02e-0588cudaNVIDIA GeForce RTX 4060 TiautoTrue1from transformers import pipeline
2
3pipe = pipeline(
4 "token-classification",
5 model="townboy/kpfbert-kdpii",
6 aggregation_strategy="simple",
7)
8
9print(pipe("Phone 010-8661-5573, ID wanderingrabbit1"))