akoksal commited on
Commit
873e305
·
1 Parent(s): 574c341

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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%.