unrulyabstractions commited on
Commit
599fcbd
·
verified ·
1 Parent(s): 8d94fac

Upload geometry/mistral7b_education_v2_gate.json with huggingface_hub

Browse files
geometry/mistral7b_education_v2_gate.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "mistralai/Mistral-7B-Instruct-v0.3",
3
+ "config": "data/intertemporal/education/education_geometry.json",
4
+ "backend": "HuggingFaceBackend",
5
+ "dtype": "torch.bfloat16",
6
+ "samples_verified": 2,
7
+ "samples_attempted": 2,
8
+ "reports": [
9
+ {
10
+ "ok": true,
11
+ "sample_idx": 0,
12
+ "n_tokens": 154,
13
+ "n_named_positions": 154,
14
+ "n_mismatches": 0,
15
+ "mismatches": [],
16
+ "max_abs_diff": 0.0,
17
+ "atol": 0.0001,
18
+ "turn_tokens": {
19
+ "chat_suffix": [],
20
+ "chat_suffix_tail": [
21
+ "[/INST]"
22
+ ]
23
+ },
24
+ "prompt_len": 149,
25
+ "traj_tail": [
26
+ "1",
27
+ "-",
28
+ "3",
29
+ "sentences",
30
+ ">",
31
+ "\n",
32
+ "[/INST]",
33
+ "I",
34
+ "choose",
35
+ ":",
36
+ "b",
37
+ ")"
38
+ ]
39
+ },
40
+ {
41
+ "ok": true,
42
+ "sample_idx": 1,
43
+ "n_tokens": 181,
44
+ "n_named_positions": 181,
45
+ "n_mismatches": 0,
46
+ "mismatches": [],
47
+ "max_abs_diff": 0.0,
48
+ "atol": 0.0001,
49
+ "turn_tokens": {
50
+ "chat_suffix": [],
51
+ "chat_suffix_tail": [
52
+ "[/INST]"
53
+ ]
54
+ },
55
+ "prompt_len": 176,
56
+ "traj_tail": [
57
+ "1",
58
+ "-",
59
+ "3",
60
+ "sentences",
61
+ ">",
62
+ "\n",
63
+ "[/INST]",
64
+ "I",
65
+ "choose",
66
+ ":",
67
+ "a",
68
+ ")"
69
+ ]
70
+ }
71
+ ],
72
+ "all_positions_aligned": true,
73
+ "expected_tokens": [
74
+ "[/INST]"
75
+ ],
76
+ "missing_expected_tokens": [],
77
+ "empty_turn_window": false,
78
+ "result": "PASS"
79
+ }