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

FluidInference
/
gliner2-5-multi-coreml

Token Classification
Core ML
GLiNER2
coremltools
extractor
multilingual
apple-silicon
Model card Files Files and versions
xet
Community

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

  • Libraries
  • GLiNER2

    How to use FluidInference/gliner2-5-multi-coreml with GLiNER2:

    from gliner2 import GLiNER2
    
    model = GLiNER2.from_pretrained("FluidInference/gliner2-5-multi-coreml")
    
    # 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-coreml / tests
12.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
alexwengg's picture
alexwengg
Add validated W8 extraction packages and ANE profiling for multi
c6e4872 verified about 19 hours ago
  • test_extraction_export.py
    2.94 kB
    Add validated GLiNER2 extraction Core ML stages about 20 hours ago
  • test_extraction_pool.py
    2.6 kB
    Add validated GLiNER2 extraction Core ML stages about 20 hours ago
  • test_extraction_preprocessing.py
    1.64 kB
    Add validated GLiNER2 extraction Core ML stages about 20 hours ago
  • test_extraction_record.py
    3.34 kB
    Add validated GLiNER2 extraction Core ML stages about 20 hours ago
  • test_extraction_routing.py
    824 Bytes
    Add validated W8 extraction packages and ANE profiling for multi about 19 hours ago
  • test_quantize_extraction.py
    804 Bytes
    Add validated W8 extraction packages and ANE profiling for multi about 19 hours ago