King-Harry
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ language:
|
|
4 |
tags:
|
5 |
- redaction
|
6 |
- PII
|
|
|
7 |
- NLP
|
8 |
- privacy
|
9 |
license: apache-2.0
|
@@ -24,15 +25,13 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Accuracy
|
26 |
type: accuracy
|
27 |
-
value: 0.
|
28 |
- name: F1 Score
|
29 |
type: f1
|
30 |
-
value: 0.
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
example_outputs:
|
35 |
-
- "[REDACTED]'s phone number is [REDACTED] and his email is [REDACTED]."
|
36 |
---
|
37 |
|
38 |
|
|
|
4 |
tags:
|
5 |
- redaction
|
6 |
- PII
|
7 |
+
- PCI
|
8 |
- NLP
|
9 |
- privacy
|
10 |
license: apache-2.0
|
|
|
25 |
metrics:
|
26 |
- name: Accuracy
|
27 |
type: accuracy
|
28 |
+
value: 0.9821 # Example value, please adjust based on your results
|
29 |
- name: F1 Score
|
30 |
type: f1
|
31 |
+
value: 0.9685 # Example value, please adjust based on your results
|
32 |
+
widget:
|
33 |
+
- example_input: "John Doe's phone number is 123-456-7890 and his email is [email protected]."
|
34 |
+
- example-output: "[REDACTED]'s phone number is [REDACTED] and his email is [REDACTED]."
|
|
|
|
|
35 |
---
|
36 |
|
37 |
|