GLiNER2
Safetensors
extractor
Token Classification
Zero-Shot Classification
Text Classification
relation extraction
Structured extraction
Instructions to use fastino/gliner2-multi-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER2
How to use fastino/gliner2-multi-v1 with GLiNER2:
from gliner2 import GLiNER2 model = GLiNER2.from_pretrained("fastino/gliner2-multi-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
#9
by thaooonguyennn - opened
README.md
CHANGED
|
@@ -17,7 +17,7 @@ tags:
|
|
| 17 |
---
|
| 18 |
<div align="center">
|
| 19 |
<a href="https://fastino.ai" target="_blank" rel="noopener noreferrer">
|
| 20 |
-
<img src="
|
| 21 |
</a>
|
| 22 |
</div>
|
| 23 |
|
|
|
|
| 17 |
---
|
| 18 |
<div align="center">
|
| 19 |
<a href="https://fastino.ai" target="_blank" rel="noopener noreferrer">
|
| 20 |
+
<img src="GitHub_new.jpg" alt="Fastino AI - Fine-tune GLiNER with a single prompt" width="100%"/>
|
| 21 |
</a>
|
| 22 |
</div>
|
| 23 |
|