Instructions to use knowledgator/gliner-decoder-large-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use knowledgator/gliner-decoder-large-v1.0 with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("knowledgator/gliner-decoder-large-v1.0") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ tags:
|
|
| 12 |
- decoder
|
| 13 |
- GLiNER
|
| 14 |
- information-extraction
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |

|
|
|
|
| 12 |
- decoder
|
| 13 |
- GLiNER
|
| 14 |
- information-extraction
|
| 15 |
+
library_name: gliner
|
| 16 |
---
|
| 17 |
|
| 18 |

|