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

rafmacalaba
/
gliner2-datause-large-v1-deval-synth-v2

GLiNER2
ner
data-mention-extraction
lora
Model card Files Files and versions
xet
Community

Instructions to use rafmacalaba/gliner2-datause-large-v1-deval-synth-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • GLiNER2

    How to use rafmacalaba/gliner2-datause-large-v1-deval-synth-v2 with GLiNER2:

    from gliner2 import GLiNER2
    
    model = GLiNER2.from_pretrained("rafmacalaba/gliner2-datause-large-v1-deval-synth-v2")
    
    # 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-datause-large-v1-deval-synth-v2
31.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
rafmacalaba's picture
rafmacalaba
Add model card
d3fe46d verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    2.45 kB
    Add model card about 1 month ago
  • adapter_config.json
    276 Bytes
    Add v1-deval-synth-v2 adapter (count_pred fix) โ€” val_loss=439.4476 about 1 month ago
  • adapter_weights.safetensors
    31.8 MB
    xet
    Add v1-deval-synth-v2 adapter (count_pred fix) โ€” val_loss=439.4476 about 1 month ago