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

noczero
/
pii-xlmr-bilingual

Token Classification
Transformers
Safetensors
English
Korean
xlm-roberta
pii
privacy
redaction
named-entity-recognition
korean
bilingual
on-premises
Model card Files Files and versions
xet
Community

Instructions to use noczero/pii-xlmr-bilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use noczero/pii-xlmr-bilingual with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="noczero/pii-xlmr-bilingual")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("noczero/pii-xlmr-bilingual")
    model = AutoModelForTokenClassification.from_pretrained("noczero/pii-xlmr-bilingual", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pii-xlmr-bilingual
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
noczero's picture
noczero
Bilingual EN/KO PII span tagger: weights, tokenizer, and model card
3843a35 verified 15 days ago
  • .gitattributes
    1.57 kB
    Bilingual EN/KO PII span tagger: weights, tokenizer, and model card 15 days ago
  • README.md
    6.91 kB
    Bilingual EN/KO PII span tagger: weights, tokenizer, and model card 15 days ago
  • config.json
    1.35 kB
    Bilingual EN/KO PII span tagger: weights, tokenizer, and model card 15 days ago
  • model.safetensors
    1.11 GB
    xet
    Bilingual EN/KO PII span tagger: weights, tokenizer, and model card 15 days ago
  • tokenizer.json
    17.1 MB
    xet
    Bilingual EN/KO PII span tagger: weights, tokenizer, and model card 15 days ago
  • tokenizer_config.json
    343 Bytes
    Bilingual EN/KO PII span tagger: weights, tokenizer, and model card 15 days ago
  • training_config.json
    250 Bytes
    Bilingual EN/KO PII span tagger: weights, tokenizer, and model card 15 days ago