Instructions to use NORMA-DEV/Gliner_haystack with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use NORMA-DEV/Gliner_haystack with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("NORMA-DEV/Gliner_haystack") - Notebooks
- Google Colab
- Kaggle
| { | |
| "cls_token": "[CLS]", | |
| "mask_token": "[MASK]", | |
| "pad_token": "[PAD]", | |
| "sep_token": "[SEP]", | |
| "unk_token": "[UNK]" | |
| } | |