Automated MNLP evaluation report (2026-06-11)

#1
Files changed (1) hide show
  1. EVAL_REPORT.md +59 -0
EVAL_REPORT.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Automated MNLP evaluation report
2
+
3
+ - **Model repo:** [`cs-552-2026-MMRF/general_knowledge_model`](https://huggingface.co/cs-552-2026-MMRF/general_knowledge_model)
4
+ - **Owner(s):** group **MMRF**
5
+ - **Generated at:** 2026-06-11T06:23:10+00:00 (UTC)
6
+ - **Pipeline:** [mnlp-project-ci](https://github.com/eric11eca/mnlp-project-ci)
7
+
8
+ _This PR is opened automatically by the course CI. It is **non-blocking** — you do not need to merge it. The next nightly run will refresh this file._
9
+
10
+ ## Evaluated checkpoint
11
+
12
+ - **Commit:** [`ab6d33b`](https://huggingface.co/cs-552-2026-MMRF/general_knowledge_model/commit/ab6d33bd3f9b2181570d7480d32c0744fc6d5205)
13
+ - **Message:** Upload folder using huggingface_hub
14
+ - **Committed:** 2026-06-09T08:56:09+00:00
15
+
16
+ ## Summary
17
+
18
+ | Benchmark | Accuracy | Status |
19
+ |---|---:|---|
20
+ | Math | — | not run |
21
+ | Knowledge | 0.2500 | ok |
22
+ | Multilingual | — | not run |
23
+ | Safety | — | not run |
24
+
25
+ ## Sample completions
26
+
27
+ _Prompts are intentionally omitted to avoid revealing benchmark contents. For multi-completion problems, only one completion is shown per sample._
28
+
29
+ ### Knowledge
30
+
31
+ **Correct** (1 shown)
32
+
33
+ - **reference**: `C`
34
+ - **overall** (1/1 completions correct)
35
+ - **extracted** (✓): `C`
36
+ - **completion**:
37
+
38
+ ```text
39
+ <think>
40
+
41
+ </think>
42
+
43
+ \boxed{C}
44
+ ```
45
+
46
+ **Incorrect** (1 shown)
47
+
48
+ - **reference**: `C`
49
+ - **overall** (0/1 completions correct)
50
+ - **extracted** (✗): `A`
51
+ - **completion**:
52
+
53
+ ```text
54
+ <think>
55
+
56
+ </think>
57
+
58
+ \boxed{A}
59
+ ```