urchade/synthetic-pii-ner-mistral-v1
Updated • 303 • 16
How to use NeuML/gliner-bert-tiny with GLiNER:
from gliner import GLiNER
model = GLiNER.from_pretrained("NeuML/gliner-bert-tiny")GLiNER model using BERT Tiny as the base model with urchade/synthetic-pii-ner-mistral-v1 as the training dataset.
This model is primarily designed for unit tests in limited compute environments such as GitHub Actions. But it does work to an extent for basic use cases.
from gliner import GLiNER model = GLiNER.from_pretrained("NeuML/gliner-bert-tiny")