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

lexedit
/
herbert-polish-legal-ner

Token Classification
Transformers
ONNX
Safetensors
Polish
bert
named-entity-recognition
ner
pii
pii-detection
anonymization
privacy
gdpr
polish
legal
legal-nlp
herbert
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use lexedit/herbert-polish-legal-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lexedit/herbert-polish-legal-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="lexedit/herbert-polish-legal-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("lexedit/herbert-polish-legal-ner")
    model = AutoModelForTokenClassification.from_pretrained("lexedit/herbert-polish-legal-ner", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
herbert-polish-legal-ner
626 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
i008's picture
i008
docs: link the Claude Code skill (tuul-ai/lexedit-anonymizer-skill)
3b0f37e verified 28 days ago
  • examples
    HerBERT Polish legal NER (general): weights + ONNX + card + examples about 1 month ago
  • onnx
    HerBERT Polish legal NER (general): weights + ONNX + card + examples about 1 month ago
  • .gitattributes
    135 Bytes
    HerBERT Polish legal NER (general): weights + ONNX + card + examples about 1 month ago
  • README.md
    8.64 kB
    docs: link the Claude Code skill (tuul-ai/lexedit-anonymizer-skill) 28 days ago
  • config.json
    1.88 kB
    HerBERT Polish legal NER (general): weights + ONNX + card + examples about 1 month ago
  • merges.txt
    556 kB
    HerBERT Polish legal NER (general): weights + ONNX + card + examples about 1 month ago
  • model.safetensors
    496 MB
    xet
    HerBERT Polish legal NER (general): weights + ONNX + card + examples about 1 month ago
  • requirements.txt
    158 Bytes
    HerBERT Polish legal NER (general): weights + ONNX + card + examples about 1 month ago
  • special_tokens_map.json
    144 Bytes
    HerBERT Polish legal NER (general): weights + ONNX + card + examples about 1 month ago
  • tokenizer.json
    3.69 MB
    HerBERT Polish legal NER (general): weights + ONNX + card + examples about 1 month ago
  • tokenizer_config.json
    1.26 kB
    HerBERT Polish legal NER (general): weights + ONNX + card + examples about 1 month ago
  • vocab.json
    907 kB
    HerBERT Polish legal NER (general): weights + ONNX + card + examples about 1 month ago