License weights under CC-BY-4.0 with attribution and citation section
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
tags: [pii, redaction, document-ai]
|
| 4 |
---
|
| 5 |
|
|
@@ -112,3 +112,24 @@ identifiers — not a k-anonymity guarantee or a compliance determination.
|
|
| 112 |
See the Eka-PII-redactors repo (https://github.com/eka-care/Eka-PII-redactors)
|
| 113 |
for the full API reference, the category taxonomy, and the Docker/FastAPI
|
| 114 |
deployment setup (the same setup behind the demo Space above).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
tags: [pii, redaction, document-ai]
|
| 4 |
---
|
| 5 |
|
|
|
|
| 112 |
See the Eka-PII-redactors repo (https://github.com/eka-care/Eka-PII-redactors)
|
| 113 |
for the full API reference, the category taxonomy, and the Docker/FastAPI
|
| 114 |
deployment setup (the same setup behind the demo Space above).
|
| 115 |
+
|
| 116 |
+
## License and attribution
|
| 117 |
+
|
| 118 |
+
These model weights are released under **CC-BY-4.0**: free to use, adapt,
|
| 119 |
+
and build on — including commercially — but any public use or
|
| 120 |
+
redistribution must **credit Eka Care** and link back to this repo
|
| 121 |
+
(https://huggingface.co/ekacare/pii-redactors). The library code is
|
| 122 |
+
Apache-2.0 at https://github.com/eka-care/Eka-PII-redactors.
|
| 123 |
+
|
| 124 |
+
If you use the models or the library, please cite:
|
| 125 |
+
|
| 126 |
+
```bibtex
|
| 127 |
+
@software{eka_pii_redaction,
|
| 128 |
+
author = {{Eka Care}},
|
| 129 |
+
title = {Eka-PII-redaction: detect, redact, de-identify, or anonymize
|
| 130 |
+
PII in document images and plain text},
|
| 131 |
+
year = {2026},
|
| 132 |
+
url = {https://github.com/eka-care/Eka-PII-redactors},
|
| 133 |
+
note = {Model weights: https://huggingface.co/ekacare/pii-redactors}
|
| 134 |
+
}
|
| 135 |
+
```
|