Token Classification
GLiNER2
Safetensors
multilingual
English
extractor
Text classification
Intent classification
Sentiment Analysis
Topic classification
Named Entity Recognition
Instructions to use fastino/GLiNER2.5-multi-Decide with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER2
How to use fastino/GLiNER2.5-multi-Decide with GLiNER2:
from gliner2 import GLiNER2 model = GLiNER2.from_pretrained("fastino/GLiNER2.5-multi-Decide") # 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
Demo for this model on Spaces
#4 opened about 14 hours ago
by
multimodalart
Install with the local extra; tag as text-classification
#3 opened about 17 hours ago
by
bkinge