Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

rafmacalaba
/
gliner2-datause-v2

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

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

  • Libraries
  • GLiNER2

    How to use rafmacalaba/gliner2-datause-v2 with GLiNER2:

    from gliner2 import GLiNER2
    
    model = GLiNER2.from_pretrained("rafmacalaba/gliner2-datause-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-v2
13.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
rafmacalaba's picture
rafmacalaba
Upload README.md with huggingface_hub
83f4b0d verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    1.36 kB
    Upload README.md with huggingface_hub 3 months ago
  • adapter_config.json
    274 Bytes
    Upload folder using huggingface_hub 3 months ago
  • adapter_weights.safetensors
    13.1 MB
    xet
    Upload folder using huggingface_hub 3 months ago