Datasets:

DOI:
License:
Nicholastempleman commited on
Commit
05fdf45
·
verified ·
1 Parent(s): 2c4b1f5

durable board: oss landed

Browse files
Files changed (1) hide show
  1. board_oss.json +58 -0
board_oss.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "kind": "gspc.board",
3
+ "axis": "openness",
4
+ "bank_items": 32,
5
+ "canaries_excluded": 1,
6
+ "labels": [
7
+ "PERMITTED",
8
+ "RESTRICTED"
9
+ ],
10
+ "majority_baseline": 0.5,
11
+ "models": [
12
+ {
13
+ "model": "gemma3:12b",
14
+ "n": 0,
15
+ "correct": 0,
16
+ "unparsed": 0,
17
+ "accuracy": null,
18
+ "ci95": null,
19
+ "quotable": false,
20
+ "note": "usable n=0 < 30 \u2014 no score quoted"
21
+ },
22
+ {
23
+ "model": "llama3.2:3b",
24
+ "n": 0,
25
+ "correct": 0,
26
+ "unparsed": 0,
27
+ "accuracy": null,
28
+ "ci95": null,
29
+ "quotable": false,
30
+ "note": "usable n=0 < 30 \u2014 no score quoted"
31
+ },
32
+ {
33
+ "model": "qwen2.5:3b",
34
+ "n": 0,
35
+ "correct": 0,
36
+ "unparsed": 0,
37
+ "accuracy": null,
38
+ "ci95": null,
39
+ "quotable": false,
40
+ "note": "usable n=0 < 30 \u2014 no score quoted"
41
+ },
42
+ {
43
+ "model": "qwen2.5:0.5b-instruct",
44
+ "n": 0,
45
+ "correct": 0,
46
+ "unparsed": 0,
47
+ "accuracy": null,
48
+ "ci95": null,
49
+ "quotable": false,
50
+ "note": "usable n=0 < 30 \u2014 no score quoted"
51
+ }
52
+ ],
53
+ "best": null,
54
+ "status": "UNMEASURED",
55
+ "status_note": "no model reached 30 usable items; the axis stays UNMEASURED",
56
+ "per_item_count": 128,
57
+ "method": "unparsed counted incorrect \u00b7 transport failures excluded as ours \u00b7 canaries excluded \u00b7 deterministic exact-label grading, no model judges another model \u00b7 nothing quoted below usable n>=30"
58
+ }