Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

schift-io
/
schift-ko-pii-v6

Token Classification
Transformers
Safetensors
Korean
lfm2
pii
korean
ner
privacy
de-identification
lora
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use schift-io/schift-ko-pii-v6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use schift-io/schift-ko-pii-v6 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="schift-io/schift-ko-pii-v6", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("schift-io/schift-ko-pii-v6", trust_remote_code=True)
    model = AutoModelForTokenClassification.from_pretrained("schift-io/schift-ko-pii-v6", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
schift-ko-pii-v6
137 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
ubermensch1218's picture
ubermensch1218
v0.3.1: cross-head overlap resolution (F1 0.861โ†’0.903)
0ab8ba4 verified about 4 hours ago
  • benchmark
    Upload benchmark/benchmark_v3.jsonl with huggingface_hub about 8 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 8 hours ago
  • README.md
    5.1 kB
    v0.3.1: cross-head overlap resolution (F1 0.861โ†’0.903) about 4 hours ago
  • __init__.py
    0 Bytes
    Upload __init__.py with huggingface_hub about 8 hours ago
  • config.json
    3.12 kB
    Upload config.json with huggingface_hub about 8 hours ago
  • model.safetensors
    136 MB
    xet
    Update to v25p weights (F1=0.861, org 0.713) about 4 hours ago
  • modeling_lfm2_bidirectional.py
    7.09 kB
    Upload modeling_lfm2_bidirectional.py with huggingface_hub about 8 hours ago
  • tokenizer.json
    752 kB
    Upload tokenizer.json with huggingface_hub about 8 hours ago
  • tokenizer_config.json
    452 Bytes
    Upload tokenizer_config.json with huggingface_hub about 8 hours ago