Token Classification
GLiNER2
Safetensors
English
extractor
Text classification
Named Entity Recognition
Relation Extraction
Intent classification
Sentiment Analysis
Topic classification
Structured extraction
Json extraction
information-extraction
boundary-extraction
Instructions to use fastino/gliner2.5-small-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER2
How to use fastino/gliner2.5-small-v1 with GLiNER2:
from gliner2 import GLiNER2 model = GLiNER2.from_pretrained("fastino/gliner2.5-small-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
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ tags:
|
|
| 44 |
|
| 45 |
GLiNER2.5 Small is the compact English boundary checkpoint. It keeps the same public API as the larger 2.5 models while running faster on CPU and edge-style deployments. Load it with `AutoExtractor`: the checkpoint's `architecture` field selects `BoundaryExtractor` automatically.
|
| 46 |
|
| 47 |
-
Fine-tune via [Fastino](https://fastino.ai). Join discussions
|
| 48 |
|
| 49 |
## ✨ Why GLiNER2.5?
|
| 50 |
|
|
|
|
| 44 |
|
| 45 |
GLiNER2.5 Small is the compact English boundary checkpoint. It keeps the same public API as the larger 2.5 models while running faster on CPU and edge-style deployments. Load it with `AutoExtractor`: the checkpoint's `architecture` field selects `BoundaryExtractor` automatically.
|
| 46 |
|
| 47 |
+
Fine-tune via [Fastino](https://fastino.ai). Join discussions [Reddit](https://www.reddit.com/r/GLiNER/).
|
| 48 |
|
| 49 |
## ✨ Why GLiNER2.5?
|
| 50 |
|