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

mircq
/
GLINER-INT8

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

Instructions to use mircq/GLINER-INT8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • GLiNER

    How to use mircq/GLINER-INT8 with GLiNER:

    from gliner import GLiNER
    
    model = GLiNER.from_pretrained("mircq/GLINER-INT8")
  • GLiNER2

    How to use mircq/GLINER-INT8 with GLiNER2:

    from gliner2 import GLiNER2
    
    model = GLiNER2.from_pretrained("mircq/GLINER-INT8")
    
    # 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
GLINER-INT8 / onnx
365 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mircq's picture
mircq
GLINER quantized INT8
29cd9ec verified 8 days ago
  • classifier_int8.onnx
    1.19 MB
    xet
    GLINER quantized INT8 8 days ago
  • count_embed_int8.onnx
    10.7 MB
    xet
    GLINER quantized INT8 8 days ago
  • encoder_int8.onnx
    337 MB
    xet
    GLINER quantized INT8 8 days ago
  • span_rep_int8.onnx
    16.6 MB
    xet
    GLINER quantized INT8 8 days ago