voidstream commited on
Commit
34c2209
·
verified ·
1 Parent(s): 47be482

Upload dense_7b_eval.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dense_7b_eval.json +41 -0
dense_7b_eval.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "/home/user/models/zamba2-7b-instruct",
3
+ "tasks": [
4
+ "hellaswag",
5
+ "arc_challenge",
6
+ "arc_easy"
7
+ ],
8
+ "batch_size": 4,
9
+ "results": {
10
+ "arc_challenge": {
11
+ "acc,none": 0.568259385665529,
12
+ "acc_stderr,none": 0.014474591427196202,
13
+ "acc_norm,none": 0.5938566552901023,
14
+ "acc_norm_stderr,none": 0.014351656690097856
15
+ },
16
+ "arc_easy": {
17
+ "acc,none": 0.8152356902356902,
18
+ "acc_stderr,none": 0.007963772171570793,
19
+ "acc_norm,none": 0.8320707070707071,
20
+ "acc_norm_stderr,none": 0.007670285673828055
21
+ },
22
+ "hellaswag": {
23
+ "acc,none": 0.6238797052380004,
24
+ "acc_stderr,none": 0.004834207964061318,
25
+ "acc_norm,none": 0.8079067914758016,
26
+ "acc_norm_stderr,none": 0.003931408309245506
27
+ }
28
+ },
29
+ "vram_peak_mb": 23865.0,
30
+ "cost": {
31
+ "wall_time_s": 3256.124,
32
+ "cpu_time_s": 3255.653,
33
+ "peak_memory_mb": 5716.7,
34
+ "python_version": "3.10.12",
35
+ "hostname": "8552b21e-f647-40e8-ab36-30dc6fb62665",
36
+ "timestamp_start": "2026-04-02T16:43:37",
37
+ "timestamp_end": "2026-04-02T17:37:53",
38
+ "lm_eval_version": "0.4.11",
39
+ "helix_substrate_version": "0.3.0"
40
+ }
41
+ }