GLiNER2
Safetensors
English
French
Spanish
extractor
Text classification
Named Entity Recognition
Relation Extraction
Intent classification
Sentiment Analysis
Topic classification
Structured extraction
Json extraction
Instructions to use fastino/gliner2-large-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER2
How to use fastino/gliner2-large-v1 with GLiNER2:
from gliner2 import GLiNER2 model = GLiNER2.from_pretrained("fastino/gliner2-large-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 banner
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ tags:
|
|
| 16 |
- Json extraction
|
| 17 |
---
|
| 18 |
<div align="center">
|
| 19 |
-
<a href="https://fastino.ai" target="_blank" rel="noopener noreferrer">
|
| 20 |
-
<img src="
|
| 21 |
</a>
|
| 22 |
</div>
|
| 23 |
|
|
|
|
| 16 |
- Json extraction
|
| 17 |
---
|
| 18 |
<div align="center">
|
| 19 |
+
<a href="https://fastino.ai/lp/gliner?utm_source=hugggingface" target="_blank" rel="noopener noreferrer">
|
| 20 |
+
<img src="image/GLiNER-2-Large-HF-Banner.png" alt="Fastino AI - Fine-tune GLiNER with a single prompt" width="100%"/>
|
| 21 |
</a>
|
| 22 |
</div>
|
| 23 |
|