1 phaseActive
Dil modellerini Türkiye Bankalar Birliği (TBB) Bireysel Müşteri Hakem Heyeti mevzuatı ve süreçleri üzerine Türkçe çoktan seçmeli sorularla değerlendirme
Bu yarışmaya katılmak için model.py dosyasını düzenleyip göndermeniz yeterlidir.
Bu metin tabanlı bir benchmark'tır; görsel (vision) model gerekmez.
model.py dosyasında yalnızca üç değişkeni doldurun:
model_name = "YOUR_MODEL_NAME"
api_url = "https://your-endpoint/v1/chat/completions"
api_key = "YOUR_API_KEY_HERE"API uç noktanız OpenAI/LiteLLM uyumlu /v1/chat/completions biçiminde olmalıdır.
model.py dosyasını indirin.Modeliniz TBB Bireysel Müşteri Hakem Heyeti konulu çoktan seçmeli sorular üzerinden değerlendirilir:
| Metrik | Açıklama |
|---|---|
| Genel Skor | Doğru cevap yüzdesi (0-100) |
| Doğru Cevap | Doğru cevaplanmış soru sayısı |
| Toplam Soru | Benchmark'taki soru sayısı |
| Süre | Model çalışma süresi (saniye) |
To participate, simply edit and submit the model.py file. This is a
text benchmark - no vision model is required. Fill in the three variables
(model_name, api_url, api_key) with your OpenAI/LiteLLM-compatible
endpoint, zip the file, and submit it on the competition page.
Your model is evaluated on Turkish multiple-choice questions about the Banks Association of Türkiye (TBB) Individual Customer Arbitration Committee. Each question has four options (A/B/C/D); the score is the percentage of correctly answered questions.