MichaelWelsch commited on
Commit
58e1ecc
1 Parent(s): 389c8a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -9
README.md CHANGED
@@ -3,22 +3,18 @@ license: apache-2.0
3
  ---
4
  # The GDPR Input Detection and Anonymization model
5
 
6
- The **The GDPR Input Detection and Anonymization model** is designed to protect sensitive information locally before it is processed by larger AI models in external clouds.
7
-
8
- External cloud suppliers store every input for at least 30 days!
9
-
10
- Inference costs of small or big model differ by factor 100!
11
-
12
- You can't give LLM access to employees without caring about GDPR and company compliance.
13
 
14
 
15
  ## Intended Use
16
 
17
- The model is made to bridge the user inputs to external LLM input like a firewall or proxy
18
 
19
  The model analysis the user prompts and computes two scores.
20
 
21
- The first score helps to identify if it needs a small or more cabable model to process the user input. The second score rates the sensitivity of the prompt. When it detects sensitive information, the further cloud processing of the prompt can be blocked or at least be replaced by an anonymized version.
 
 
22
 
23
 
24
  ## Complexity Scoring
 
3
  ---
4
  # The GDPR Input Detection and Anonymization model
5
 
6
+ The **The GDPR Input Detection and Anonymization model** is designed to protect sensitive information locally before it is processed by larger AI models in external clouds.
 
 
 
 
 
 
7
 
8
 
9
  ## Intended Use
10
 
11
+ The model is made to bridge the user inputs to external LLM input like a firewall or proxy.
12
 
13
  The model analysis the user prompts and computes two scores.
14
 
15
+ The first score helps to identify if it needs a small or more cabable model to process the user input.
16
+
17
+ The second score rates the sensitivity of the prompt. When it detects sensitive information, the further cloud processing of the prompt can be blocked or at least be replaced by an anonymized version.
18
 
19
 
20
  ## Complexity Scoring