Commit
·
1361287
1
Parent(s):
354623c
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,13 @@ pipeline_tag: text2text-generation
|
|
6 |
---
|
7 |
|
8 |
# EntityAnonymization-3B-V0.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
# License
|
11 |
This Natural Language Processing (NLP) model is made available under the Apache License, Version 2.0. You are free to use, modify, and distribute this software according to the terms and conditions of the Apache 2.0 License. For the full license text, please refer to the Apache 2.0 License.
|
|
|
6 |
---
|
7 |
|
8 |
# EntityAnonymization-3B-V0.9
|
9 |
+
EntityAnonymization identifies entities in texts and replaces them with randomised versions.
|
10 |
+
|
11 |
+
In a first pass, the entities are recognised and a dictionary with similar but randomised variants is created.
|
12 |
+
|
13 |
+
In a second run, the original text and the dictionary are provided and the paraphrased variant is generated.
|
14 |
+
|
15 |
+
The two-step approach allows the dictionary to be cached and converted back to an anonymised text that has been further processed.
|
16 |
|
17 |
# License
|
18 |
This Natural Language Processing (NLP) model is made available under the Apache License, Version 2.0. You are free to use, modify, and distribute this software according to the terms and conditions of the Apache 2.0 License. For the full license text, please refer to the Apache 2.0 License.
|