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
custom_code
Model card Files Files and versions
xet
Community
1

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: 20 commits
ubermensch1218's picture
ubermensch1218
Document the current V6 benchmark result
f3c1807 verified 10 days ago
  • benchmark
    Publish the current V6 benchmark only 10 days ago
  • .gitattributes
    1.52 kB
    initial commit 15 days ago
  • LICENSE
    8.55 kB
    Upload LICENSE with huggingface_hub 11 days ago
  • README.md
    9.83 kB
    Document the current V6 benchmark result 10 days ago
  • __init__.py
    0 Bytes
    Upload __init__.py with huggingface_hub 15 days ago
  • config.json
    3.12 kB
    Upload config.json with huggingface_hub 15 days ago
  • model.safetensors
    136 MB
    xet
    Update to v25p weights (F1=0.861, org 0.713) 15 days ago
  • modeling_lfm2_bidirectional.py
    7.09 kB
    Upload modeling_lfm2_bidirectional.py with huggingface_hub 15 days ago
  • tokenizer.json
    752 kB
    Upload tokenizer.json with huggingface_hub 15 days ago
  • tokenizer_config.json
    452 Bytes
    Upload tokenizer_config.json with huggingface_hub 15 days ago