Token Classification
GLiNER2
Safetensors
GLiNER
English
ner
named-entity-recognition
world-bank
datasets
data-use
lora
adapter
forced-displacement
refugees
fcv
Instructions to use ai4data/datause-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER2
How to use ai4data/datause-extraction with GLiNER2:
from gliner2 import GLiNER2 model = GLiNER2.from_pretrained("ai4data/datause-extraction") # Extract entities text = "Apple CEO Tim Cook announced iPhone 15 in Cupertino yesterday." result = extractor.extract_entities(text, ["company", "person", "product", "location"]) print(result) - GLiNER
How to use ai4data/datause-extraction with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("ai4data/datause-extraction") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
1668d53 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:219080a9707cbffafd5b4548b1fbe6723798ae2f622ea57d13d4a42f0ca02e51
size 30387408
|