Instructions to use SemplificaAI/gliner2-multi-v1-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use SemplificaAI/gliner2-multi-v1-onnx with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("SemplificaAI/gliner2-multi-v1-onnx") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -6,10 +6,15 @@ language:
|
|
| 6 |
- es
|
| 7 |
- de
|
| 8 |
- pt
|
|
|
|
| 9 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- gliner
|
| 11 |
- ner
|
| 12 |
-
- information-extraction
|
| 13 |
- onnx
|
| 14 |
- rust
|
| 15 |
pipeline_tag: token-classification
|
|
|
|
| 6 |
- es
|
| 7 |
- de
|
| 8 |
- pt
|
| 9 |
+
license: apache-2.0
|
| 10 |
tags:
|
| 11 |
+
- Token Classification
|
| 12 |
+
- Zero-Shot Classification
|
| 13 |
+
- Text Classification
|
| 14 |
+
- relation extraction
|
| 15 |
+
- Structured extraction
|
| 16 |
- gliner
|
| 17 |
- ner
|
|
|
|
| 18 |
- onnx
|
| 19 |
- rust
|
| 20 |
pipeline_tag: token-classification
|