girenit/girenit-TR-Intent
023
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)
BERTurk tabanlı, 6 epoch.
Kullanım
from transformers import pipeline
clf=pipeline("text-classification",model="girenit/girenit-TR-Intent")
print(clf("text metni"))