--- language: [tr] license: mit pipeline_tag: text-classification base_model: dbmdz/bert-base-turkish-cased tags: [turkish, text-classification, werea] datasets: [facebook/xnli] metrics: [accuracy, f1] --- # Werea-TR-NLI — Türkçe doğal dil çıkarımı (NLI) **Gerçek, insan-etiketli [facebook/xnli](https://huggingface.co/datasets/facebook/xnli) verisiyle eğitildi; aynı setin ayrılmış test bölümünde dürüstçe ölçüldü.** 3 sınıf. ## Benchmark (gerçek test) | Metrik | Skor | |---|---| | Accuracy | 74.5% | | Macro-F1 | 74.5% | [BERTurk](https://huggingface.co/dbmdz/bert-base-turkish-cased) tabanlı, 2 epoch. ## Kullanım ```python from transformers import pipeline clf=pipeline("text-classification",model="Werea-co/Werea-TR-NLI") print(clf(dict(text=..., text_pair=...))) ``` 💜 [werea.co](https://werea.co)