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
File size: 293 Bytes
b9cfcad | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"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
]
} |