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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

fastino
/
gliner2-base-v1

GLiNER2
Safetensors
English
extractor
Text classification
Named Entity Recognition
Relation Extraction
Intent classification
Sentiment Analysis
Topic classification
Structured extraction
Json extraction
Model card Files Files and versions
xet
Community
4

Instructions to use fastino/gliner2-base-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • GLiNER2

    How to use fastino/gliner2-base-v1 with GLiNER2:

    from gliner2 import GLiNER2
    
    model = GLiNER2.from_pretrained("fastino/gliner2-base-v1")
    
    # 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-base-v1
849 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 12 commits
urchade's picture
urchade
thaooonguyennn's picture
thaooonguyennn
Update README.md (#4)
f5b2ece 3 days ago
  • encoder_config
    Upload GLiNER2 6 months ago
  • image
    Upload image/GitHub.png about 1 month ago
  • .gitattributes
    1.57 kB
    Upload image/GitHub.png about 1 month ago
  • README.md
    6.53 kB
    Update README.md (#4) 3 days ago
  • added_tokens.json
    230 Bytes
    Upload GLiNER2 11 months ago
  • config.json
    236 Bytes
    Upload GLiNER2 6 months ago
  • model.safetensors
    834 MB
    xet
    Upload GLiNER2 6 months ago
  • special_tokens_map.json
    2.41 kB
    Upload GLiNER2 11 months ago
  • spm.model
    2.46 MB
    xet
    Upload GLiNER2 11 months ago
  • tokenizer.json
    8.65 MB
    Upload GLiNER2 11 months ago
  • tokenizer_config.json
    3.24 kB
    Upload GLiNER2 6 months ago