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

SlayerLab
/
NERGAL

Token Classification
Transformers
Safetensors
Polish
xlm-roberta
polish
pii
ner
hybrid
Model card Files Files and versions
xet
Community

Instructions to use SlayerLab/NERGAL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SlayerLab/NERGAL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="SlayerLab/NERGAL")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("SlayerLab/NERGAL")
    model = AutoModelForTokenClassification.from_pretrained("SlayerLab/NERGAL", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
NERGAL
2.26 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
ppuzio's picture
ppuzio
Fix public tokenizer batch shape before 1.0.2 release
510b295 about 12 hours ago
  • figures
    Add NERGAL epoch-5 hybrid PII snapshot 1 day ago
  • .gitattributes
    1.72 kB
    Add NERGAL epoch-5 hybrid PII snapshot 1 day ago
  • CHANGELOG.md
    2.53 kB
    Fix public tokenizer batch shape before 1.0.2 release about 12 hours ago
  • README.md
    5.82 kB
    Release 1.0.2: conservative labelled country-area phone fix about 13 hours ago
  • config.json
    884 Bytes
    Add NERGAL epoch-5 hybrid PII snapshot 1 day ago
  • hybrid.json
    1.09 kB
    Release 1.0.2: conservative labelled country-area phone fix about 13 hours ago
  • model.safetensors
    2.24 GB
    xet
    Add NERGAL epoch-5 hybrid PII snapshot 1 day ago
  • nergal.py
    12.1 kB
    Fix public tokenizer batch shape before 1.0.2 release about 12 hours ago
  • scrub_pii.py
    41.6 kB
    Release 1.0.2: conservative labelled country-area phone fix about 13 hours ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Add NERGAL epoch-5 hybrid PII snapshot 1 day ago
  • special_tokens_map.json
    280 Bytes
    Add NERGAL epoch-5 hybrid PII snapshot 1 day ago
  • test_nergal.py
    2.64 kB
    Fix public tokenizer batch shape before 1.0.2 release about 12 hours ago
  • tokenizer.json
    17.1 MB
    xet
    Add NERGAL epoch-5 hybrid PII snapshot 1 day ago
  • tokenizer_config.json
    1.53 kB
    Add NERGAL epoch-5 hybrid PII snapshot 1 day ago