Token Classification
GLiNER
PyTorch
multilingual
NER
GLiNER
information extraction
encoder
entity recognition
Instructions to use knowledgator/gliner-bi-large-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use knowledgator/gliner-bi-large-v1.0 with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("knowledgator/gliner-bi-large-v1.0") - Notebooks
- Google Colab
- Kaggle
How to change language of the training archives
#1
by FilipeProgramming - opened
Sorry if my question is idiot, I am from Brazil (Brasil) and i need to transfer the main language to brazilian portuguese. I can find datasets in portuguese, but I don't understand how to do all changes in main archives.
I don't know if this change something, but the software used by me is Spyder in Anaconda.
Thank you for your time.