louis030195 commited on
Commit
2af8f9a
·
verified ·
1 Parent(s): df55d42

hf: add YAML frontmatter (license, tags, langs)

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # screenpipe-pii-redactor
2
 
3
  > A [screenpipe](https://screenpi.pe) project.
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ - fr
6
+ - de
7
+ - it
8
+ - es
9
+ - nl
10
+ library_name: opf
11
+ pipeline_tag: token-classification
12
+ tags:
13
+ - pii
14
+ - privacy
15
+ - redaction
16
+ - accessibility-tree
17
+ - ocr
18
+ - computer-use
19
+ - agentic
20
+ - screen-capture
21
+ - screenpipe
22
+ base_model:
23
+ - openai/privacy-filter
24
+ datasets:
25
+ - ai4privacy/pii-masking-300k
26
+ metrics:
27
+ - f1
28
+ - recall
29
+ - precision
30
+ extra_gated_prompt: >-
31
+ This model is licensed CC BY-NC 4.0 (non-commercial). For commercial
32
+ use — production deployment, SaaS / API embedding, agent privacy
33
+ middleware, custom fine-tunes — contact hi@screenpi.pe.
34
+ ---
35
+
36
  # screenpipe-pii-redactor
37
 
38
  > A [screenpipe](https://screenpi.pe) project.