CoolFace
Modelpublic

girenit/girenit-TR-Intent

sourceHugging Facemitupdated 10d agoView on Hugging Face
0likes23downloads
Model Card

girenit-TR-Intent — Türkçe niyet sınıflandırma

Gerçek, insan-etiketli [mteb/amazon_massive_intent](https://huggingface.co/datasets/mteb/amazon_massive_intent) verisiyle eğitildi; aynı setin ayrılmış test bölümünde dürüstçe ölçüldü. 60 sınıf.

Benchmark (gerçek test)

MetrikSkor
Accuracy88.2%
Macro-F185.1%

BERTurk tabanlı, 6 epoch.

Kullanım

python
from transformers import pipeline
clf=pipeline("text-classification",model="girenit/girenit-TR-Intent")
print(clf("text metni"))