Token Classification
GLiNER
PyTorch
English
NER
information extraction
relation extraction
summarization
sentiment extraction
question-answering
Instructions to use knowledgator/gliner-multitask-large-v0.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use knowledgator/gliner-multitask-large-v0.5 with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("knowledgator/gliner-multitask-large-v0.5") - Notebooks
- Google Colab
- Kaggle
Support for this model using transformers?
#9
by vrdn23 - opened
Hi,
Is there any future work that is being planned to support this model using transformers? The GliNER repository seems to have stopped receiving new improvements or feature updates (maintainer activity seems to be low on the repo) so was just curious if there was a plan to move the implementation over to a more centralized space where it can be maintained?