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

cilebre
/
gliner2-pii-ONNX

ONNX
GLiNER
GLiNER2
gliner2-onnx
ner
named-entity-recognition
zero-shot
classification
Model card Files Files and versions
xet
Community

Instructions to use cilebre/gliner2-pii-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • GLiNER

    How to use cilebre/gliner2-pii-ONNX with GLiNER:

    from gliner import GLiNER
    
    model = GLiNER.from_pretrained("cilebre/gliner2-pii-ONNX")
  • GLiNER2

    How to use cilebre/gliner2-pii-ONNX with GLiNER2:

    from gliner2 import GLiNER2
    
    model = GLiNER2.from_pretrained("cilebre/gliner2-pii-ONNX")
    
    # Extract entities
    text = "Apple CEO Tim Cook announced iPhone 15 in Cupertino yesterday."
    result = extractor.extract_entities(text, ["company", "person", "product", "location"])
    
    print(result)
  • Notebooks
  • Google Colab
  • Kaggle
gliner2-pii-ONNX
1.24 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
cilebre's picture
cilebre
Upload encoder config
a7f4d20 verified 10 days ago
  • encoder_config
    Upload encoder config 10 days ago
  • onnx
    uplaod model 10 days ago
  • .gitattributes
    1.57 kB
    uplaod model 10 days ago
  • README.md
    3.31 kB
    uplaod model 10 days ago
  • config.json
    48 Bytes
    uplaod model 10 days ago
  • gliner2_config.json
    483 Bytes
    uplaod model 10 days ago
  • tokenizer.json
    16 MB
    xet
    uplaod model 10 days ago
  • tokenizer_config.json
    378 Bytes
    uplaod model 10 days ago