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

nicolasembleton
/
gliner2.5-multi-v1-onnx

Token Classification
ONNX
GLiNER2
gliner2.5
boundary
webgpu
text-classification
relation-extraction
Model card Files Files and versions
xet
Community

Instructions to use nicolasembleton/gliner2.5-multi-v1-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • GLiNER2

    How to use nicolasembleton/gliner2.5-multi-v1-onnx with GLiNER2:

    from gliner2 import GLiNER2
    
    model = GLiNER2.from_pretrained("nicolasembleton/gliner2.5-multi-v1-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.5-multi-v1-onnx
1.16 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
nicolasembleton's picture
nicolasembleton
v5 export: candidate_states + records.onnx assignment head
20c74ee verified 1 day ago
  • onnx
    v5 export: candidate_states + records.onnx assignment head 1 day ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 2 days ago
  • README.md
    2.11 kB
    v5 export: candidate_states + records.onnx assignment head 1 day ago
  • export_config.json
    125 Bytes
    v5 export: candidate_states + records.onnx assignment head 1 day ago
  • export_script.py
    25.2 kB
    replace v1 export script with v2 exporter (pair reranker in graph) 1 day ago
  • special_tokens_map.json
    2.42 kB
    Upload folder using huggingface_hub 2 days ago
  • tokenizer.json
    16 MB
    xet
    v2 export: pair reranker in graph; verified decode parity 1 day ago
  • tokenizer_config.json
    646 Bytes
    v2 export: pair reranker in graph; verified decode parity 1 day ago