Cost + latency + hallucination evaluation for Turkish LLMs

#6
by vigneshwar234 - opened

Merhaba! ๐Ÿ‘‹

Great leaderboard for Turkish LLMs! For Turkish enterprise and startup teams, cost per token often determines whether a Turkish-specific model or a frontier model like GPT-4o makes more business sense.

I built an open source LLM Evaluation Framework that adds these dimensions:

โ†’ ๐Ÿ’ฐ Cost per 1K tokens โ€” Turkish model vs GPT-4o-mini vs Gemini Flash side by side
โ†’ โšก Latency โ€” real API latency, including from Turkey/EU servers
โ†’ ๐Ÿ” Hallucination Rate โ€” 0.0-1.0 score, critical for Turkish legal/news applications
โ†’ ๐ŸŽฏ Accuracy โ€” MMLU + TruthfulQA + custom benchmark support for Turkish tasks
โ†’ ๐Ÿง  Reasoning Quality โ€” chain-of-thought depth

Live demo (no API key): https://huggingface.co/spaces/vigneshwar234/llm-eval-demo
GitHub: https://github.com/vignesh2027/LLM-Evaluation-Framework

Happy to discuss adding Turkish-specific benchmark support!

Sign up or log in to comment