Instructions to use rpeel/glitext-pii-edge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use rpeel/glitext-pii-edge with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("rpeel/glitext-pii-edge") - Notebooks
- Google Colab
- Kaggle
Update model card and security scan results
Browse files
README.md
CHANGED
|
@@ -78,6 +78,10 @@ harilala.rasoanaivo@telma.mg => email
|
|
| 78 |
|
| 79 |
**Note**: it may be beneficial to lower the threshold (see the previous example), to extract all related entities.
|
| 80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
## ONNX Weights
|
| 82 |
|
| 83 |
ONNX weights added by SAS — converted from the upstream safetensors checkpoint.
|
|
|
|
| 78 |
|
| 79 |
**Note**: it may be beneficial to lower the threshold (see the previous example), to extract all related entities.
|
| 80 |
|
| 81 |
+
## Source Model Repo
|
| 82 |
+
|
| 83 |
+
This model is derived from [`vicgalle/gliner-small-pii`](https://huggingface.co/vicgalle/gliner-small-pii). See the upstream repository for the original safetensors weights, training data, and the full upstream model card.
|
| 84 |
+
|
| 85 |
## ONNX Weights
|
| 86 |
|
| 87 |
ONNX weights added by SAS — converted from the upstream safetensors checkpoint.
|