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
382 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mircq's picture
mircq
GLINER quantized INT8
29cd9ec verified 7 days ago
  • onnx
    GLINER quantized INT8 7 days ago
  • .gitattributes
    1.57 kB
    GLINER quantized INT8 7 days ago
  • README.md
    3.26 kB
    GLINER quantized INT8 7 days ago
  • USAGE.md
    941 Bytes
    GLINER quantized INT8 7 days ago
  • config.json
    48 Bytes
    GLINER quantized INT8 7 days ago
  • gliner2_config.json
    504 Bytes
    GLINER quantized INT8 7 days ago
  • tokenizer.json
    16.3 MB
    xet
    GLINER quantized INT8 7 days ago
  • tokenizer_config.json
    678 Bytes
    GLINER quantized INT8 7 days ago