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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

OvermindLab
/
nerpa

Token Classification
GLiNER2
Safetensors
GLiNER
English
extractor
named-entity-recognition
ner
pii
anonymisation
privacy
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • GLiNER2

    How to use OvermindLab/nerpa with GLiNER2:

    from gliner2 import GLiNER2
    
    model = GLiNER2.from_pretrained("OvermindLab/nerpa")
    
    # Extract entities
    text = "Apple CEO Tim Cook announced iPhone 15 in Cupertino yesterday."
    result = extractor.extract_entities(text, ["company", "person", "product", "location"])
    
    print(result)
  • GLiNER

    How to use OvermindLab/nerpa with GLiNER:

    from gliner import GLiNER
    
    model = GLiNER.from_pretrained("OvermindLab/nerpa")
  • Notebooks
  • Google Colab
  • Kaggle
nerpa
1.96 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 10 commits
akhatre
add reference to gliner2 zero shot capabilities
29ae185 3 months ago
  • encoder_config
    Upload folder using huggingface_hub 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    8.75 kB
    add reference to gliner2 zero shot capabilities 3 months ago
  • added_tokens.json
    230 Bytes
    Upload folder using huggingface_hub 3 months ago
  • anonymise.py
    9.43 kB
    add reference to gliner2 zero shot capabilities 3 months ago
  • config.json
    254 Bytes
    Upload folder using huggingface_hub 3 months ago
  • model.safetensors
    1.95 GB
    xet
    Upload folder using huggingface_hub 3 months ago
  • requirements.txt
    28 Bytes
    minor code changes and readme improvements 3 months ago
  • special_tokens_map.json
    2.41 kB
    Upload folder using huggingface_hub 3 months ago
  • spm.model
    2.46 MB
    xet
    Upload folder using huggingface_hub 3 months ago
  • tokenizer.json
    8.65 MB
    Upload folder using huggingface_hub 3 months ago
  • tokenizer_config.json
    3.24 kB
    Upload folder using huggingface_hub 3 months ago