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 / figures
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
ppuzio's picture
ppuzio
Add NERGAL epoch-5 hybrid PII snapshot
caa10a8 verified 2 days ago
  • primary-three-model-curves.png
    177 kB
    xet
    Add NERGAL epoch-5 hybrid PII snapshot 2 days ago
  • xlmr-seven-epoch-curves.png
    210 kB
    xet
    Add NERGAL epoch-5 hybrid PII snapshot 2 days ago