Token Classification
GLiNER
ONNX
Safetensors
NER
GLiNER
information extraction
encoder
entity recognition
Instructions to use knowledgator/gliner-x-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use knowledgator/gliner-x-large with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("knowledgator/gliner-x-large") - Notebooks
- Google Colab
- Kaggle
Fixed a typo: Portuguese -> Dutch
#5
by prhbrt - opened
README.md
CHANGED
|
@@ -543,7 +543,7 @@ Liga das Nações da UEFA => competições
|
|
| 543 |
</details>
|
| 544 |
|
| 545 |
<details>
|
| 546 |
-
<summary>
|
| 547 |
|
| 548 |
```python
|
| 549 |
from gliner import GLiNER
|
|
|
|
| 543 |
</details>
|
| 544 |
|
| 545 |
<details>
|
| 546 |
+
<summary>Dutch</summary>
|
| 547 |
|
| 548 |
```python
|
| 549 |
from gliner import GLiNER
|