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

Swisscoding-Technologies
/
pii-IT-name-filter-149M

Token Classification
Transformers
Safetensors
Italian
modernbert
named-entity-recognition
pii
de-identification
privacy
medical
clinical
names
Model card Files Files and versions
xet
Community

Instructions to use Swisscoding-Technologies/pii-IT-name-filter-149M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Swisscoding-Technologies/pii-IT-name-filter-149M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Swisscoding-Technologies/pii-IT-name-filter-149M")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Swisscoding-Technologies/pii-IT-name-filter-149M")
    model = AutoModelForTokenClassification.from_pretrained("Swisscoding-Technologies/pii-IT-name-filter-149M", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
pii-IT-name-filter-149M
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Paul-Roeseler's picture
Paul-Roeseler
docs: clarify MultiGraSCCo benchmark
3d962ad verified 9 days ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    19.7 kB
    docs: clarify MultiGraSCCo benchmark 9 days ago
  • config.json
    2.04 kB
    Upload Italian model weights and tokenizer about 2 months ago
  • logo.PNG
    28.9 kB
    Upload logo.PNG about 2 months ago
  • model-size-comparison.png
    63.1 kB
    Fix model-card chart rendering 9 days ago
  • model-size-comparison.svg
    2.18 kB
    Update model card, benchmark context, and citation 9 days ago
  • model.safetensors
    598 MB
    xet
    Upload Italian model weights and tokenizer about 2 months ago
  • tokenizer.json
    3.58 MB
    Upload Italian model weights and tokenizer about 2 months ago
  • tokenizer_config.json
    380 Bytes
    Upload Italian model weights and tokenizer about 2 months ago