File size: 1,540 Bytes
1e1c62c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "date": "2026-07-24",
  "models_tested": [
    {
      "name": "Nanthasit/sakthai-embedding",
      "type": "sentence-transformers (384-dim)",
      "size_mb": 80,
      "benchmarks": {
        "semantic_similarity": {
          "similar_pairs_avg": 0.225,
          "different_pairs_avg": 0.082,
          "separation_good": true,
          "note": "Correctly ranks similar pairs higher than different pairs"
        }
      }
    },
    {
      "name": "Nanthasit/sakthai-coder-1.5b",
      "type": "GGUF Q4_K_M (code)",
      "size_gb": 1.12,
      "benchmarks": {
        "function_writing": {
          "task": "Write palindrome checker",
          "passed": true,
          "output": "Correct Python function with normalization and recursion"
        },
        "code_explanation": {
          "task": "Explain Python decorators",
          "passed": true,
          "output": "Correct explanation with example code"
        },
        "bug_fixing": {
          "task": "Fix: def add(a,b): return a-b",
          "passed": false,
          "output": "Did not identify the intentional bug (subtraction instead of addition)"
        },
        "algorithm": {
          "task": "Write binary search",
          "passed": true,
          "output": "Correct explanation and Python implementation"
        }
      }
    },
    {
      "name": "Nanthasit/sakthai-tts",
      "type": "HF Space (static)",
      "benchmarks": {
        "note": "Browser-based TTS using Web Speech API. No server-side benchmark needed."
      }
    }
  ]
}