beki commited on
Commit
f230517
1 Parent(s): 89f55b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -5,5 +5,25 @@ tags:
5
  - sequence-tagger-model
6
  language: en
7
  widget:
8
- - text: "George Washington went to Washington"
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - sequence-tagger-model
6
  language: en
7
  widget:
8
+ - text: "SELECT shipping FROM users WHERE shipping = '201 Thayer St Providence RI 02912'"
9
+ ---
10
+
11
+ ## English PII in Flair
12
+
13
+ This is the large 5-class NER model for English trained on protocol trace data generated by [Privy](https://github.com/pixie-io/pixie/tree/main/src/datagen/pii/privy/)
14
+
15
+ F1-Score: **0.9522**
16
+
17
+ Predicts 5 tags:
18
+
19
+ | **tag** | **meaning** |
20
+ |---------------------------------|-----------|
21
+ | PER | person name |
22
+ | LOC | location name |
23
+ | ORG | organization name |
24
+ | DATE_TIME | dates and times |
25
+ | NRP | nationalities, religious and political groups |
26
+
27
+ Uses distilbert embeddings.
28
+
29
+ ---