Views
No views yet
1from transformers import AutoTokenizer, AutoModelForTokenClassification
2
3tokenizer = AutoTokenizer.from_pretrained("busecarik/berturk-sunlp-ner-turkish")
4model = AutoModelForTokenClassification.from_pretrained("busecarik/berturk-sunlp-ner-turkish")| Precision | Recall | F1 |
|---|---|---|
| 82.96 | 82.42 | 82.69 |
| Entity | Precision | Recall | F1 |
|---|---|---|---|
| LOCATION | 0.70 | 0.80 | 0.74 |
| MONEY | 0.80 | 0.71 | 0.75 |
| ORGANIZATION | 0.78 | 0.86 | 0.78 |
| PERSON | 0.90 | 0.91 | 0.91 |
| PRODUCT | 0.44 | 0.47 | 0.45 |
| TIME | 0.94 | 0.85 | 0.89 |
| TVSHOW | 0.61 | 0.35 | 0.45 |
1@InProceedings{ark-yeniterzi:2022:LREC,
2 author = {\c{C}ar\i k, Buse and Yeniterzi, Reyyan},
3 title = {A Twitter Corpus for Named Entity Recognition in Turkish},
4 booktitle = {Proceedings of the Language Resources and Evaluation Conference},
5 month = {June},
6 year = {2022},
7 address = {Marseille, France},
8 publisher = {European Language Resources Association},
9 pages = {4546--4551},
10 url = {https://aclanthology.org/2022.lrec-1.484}
11}