Ianinh0 commited on
Commit
a2db785
·
verified ·
1 Parent(s): a4a9a95

Upload benchmark_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. benchmark_results.json +59 -0
benchmark_results.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timestamp": "2026-06-09T08:49:09.527775",
3
+ "models": [
4
+ {
5
+ "model": "DeepSeek V4 Flash",
6
+ "id": "deepseek/deepseek-v4-flash",
7
+ "mmlu": {
8
+ "score": 100.0,
9
+ "correct": 3,
10
+ "total": 3,
11
+ "avg_latency": 0.99
12
+ },
13
+ "math": {
14
+ "score": 100.0,
15
+ "correct": 2,
16
+ "total": 2,
17
+ "avg_latency": 3.25
18
+ },
19
+ "bfcl": {
20
+ "score": 100.0,
21
+ "correct": 2,
22
+ "total": 2
23
+ },
24
+ "humaneval": {
25
+ "score": 100.0,
26
+ "correct": 2,
27
+ "total": 2
28
+ },
29
+ "overall": 100.0
30
+ },
31
+ {
32
+ "model": "Claude Sonnet 4",
33
+ "id": "anthropic/claude-sonnet-4",
34
+ "mmlu": {
35
+ "score": 100.0,
36
+ "correct": 3,
37
+ "total": 3,
38
+ "avg_latency": 1.12
39
+ },
40
+ "math": {
41
+ "score": 50.0,
42
+ "correct": 1,
43
+ "total": 2,
44
+ "avg_latency": 4.18
45
+ },
46
+ "bfcl": {
47
+ "score": 100.0,
48
+ "correct": 2,
49
+ "total": 2
50
+ },
51
+ "humaneval": {
52
+ "score": 100.0,
53
+ "correct": 2,
54
+ "total": 2
55
+ },
56
+ "overall": 87.5
57
+ }
58
+ ]
59
+ }