Token Classification
GLiNER
PyTorch
ONNX
English
multilingual
named-entity-recognition
information-extraction
legal
contracts
nlp
Instructions to use agilelab-org/Contractner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use agilelab-org/Contractner with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("agilelab-org/Contractner") - Notebooks
- Google Colab
- Kaggle
| [project] | |
| name = "contractner-eval" | |
| version = "0.1.0" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "gliner>=0.2.25", | |
| "datasets>=2.19", | |
| "numpy", | |
| "matplotlib", | |
| "tqdm", | |
| "onnxscript>=0.7.0", | |
| ] | |