Instructions to use urchade/gliner_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use urchade/gliner_base with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("urchade/gliner_base") - Notebooks
- Google Colab
- Kaggle
Run the model locally offline
#9
by Pierre1812 - opened
Hi,
I'm trying to run gliner_base locally. I have downloaded the respective config.json and gliner_base.bin and saved it in my folder. Then I always get the same error :
ValueError: Unrecognized model in gliner_base. Should have a model_type key in its config.json
What should I do ?
Thank you for your assistance!
Pierre