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-large-v1

GLiNER2
Safetensors
English
French
Spanish
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-large-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • GLiNER2

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

    from gliner2 import GLiNER2
    
    model = GLiNER2.from_pretrained("fastino/gliner2-large-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-large-v1
1.96 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 11 commits
urchade's picture
urchade
thaooonguyennn's picture
thaooonguyennn
Update README.md (#4)
b122b11 12 days ago
  • encoder_config
    Upload GLiNER2 10 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
    8.27 kB
    Update README.md (#4) 12 days ago
  • added_tokens.json
    230 Bytes
    Upload GLiNER2 10 months ago
  • config.json
    226 Bytes
    Upload GLiNER2 10 months ago
  • model.safetensors
    1.95 GB
    xet
    Upload GLiNER2 10 months ago
  • special_tokens_map.json
    2.41 kB
    Upload GLiNER2 10 months ago
  • spm.model
    2.46 MB
    xet
    Upload GLiNER2 10 months ago
  • tokenizer.json
    8.65 MB
    Upload GLiNER2 10 months ago
  • tokenizer_config.json
    3.24 kB
    Upload GLiNER2 10 months ago