King-Harry commited on
Commit
acb5844
·
verified ·
1 Parent(s): e54b63e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
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.95 # Example value, please adjust based on your results
28
  - name: F1 Score
29
  type: f1
30
- value: 0.92 # Example value, please adjust based on your results
31
- inference:
32
- example_inputs:
33
- - "John Doe's phone number is 123-456-7890 and his email is john.[email protected]."
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