Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,24 @@ tags:
|
|
5 |
- sequence-tagger-model
|
6 |
language: en
|
7 |
widget:
|
8 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
## English PII in Flair
|
@@ -26,4 +43,4 @@ Predicts 5 tags:
|
|
26 |
|
27 |
Uses distilbert embeddings.
|
28 |
|
29 |
-
---
|
|
|
5 |
- sequence-tagger-model
|
6 |
language: en
|
7 |
widget:
|
8 |
+
- text: >-
|
9 |
+
SELECT shipping FROM users WHERE shipping = '201 Thayer St Providence RI
|
10 |
+
02912'
|
11 |
+
license: mit
|
12 |
+
datasets:
|
13 |
+
- beki/privy
|
14 |
+
---
|
15 |
+
| Feature | Description |
|
16 |
+
| --- | --- |
|
17 |
+
| **Name** | `en_spacy_pii_distilbert` |
|
18 |
+
| **Version** | `0.0.0` |
|
19 |
+
| **spaCy** | `>=3.4.1,<3.5.0` |
|
20 |
+
| **Default Pipeline** | `transformer`, `ner` |
|
21 |
+
| **Components** | `transformer`, `ner` |
|
22 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
23 |
+
| **Sources** | Trained on a new [dataset for structured PII](https://huggingface.co/datasets/beki/privy) generated by [Privy](https://github.com/pixie-io/pixie/tree/main/src/datagen/pii/privy). For more details, see this [blog post](https://blog.px.dev/detect-pii/) |
|
24 |
+
| **License** | MIT |
|
25 |
+
| **Author** | [Benjamin Kilimnik](https://www.linkedin.com/in/benkilimnik/) |
|
26 |
---
|
27 |
|
28 |
## English PII in Flair
|
|
|
43 |
|
44 |
Uses distilbert embeddings.
|
45 |
|
46 |
+
---
|