Update README.md
Browse files
README.md
CHANGED
|
@@ -1,2 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Turkish Name Anonymization
|
| 2 |
With finetuning on a Turkish NER dataset, this model utilizing dbmdz/bert-base-turkish-cased can accurately identify personal names for anonymization purposes, achieving F1 score of 87%.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- tr
|
| 4 |
+
pipeline_tag: token-classification
|
| 5 |
+
tags:
|
| 6 |
+
- ner
|
| 7 |
+
widget:
|
| 8 |
+
- text: "Merhaba ben Ahmet Aydın!"
|
| 9 |
+
---
|
| 10 |
## Turkish Name Anonymization
|
| 11 |
With finetuning on a Turkish NER dataset, this model utilizing dbmdz/bert-base-turkish-cased can accurately identify personal names for anonymization purposes, achieving F1 score of 87%.
|