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 glitext card metadata
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: glitext
|
| 3 |
+
tags:
|
| 4 |
+
- glitext
|
| 5 |
+
glitext:
|
| 6 |
+
name: "pii-edge"
|
| 7 |
+
description: "GLiNER PII Edge v1.0 - Lightweight personally identifiable information detection"
|
| 8 |
+
recognition: true
|
| 9 |
+
classification: false
|
| 10 |
+
association: false
|
| 11 |
+
span_mode: true
|
| 12 |
+
size_gb: 0.17
|
| 13 |
+
hf_repo: "rpeel/glitext-pii-edge"
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# rpeel/glitext-pii-edge
|
| 17 |
+
|
| 18 |
+
GLiNER PII Edge v1.0 - Lightweight personally identifiable information detection
|
| 19 |
+
|
| 20 |
+
This model is managed by the GLiText server. Download it via the Models page.
|