mehmettozlu commited on
Commit
efe9211
·
verified ·
1 Parent(s): 8b3d770

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -30,6 +30,19 @@ Currently, the most optimal and highly requested quantization version is availab
30
 
31
  ---
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ## 💬 Prompt Template (ChatML)
34
 
35
  The Qwen 2.5 architecture uses the **ChatML** format. To prevent hallucinations and get the best performance, you must use the following structure when interacting with the model via API or code:
 
30
 
31
  ---
32
 
33
+ ## 📊 Model Performance Benchmarks (LLM-as-a-Judge)
34
+
35
+ This model has been tested under identical conditions alongside other popular Turkish GGUF models and evaluated via an LLM-as-a-Judge benchmark to measure Turkish language proficiency, instruction-following capabilities, and coding performance.
36
+
37
+ ### 🏆 Comparison Table
38
+
39
+ | Model | Parameters | Geography (10) | Email Formatting (10) | Coding (10) | Total | Performance Summary |
40
+ |---|---|---|---|---|---|---|
41
+ | **Qwen-2.5-Instruct** | 7B | 4.0 | **8.5** | **10.0** | **22.5 / 30** | **Most Balanced:** Flawless Python code, fluent Turkish, and high instruction adherence. Minor hallucination tendencies on local geographical data. |
42
+ | **Llama-3.1-Instruct** | 8B | 0.5 | 0.0 | 5.0 | **5.5 / 30** | **Partial Success:** Strong algorithmic background (generates working code), but suffers from severe token repetition and looping on text tasks. |
43
+ | **Mistral-NeMo-Instruct** | 12B | 2.0 | 2.0 | 1.0 | **5.0 / 30** | **Weak Instruction Following:** While grammar is readable, it lacks task orientation (generates a list instead of code, fails to formalize casual tone). |
44
+ | **Gemma-2-IT** | 9B | 0.0 | 0.0 | 0.0 | **0.0 / 30** | **Format Incompatibility:** Due to special token structures and quantization sensitivity, it fails to produce meaningful output and enters a repetition loop. |
45
+
46
  ## 💬 Prompt Template (ChatML)
47
 
48
  The Qwen 2.5 architecture uses the **ChatML** format. To prevent hallucinations and get the best performance, you must use the following structure when interacting with the model via API or code: