Instructions to use mlboydaisuke/GLiNER2-PII-CoreAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use mlboydaisuke/GLiNER2-PII-CoreAI with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("mlboydaisuke/GLiNER2-PII-CoreAI") - Notebooks
- Google Colab
- Kaggle
| { | |
| "S": 256, | |
| "T": 96, | |
| "MMAX": 16, | |
| "K": 8, | |
| "threshold": 0.5, | |
| "prompt_token": "entities", | |
| "marker_ids": { | |
| "[P]": 250104, | |
| "[E]": 250106, | |
| "[SEP_TEXT]": 250103, | |
| "[SEP_STRUCT]": 250102 | |
| }, | |
| "pool_ids": [ | |
| 250104, | |
| 250105, | |
| 250106, | |
| 250107, | |
| 250108 | |
| ] | |
| } |