Add tokenizer and safetensors files
#12
by
vrdn23
- opened
No description provided.
Steps to reproduce:
from gliner import GLiNER
# Initialize GLiNER with the base model
model = GLiNER.from_pretrained("urchade/gliner_multi_pii-v1")
model.save_pretrained("pii-gliner",safe_serialization=True)
vrdn23
changed pull request status to
open