arunasank commited on
Commit
8087bbf
·
verified ·
1 Parent(s): 7f254f9

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +4 -0
  2. attack/math-backup/checkpoint-2000/added_tokens.json +3 -0
  3. attack/math-backup/checkpoint-2000/chat_template.jinja +47 -0
  4. attack/math-backup/checkpoint-2000/config.json +110 -0
  5. attack/math-backup/checkpoint-2000/generation_config.json +13 -0
  6. attack/math-backup/checkpoint-2000/model-00002-of-00005.safetensors +3 -0
  7. attack/math-backup/checkpoint-2000/model-00003-of-00005.safetensors +3 -0
  8. attack/math-backup/checkpoint-2000/model-00004-of-00005.safetensors +3 -0
  9. attack/math-backup/checkpoint-2000/model-00005-of-00005.safetensors +3 -0
  10. attack/math-backup/checkpoint-2000/model.safetensors.index.json +0 -0
  11. attack/math-backup/checkpoint-2000/rng_state.pth +3 -0
  12. attack/math-backup/checkpoint-2000/scheduler.pt +3 -0
  13. attack/math-backup/checkpoint-2000/special_tokens_map.json +33 -0
  14. attack/math-backup/checkpoint-2000/tokenizer.json +3 -0
  15. attack/math-backup/checkpoint-2000/tokenizer.model +3 -0
  16. attack/math-backup/checkpoint-2000/tokenizer_config.json +0 -0
  17. attack/math-backup/checkpoint-2000/trainer_state.json +2914 -0
  18. attack/math-backup/checkpoint-2000/training_args.bin +3 -0
  19. attack/math-backup/checkpoint-3000/generation_config.json +13 -0
  20. attack/math-backup/checkpoint-3000/model-00002-of-00005.safetensors +3 -0
  21. attack/math-backup/checkpoint-3000/model-00003-of-00005.safetensors +3 -0
  22. attack/math-backup/checkpoint-3000/model-00005-of-00005.safetensors +3 -0
  23. attack/math-backup/checkpoint-3000/rng_state.pth +3 -0
  24. attack/math-backup/checkpoint-3000/scheduler.pt +3 -0
  25. attack/math-backup/checkpoint-3000/special_tokens_map.json +33 -0
  26. attack/math-backup/checkpoint-3000/tokenizer.json +3 -0
  27. attack/math-backup/checkpoint-3000/tokenizer.model +3 -0
  28. attack/math-backup/checkpoint-3000/training_args.bin +3 -0
  29. attack/math-backup/checkpoint-4000/model-00002-of-00005.safetensors +3 -0
  30. attack/math-backup/checkpoint-4000/rng_state.pth +3 -0
  31. attack/math-backup/checkpoint-4000/scheduler.pt +3 -0
  32. attack/math-backup/checkpoint-4000/tokenizer.json +3 -0
  33. attack/math-backup/checkpoint-4000/tokenizer.model +3 -0
  34. attack/math-backup/checkpoint-4000/training_args.bin +3 -0
  35. attack/math-backup/checkpoint-5000/added_tokens.json +3 -0
  36. attack/math-backup/checkpoint-5000/config.json +110 -0
  37. attack/math-backup/checkpoint-5000/generation_config.json +13 -0
  38. attack/math-backup/checkpoint-5000/model-00002-of-00005.safetensors +3 -0
  39. attack/math-backup/checkpoint-5000/model-00003-of-00005.safetensors +3 -0
  40. attack/math-backup/checkpoint-5000/model-00005-of-00005.safetensors +3 -0
  41. attack/math-backup/checkpoint-5000/model.safetensors.index.json +0 -0
  42. attack/math-backup/checkpoint-5000/rng_state.pth +3 -0
  43. attack/math-backup/checkpoint-5000/scheduler.pt +3 -0
  44. attack/math-backup/checkpoint-5000/special_tokens_map.json +33 -0
  45. attack/math-backup/checkpoint-5000/tokenizer.json +3 -0
  46. attack/math-backup/checkpoint-5000/tokenizer.model +3 -0
  47. attack/math-backup/checkpoint-5000/tokenizer_config.json +0 -0
  48. attack/math-backup/checkpoint-5000/trainer_state.json +0 -0
  49. attack/math-backup/checkpoint-5000/training_args.bin +3 -0
  50. llm_judge_csvs/math/baseline_pre_attack.scores.json +18 -0
.gitattributes CHANGED
@@ -34,3 +34,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ attack/math-backup/checkpoint-3000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ attack/math-backup/checkpoint-5000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ attack/math-backup/checkpoint-4000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ attack/math-backup/checkpoint-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
attack/math-backup/checkpoint-2000/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
attack/math-backup/checkpoint-2000/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
attack/math-backup/checkpoint-2000/config.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma3ForConditionalGeneration"
4
+ ],
5
+ "boi_token_index": 255999,
6
+ "bos_token_id": 2,
7
+ "dtype": "bfloat16",
8
+ "eoi_token_index": 256000,
9
+ "eos_token_id": 1,
10
+ "image_token_index": 262144,
11
+ "initializer_range": 0.02,
12
+ "mm_tokens_per_image": 256,
13
+ "model_type": "gemma3",
14
+ "pad_token_id": 0,
15
+ "text_config": {
16
+ "_sliding_window_pattern": 6,
17
+ "attention_bias": false,
18
+ "attention_dropout": 0.0,
19
+ "attn_logit_softcapping": null,
20
+ "dtype": "bfloat16",
21
+ "final_logit_softcapping": null,
22
+ "head_dim": 256,
23
+ "hidden_activation": "gelu_pytorch_tanh",
24
+ "hidden_size": 3840,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 15360,
27
+ "layer_types": [
28
+ "sliding_attention",
29
+ "sliding_attention",
30
+ "sliding_attention",
31
+ "sliding_attention",
32
+ "sliding_attention",
33
+ "full_attention",
34
+ "sliding_attention",
35
+ "sliding_attention",
36
+ "sliding_attention",
37
+ "sliding_attention",
38
+ "sliding_attention",
39
+ "full_attention",
40
+ "sliding_attention",
41
+ "sliding_attention",
42
+ "sliding_attention",
43
+ "sliding_attention",
44
+ "sliding_attention",
45
+ "full_attention",
46
+ "sliding_attention",
47
+ "sliding_attention",
48
+ "sliding_attention",
49
+ "sliding_attention",
50
+ "sliding_attention",
51
+ "full_attention",
52
+ "sliding_attention",
53
+ "sliding_attention",
54
+ "sliding_attention",
55
+ "sliding_attention",
56
+ "sliding_attention",
57
+ "full_attention",
58
+ "sliding_attention",
59
+ "sliding_attention",
60
+ "sliding_attention",
61
+ "sliding_attention",
62
+ "sliding_attention",
63
+ "full_attention",
64
+ "sliding_attention",
65
+ "sliding_attention",
66
+ "sliding_attention",
67
+ "sliding_attention",
68
+ "sliding_attention",
69
+ "full_attention",
70
+ "sliding_attention",
71
+ "sliding_attention",
72
+ "sliding_attention",
73
+ "sliding_attention",
74
+ "sliding_attention",
75
+ "full_attention"
76
+ ],
77
+ "max_position_embeddings": 131072,
78
+ "model_type": "gemma3_text",
79
+ "num_attention_heads": 16,
80
+ "num_hidden_layers": 48,
81
+ "num_key_value_heads": 8,
82
+ "query_pre_attn_scalar": 256,
83
+ "rms_norm_eps": 1e-06,
84
+ "rope_local_base_freq": 10000.0,
85
+ "rope_scaling": {
86
+ "factor": 8.0,
87
+ "rope_type": "linear"
88
+ },
89
+ "rope_theta": 1000000.0,
90
+ "sliding_window": 1024,
91
+ "use_cache": true,
92
+ "vocab_size": 262208
93
+ },
94
+ "transformers_version": "4.56.1",
95
+ "vision_config": {
96
+ "attention_dropout": 0.0,
97
+ "dtype": "bfloat16",
98
+ "hidden_act": "gelu_pytorch_tanh",
99
+ "hidden_size": 1152,
100
+ "image_size": 896,
101
+ "intermediate_size": 4304,
102
+ "layer_norm_eps": 1e-06,
103
+ "model_type": "siglip_vision_model",
104
+ "num_attention_heads": 16,
105
+ "num_channels": 3,
106
+ "num_hidden_layers": 27,
107
+ "patch_size": 14,
108
+ "vision_use_head": false
109
+ }
110
+ }
attack/math-backup/checkpoint-2000/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 2,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 1,
6
+ 1,
7
+ 106
8
+ ],
9
+ "pad_token_id": 0,
10
+ "top_k": 64,
11
+ "top_p": 0.95,
12
+ "transformers_version": "4.56.1"
13
+ }
attack/math-backup/checkpoint-2000/model-00002-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891bd54eed03cba9ee1e705533a02a8217fcc29f356e4a1f53e5fd0d178883ad
3
+ size 4931296592
attack/math-backup/checkpoint-2000/model-00003-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cee411d9d57324e50ce064a192cc5a858276d508611b12fc599e0c9767112e0
3
+ size 4931296656
attack/math-backup/checkpoint-2000/model-00004-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1473f8244f888f92f07ae7d5c0adaf9b77f98d39cd45e00bb6c4698dc9fdd395
3
+ size 4931296656
attack/math-backup/checkpoint-2000/model-00005-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15ee7edbfa1cabe9629a095e14c220d49e0223c6531e71e9c163e8fab0b80771
3
+ size 4601000928
attack/math-backup/checkpoint-2000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
attack/math-backup/checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7920dd66151b8effaf8ed05f1e77b8196046d09d6b40d0daac6d588aa434c711
3
+ size 14645
attack/math-backup/checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:580ed3db3aadea223cc81ecfe2b5b0cc6b0a0c6e4530657b5b2acee6d9a72998
3
+ size 1465
attack/math-backup/checkpoint-2000/special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
attack/math-backup/checkpoint-2000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
attack/math-backup/checkpoint-2000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
attack/math-backup/checkpoint-2000/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
attack/math-backup/checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,2914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.2,
6
+ "eval_steps": 100,
7
+ "global_step": 2000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 0.9806057829409838,
14
+ "epoch": 0.016,
15
+ "grad_norm": 157.0,
16
+ "learning_rate": 1.8e-07,
17
+ "loss": 21.7295,
18
+ "mean_token_accuracy": 0.695003604888916,
19
+ "num_tokens": 280941.0,
20
+ "step": 10
21
+ },
22
+ {
23
+ "entropy": 1.0097382467240095,
24
+ "epoch": 0.032,
25
+ "grad_norm": 171.0,
26
+ "learning_rate": 3.8e-07,
27
+ "loss": 21.935,
28
+ "mean_token_accuracy": 0.6911116372793913,
29
+ "num_tokens": 558056.0,
30
+ "step": 20
31
+ },
32
+ {
33
+ "entropy": 1.0059957668185233,
34
+ "epoch": 0.048,
35
+ "grad_norm": 146.0,
36
+ "learning_rate": 5.800000000000001e-07,
37
+ "loss": 21.4243,
38
+ "mean_token_accuracy": 0.6972350142896175,
39
+ "num_tokens": 836753.0,
40
+ "step": 30
41
+ },
42
+ {
43
+ "entropy": 1.0606450594961643,
44
+ "epoch": 0.064,
45
+ "grad_norm": 129.0,
46
+ "learning_rate": 7.8e-07,
47
+ "loss": 22.2256,
48
+ "mean_token_accuracy": 0.6895487096160651,
49
+ "num_tokens": 1126446.0,
50
+ "step": 40
51
+ },
52
+ {
53
+ "entropy": 1.1183118436485529,
54
+ "epoch": 0.08,
55
+ "grad_norm": 99.5,
56
+ "learning_rate": 9.800000000000001e-07,
57
+ "loss": 21.2808,
58
+ "mean_token_accuracy": 0.6964452721178531,
59
+ "num_tokens": 1413596.0,
60
+ "step": 50
61
+ },
62
+ {
63
+ "entropy": 1.1463136691600084,
64
+ "epoch": 0.096,
65
+ "grad_norm": 83.0,
66
+ "learning_rate": 1.1800000000000001e-06,
67
+ "loss": 20.5501,
68
+ "mean_token_accuracy": 0.7033276192843914,
69
+ "num_tokens": 1701193.0,
70
+ "step": 60
71
+ },
72
+ {
73
+ "entropy": 1.1966488853096962,
74
+ "epoch": 0.112,
75
+ "grad_norm": 75.5,
76
+ "learning_rate": 1.3800000000000001e-06,
77
+ "loss": 20.5984,
78
+ "mean_token_accuracy": 0.7012545391917229,
79
+ "num_tokens": 1979232.0,
80
+ "step": 70
81
+ },
82
+ {
83
+ "entropy": 1.2089795324951411,
84
+ "epoch": 0.128,
85
+ "grad_norm": 69.0,
86
+ "learning_rate": 1.5800000000000001e-06,
87
+ "loss": 20.2753,
88
+ "mean_token_accuracy": 0.7075193412601948,
89
+ "num_tokens": 2274177.0,
90
+ "step": 80
91
+ },
92
+ {
93
+ "entropy": 1.1860636565834284,
94
+ "epoch": 0.144,
95
+ "grad_norm": 70.0,
96
+ "learning_rate": 1.7800000000000001e-06,
97
+ "loss": 19.7829,
98
+ "mean_token_accuracy": 0.710378497838974,
99
+ "num_tokens": 2548445.0,
100
+ "step": 90
101
+ },
102
+ {
103
+ "entropy": 1.1838629063218833,
104
+ "epoch": 0.16,
105
+ "grad_norm": 85.5,
106
+ "learning_rate": 1.98e-06,
107
+ "loss": 19.4179,
108
+ "mean_token_accuracy": 0.7149847097694874,
109
+ "num_tokens": 2824418.0,
110
+ "step": 100
111
+ },
112
+ {
113
+ "epoch": 0.16,
114
+ "eval_biology_entropy": 1.474690469264984,
115
+ "eval_biology_loss": 1.3576592206954956,
116
+ "eval_biology_mean_token_accuracy": 0.6709716210365295,
117
+ "eval_biology_num_tokens": 2824418.0,
118
+ "eval_biology_runtime": 22.204,
119
+ "eval_biology_samples_per_second": 22.518,
120
+ "eval_biology_steps_per_second": 5.63,
121
+ "step": 100
122
+ },
123
+ {
124
+ "epoch": 0.16,
125
+ "eval_chemistry_entropy": 1.247537253856659,
126
+ "eval_chemistry_loss": 1.1488269567489624,
127
+ "eval_chemistry_mean_token_accuracy": 0.7154391117095947,
128
+ "eval_chemistry_num_tokens": 2824418.0,
129
+ "eval_chemistry_runtime": 26.8594,
130
+ "eval_chemistry_samples_per_second": 18.615,
131
+ "eval_chemistry_steps_per_second": 4.654,
132
+ "step": 100
133
+ },
134
+ {
135
+ "epoch": 0.16,
136
+ "eval_math_entropy": 1.2081865873336792,
137
+ "eval_math_loss": 1.2300448417663574,
138
+ "eval_math_mean_token_accuracy": 0.710663827419281,
139
+ "eval_math_num_tokens": 2824418.0,
140
+ "eval_math_runtime": 27.5187,
141
+ "eval_math_samples_per_second": 18.169,
142
+ "eval_math_steps_per_second": 4.542,
143
+ "step": 100
144
+ },
145
+ {
146
+ "epoch": 0.16,
147
+ "eval_cyber_entropy": 3.049607857465744,
148
+ "eval_cyber_loss": 3.3160624504089355,
149
+ "eval_cyber_mean_token_accuracy": 0.4259996695816517,
150
+ "eval_cyber_num_tokens": 2824418.0,
151
+ "eval_cyber_runtime": 26.1305,
152
+ "eval_cyber_samples_per_second": 15.193,
153
+ "eval_cyber_steps_per_second": 3.827,
154
+ "step": 100
155
+ },
156
+ {
157
+ "entropy": 1.1945379309356212,
158
+ "epoch": 0.176,
159
+ "grad_norm": 78.5,
160
+ "learning_rate": 2.1800000000000003e-06,
161
+ "loss": 19.3659,
162
+ "mean_token_accuracy": 0.7157268539071083,
163
+ "num_tokens": 3110313.0,
164
+ "step": 110
165
+ },
166
+ {
167
+ "entropy": 1.1879339709877967,
168
+ "epoch": 0.192,
169
+ "grad_norm": 62.5,
170
+ "learning_rate": 2.38e-06,
171
+ "loss": 19.2957,
172
+ "mean_token_accuracy": 0.7150671608746052,
173
+ "num_tokens": 3394170.0,
174
+ "step": 120
175
+ },
176
+ {
177
+ "entropy": 1.1658376209437846,
178
+ "epoch": 0.208,
179
+ "grad_norm": 64.5,
180
+ "learning_rate": 2.5800000000000003e-06,
181
+ "loss": 18.9243,
182
+ "mean_token_accuracy": 0.7201551966369152,
183
+ "num_tokens": 3673600.0,
184
+ "step": 130
185
+ },
186
+ {
187
+ "entropy": 1.1712732832878827,
188
+ "epoch": 0.224,
189
+ "grad_norm": 62.25,
190
+ "learning_rate": 2.7800000000000005e-06,
191
+ "loss": 18.8985,
192
+ "mean_token_accuracy": 0.7195578265935183,
193
+ "num_tokens": 3953732.0,
194
+ "step": 140
195
+ },
196
+ {
197
+ "entropy": 1.1372143357992173,
198
+ "epoch": 0.24,
199
+ "grad_norm": 59.25,
200
+ "learning_rate": 2.9800000000000003e-06,
201
+ "loss": 18.3388,
202
+ "mean_token_accuracy": 0.7276442721486092,
203
+ "num_tokens": 4243655.0,
204
+ "step": 150
205
+ },
206
+ {
207
+ "entropy": 1.1075575590133666,
208
+ "epoch": 0.256,
209
+ "grad_norm": 55.5,
210
+ "learning_rate": 3.1800000000000005e-06,
211
+ "loss": 17.7317,
212
+ "mean_token_accuracy": 0.7332122329622507,
213
+ "num_tokens": 4531471.0,
214
+ "step": 160
215
+ },
216
+ {
217
+ "entropy": 1.1275247156620025,
218
+ "epoch": 0.272,
219
+ "grad_norm": 53.0,
220
+ "learning_rate": 3.3800000000000007e-06,
221
+ "loss": 18.2164,
222
+ "mean_token_accuracy": 0.7298861864954234,
223
+ "num_tokens": 4810284.0,
224
+ "step": 170
225
+ },
226
+ {
227
+ "entropy": 1.1071187134832143,
228
+ "epoch": 0.288,
229
+ "grad_norm": 49.25,
230
+ "learning_rate": 3.58e-06,
231
+ "loss": 17.7625,
232
+ "mean_token_accuracy": 0.7337470225989818,
233
+ "num_tokens": 5095104.0,
234
+ "step": 180
235
+ },
236
+ {
237
+ "entropy": 1.1132069051265716,
238
+ "epoch": 0.304,
239
+ "grad_norm": 54.25,
240
+ "learning_rate": 3.7800000000000002e-06,
241
+ "loss": 17.7962,
242
+ "mean_token_accuracy": 0.7336070898920297,
243
+ "num_tokens": 5383732.0,
244
+ "step": 190
245
+ },
246
+ {
247
+ "entropy": 1.0761282254010438,
248
+ "epoch": 0.32,
249
+ "grad_norm": 51.0,
250
+ "learning_rate": 3.980000000000001e-06,
251
+ "loss": 17.3026,
252
+ "mean_token_accuracy": 0.7393171060830355,
253
+ "num_tokens": 5676334.0,
254
+ "step": 200
255
+ },
256
+ {
257
+ "epoch": 0.32,
258
+ "eval_biology_entropy": 1.4338086099624634,
259
+ "eval_biology_loss": 1.3705029487609863,
260
+ "eval_biology_mean_token_accuracy": 0.6675603828430176,
261
+ "eval_biology_num_tokens": 5676334.0,
262
+ "eval_biology_runtime": 22.0314,
263
+ "eval_biology_samples_per_second": 22.695,
264
+ "eval_biology_steps_per_second": 5.674,
265
+ "step": 200
266
+ },
267
+ {
268
+ "epoch": 0.32,
269
+ "eval_chemistry_entropy": 1.1902209458351136,
270
+ "eval_chemistry_loss": 1.1403467655181885,
271
+ "eval_chemistry_mean_token_accuracy": 0.7157996978759765,
272
+ "eval_chemistry_num_tokens": 5676334.0,
273
+ "eval_chemistry_runtime": 26.8655,
274
+ "eval_chemistry_samples_per_second": 18.611,
275
+ "eval_chemistry_steps_per_second": 4.653,
276
+ "step": 200
277
+ },
278
+ {
279
+ "epoch": 0.32,
280
+ "eval_math_entropy": 1.1017972359657286,
281
+ "eval_math_loss": 1.1044487953186035,
282
+ "eval_math_mean_token_accuracy": 0.7332207527160645,
283
+ "eval_math_num_tokens": 5676334.0,
284
+ "eval_math_runtime": 27.5365,
285
+ "eval_math_samples_per_second": 18.158,
286
+ "eval_math_steps_per_second": 4.539,
287
+ "step": 200
288
+ },
289
+ {
290
+ "epoch": 0.32,
291
+ "eval_cyber_entropy": 2.916593015193939,
292
+ "eval_cyber_loss": 3.2743771076202393,
293
+ "eval_cyber_mean_token_accuracy": 0.4284310387074947,
294
+ "eval_cyber_num_tokens": 5676334.0,
295
+ "eval_cyber_runtime": 26.1262,
296
+ "eval_cyber_samples_per_second": 15.195,
297
+ "eval_cyber_steps_per_second": 3.828,
298
+ "step": 200
299
+ },
300
+ {
301
+ "entropy": 1.0972535338252782,
302
+ "epoch": 0.336,
303
+ "grad_norm": 48.0,
304
+ "learning_rate": 4.18e-06,
305
+ "loss": 17.6967,
306
+ "mean_token_accuracy": 0.7339770793914795,
307
+ "num_tokens": 5958480.0,
308
+ "step": 210
309
+ },
310
+ {
311
+ "entropy": 1.0661637954413892,
312
+ "epoch": 0.352,
313
+ "grad_norm": 52.0,
314
+ "learning_rate": 4.38e-06,
315
+ "loss": 17.0451,
316
+ "mean_token_accuracy": 0.7420999370515347,
317
+ "num_tokens": 6242161.0,
318
+ "step": 220
319
+ },
320
+ {
321
+ "entropy": 1.0574691709131003,
322
+ "epoch": 0.368,
323
+ "grad_norm": 43.75,
324
+ "learning_rate": 4.58e-06,
325
+ "loss": 17.0476,
326
+ "mean_token_accuracy": 0.7413399379700423,
327
+ "num_tokens": 6523679.0,
328
+ "step": 230
329
+ },
330
+ {
331
+ "entropy": 1.0383559666574,
332
+ "epoch": 0.384,
333
+ "grad_norm": 52.75,
334
+ "learning_rate": 4.78e-06,
335
+ "loss": 16.6413,
336
+ "mean_token_accuracy": 0.7455471660941839,
337
+ "num_tokens": 6810978.0,
338
+ "step": 240
339
+ },
340
+ {
341
+ "entropy": 1.0844071809202434,
342
+ "epoch": 0.4,
343
+ "grad_norm": 54.25,
344
+ "learning_rate": 4.980000000000001e-06,
345
+ "loss": 17.5456,
346
+ "mean_token_accuracy": 0.7374324273318053,
347
+ "num_tokens": 7096903.0,
348
+ "step": 250
349
+ },
350
+ {
351
+ "entropy": 1.0462343256920577,
352
+ "epoch": 0.416,
353
+ "grad_norm": 46.25,
354
+ "learning_rate": 5.18e-06,
355
+ "loss": 16.7333,
356
+ "mean_token_accuracy": 0.7437998823821544,
357
+ "num_tokens": 7377181.0,
358
+ "step": 260
359
+ },
360
+ {
361
+ "entropy": 1.0309648185968399,
362
+ "epoch": 0.432,
363
+ "grad_norm": 53.5,
364
+ "learning_rate": 5.380000000000001e-06,
365
+ "loss": 16.3635,
366
+ "mean_token_accuracy": 0.7494884602725506,
367
+ "num_tokens": 7650523.0,
368
+ "step": 270
369
+ },
370
+ {
371
+ "entropy": 1.011606451496482,
372
+ "epoch": 0.448,
373
+ "grad_norm": 55.5,
374
+ "learning_rate": 5.580000000000001e-06,
375
+ "loss": 16.2941,
376
+ "mean_token_accuracy": 0.7498481426388025,
377
+ "num_tokens": 7936788.0,
378
+ "step": 280
379
+ },
380
+ {
381
+ "entropy": 1.0099118243902923,
382
+ "epoch": 0.464,
383
+ "grad_norm": 46.25,
384
+ "learning_rate": 5.78e-06,
385
+ "loss": 16.2711,
386
+ "mean_token_accuracy": 0.7521415069699288,
387
+ "num_tokens": 8223147.0,
388
+ "step": 290
389
+ },
390
+ {
391
+ "entropy": 1.0334131706506013,
392
+ "epoch": 0.48,
393
+ "grad_norm": 43.25,
394
+ "learning_rate": 5.98e-06,
395
+ "loss": 16.4655,
396
+ "mean_token_accuracy": 0.748864620923996,
397
+ "num_tokens": 8506030.0,
398
+ "step": 300
399
+ },
400
+ {
401
+ "epoch": 0.48,
402
+ "eval_biology_entropy": 1.422005220413208,
403
+ "eval_biology_loss": 1.3784860372543335,
404
+ "eval_biology_mean_token_accuracy": 0.6655148763656616,
405
+ "eval_biology_num_tokens": 8506030.0,
406
+ "eval_biology_runtime": 22.0223,
407
+ "eval_biology_samples_per_second": 22.704,
408
+ "eval_biology_steps_per_second": 5.676,
409
+ "step": 300
410
+ },
411
+ {
412
+ "epoch": 0.48,
413
+ "eval_chemistry_entropy": 1.1605761876106262,
414
+ "eval_chemistry_loss": 1.1291848421096802,
415
+ "eval_chemistry_mean_token_accuracy": 0.7179730429649352,
416
+ "eval_chemistry_num_tokens": 8506030.0,
417
+ "eval_chemistry_runtime": 26.8904,
418
+ "eval_chemistry_samples_per_second": 18.594,
419
+ "eval_chemistry_steps_per_second": 4.648,
420
+ "step": 300
421
+ },
422
+ {
423
+ "epoch": 0.48,
424
+ "eval_math_entropy": 1.0216443300247193,
425
+ "eval_math_loss": 1.0201935768127441,
426
+ "eval_math_mean_token_accuracy": 0.749815523147583,
427
+ "eval_math_num_tokens": 8506030.0,
428
+ "eval_math_runtime": 27.5335,
429
+ "eval_math_samples_per_second": 18.16,
430
+ "eval_math_steps_per_second": 4.54,
431
+ "step": 300
432
+ },
433
+ {
434
+ "epoch": 0.48,
435
+ "eval_cyber_entropy": 2.940396952629089,
436
+ "eval_cyber_loss": 3.153137683868408,
437
+ "eval_cyber_mean_token_accuracy": 0.4395553506910801,
438
+ "eval_cyber_num_tokens": 8506030.0,
439
+ "eval_cyber_runtime": 26.1452,
440
+ "eval_cyber_samples_per_second": 15.184,
441
+ "eval_cyber_steps_per_second": 3.825,
442
+ "step": 300
443
+ },
444
+ {
445
+ "entropy": 0.9862126674503088,
446
+ "epoch": 0.496,
447
+ "grad_norm": 56.25,
448
+ "learning_rate": 6.18e-06,
449
+ "loss": 15.7919,
450
+ "mean_token_accuracy": 0.7557632889598608,
451
+ "num_tokens": 8788726.0,
452
+ "step": 310
453
+ },
454
+ {
455
+ "entropy": 0.9811401419341564,
456
+ "epoch": 0.512,
457
+ "grad_norm": 46.25,
458
+ "learning_rate": 6.380000000000001e-06,
459
+ "loss": 15.7454,
460
+ "mean_token_accuracy": 0.7576492365449667,
461
+ "num_tokens": 9078039.0,
462
+ "step": 320
463
+ },
464
+ {
465
+ "entropy": 0.9647420089691877,
466
+ "epoch": 0.528,
467
+ "grad_norm": 44.5,
468
+ "learning_rate": 6.5800000000000005e-06,
469
+ "loss": 15.4619,
470
+ "mean_token_accuracy": 0.7620009411126375,
471
+ "num_tokens": 9373860.0,
472
+ "step": 330
473
+ },
474
+ {
475
+ "entropy": 0.9784351203590631,
476
+ "epoch": 0.544,
477
+ "grad_norm": 51.75,
478
+ "learning_rate": 6.780000000000001e-06,
479
+ "loss": 15.6775,
480
+ "mean_token_accuracy": 0.7592026349157095,
481
+ "num_tokens": 9660940.0,
482
+ "step": 340
483
+ },
484
+ {
485
+ "entropy": 0.9894711822271347,
486
+ "epoch": 0.56,
487
+ "grad_norm": 62.25,
488
+ "learning_rate": 6.98e-06,
489
+ "loss": 15.8268,
490
+ "mean_token_accuracy": 0.754706758633256,
491
+ "num_tokens": 9932302.0,
492
+ "step": 350
493
+ },
494
+ {
495
+ "entropy": 0.9637547507882118,
496
+ "epoch": 0.576,
497
+ "grad_norm": 45.0,
498
+ "learning_rate": 7.180000000000001e-06,
499
+ "loss": 15.4676,
500
+ "mean_token_accuracy": 0.7605381533503532,
501
+ "num_tokens": 10215462.0,
502
+ "step": 360
503
+ },
504
+ {
505
+ "entropy": 0.9582533340901136,
506
+ "epoch": 0.592,
507
+ "grad_norm": 42.5,
508
+ "learning_rate": 7.3800000000000005e-06,
509
+ "loss": 15.343,
510
+ "mean_token_accuracy": 0.7618525486439467,
511
+ "num_tokens": 10504396.0,
512
+ "step": 370
513
+ },
514
+ {
515
+ "entropy": 0.9651506002992392,
516
+ "epoch": 0.608,
517
+ "grad_norm": 42.75,
518
+ "learning_rate": 7.58e-06,
519
+ "loss": 15.4775,
520
+ "mean_token_accuracy": 0.7616991735994816,
521
+ "num_tokens": 10793126.0,
522
+ "step": 380
523
+ },
524
+ {
525
+ "entropy": 0.951299836859107,
526
+ "epoch": 0.624,
527
+ "grad_norm": 46.0,
528
+ "learning_rate": 7.78e-06,
529
+ "loss": 15.2327,
530
+ "mean_token_accuracy": 0.7628108691424131,
531
+ "num_tokens": 11081768.0,
532
+ "step": 390
533
+ },
534
+ {
535
+ "entropy": 0.9370664428919554,
536
+ "epoch": 0.64,
537
+ "grad_norm": 45.75,
538
+ "learning_rate": 7.980000000000002e-06,
539
+ "loss": 14.9056,
540
+ "mean_token_accuracy": 0.7668638564646244,
541
+ "num_tokens": 11370320.0,
542
+ "step": 400
543
+ },
544
+ {
545
+ "epoch": 0.64,
546
+ "eval_biology_entropy": 1.4101261868476869,
547
+ "eval_biology_loss": 1.385290503501892,
548
+ "eval_biology_mean_token_accuracy": 0.6643283500671386,
549
+ "eval_biology_num_tokens": 11370320.0,
550
+ "eval_biology_runtime": 22.0311,
551
+ "eval_biology_samples_per_second": 22.695,
552
+ "eval_biology_steps_per_second": 5.674,
553
+ "step": 400
554
+ },
555
+ {
556
+ "epoch": 0.64,
557
+ "eval_chemistry_entropy": 1.134839651107788,
558
+ "eval_chemistry_loss": 1.117846965789795,
559
+ "eval_chemistry_mean_token_accuracy": 0.721014030456543,
560
+ "eval_chemistry_num_tokens": 11370320.0,
561
+ "eval_chemistry_runtime": 26.9193,
562
+ "eval_chemistry_samples_per_second": 18.574,
563
+ "eval_chemistry_steps_per_second": 4.644,
564
+ "step": 400
565
+ },
566
+ {
567
+ "epoch": 0.64,
568
+ "eval_math_entropy": 0.9476065578460693,
569
+ "eval_math_loss": 0.9578045606613159,
570
+ "eval_math_mean_token_accuracy": 0.760874231338501,
571
+ "eval_math_num_tokens": 11370320.0,
572
+ "eval_math_runtime": 27.5198,
573
+ "eval_math_samples_per_second": 18.169,
574
+ "eval_math_steps_per_second": 4.542,
575
+ "step": 400
576
+ },
577
+ {
578
+ "epoch": 0.64,
579
+ "eval_cyber_entropy": 2.8283654510974885,
580
+ "eval_cyber_loss": 3.0569260120391846,
581
+ "eval_cyber_mean_token_accuracy": 0.4431245893239975,
582
+ "eval_cyber_num_tokens": 11370320.0,
583
+ "eval_cyber_runtime": 26.384,
584
+ "eval_cyber_samples_per_second": 15.047,
585
+ "eval_cyber_steps_per_second": 3.79,
586
+ "step": 400
587
+ },
588
+ {
589
+ "entropy": 0.9207184508442878,
590
+ "epoch": 0.656,
591
+ "grad_norm": 44.5,
592
+ "learning_rate": 8.18e-06,
593
+ "loss": 14.748,
594
+ "mean_token_accuracy": 0.7685097701847553,
595
+ "num_tokens": 11657835.0,
596
+ "step": 410
597
+ },
598
+ {
599
+ "entropy": 0.9384444292634726,
600
+ "epoch": 0.672,
601
+ "grad_norm": 44.5,
602
+ "learning_rate": 8.380000000000001e-06,
603
+ "loss": 15.0013,
604
+ "mean_token_accuracy": 0.7654238797724247,
605
+ "num_tokens": 11949262.0,
606
+ "step": 420
607
+ },
608
+ {
609
+ "entropy": 0.9148579228669405,
610
+ "epoch": 0.688,
611
+ "grad_norm": 35.75,
612
+ "learning_rate": 8.580000000000001e-06,
613
+ "loss": 14.6923,
614
+ "mean_token_accuracy": 0.7695376992225647,
615
+ "num_tokens": 12227640.0,
616
+ "step": 430
617
+ },
618
+ {
619
+ "entropy": 0.9156919397413731,
620
+ "epoch": 0.704,
621
+ "grad_norm": 36.5,
622
+ "learning_rate": 8.78e-06,
623
+ "loss": 14.6672,
624
+ "mean_token_accuracy": 0.7705338027328252,
625
+ "num_tokens": 12516641.0,
626
+ "step": 440
627
+ },
628
+ {
629
+ "entropy": 0.9278485044836998,
630
+ "epoch": 0.72,
631
+ "grad_norm": 42.5,
632
+ "learning_rate": 8.98e-06,
633
+ "loss": 14.8435,
634
+ "mean_token_accuracy": 0.7673114899545908,
635
+ "num_tokens": 12793343.0,
636
+ "step": 450
637
+ },
638
+ {
639
+ "entropy": 0.9052219696342945,
640
+ "epoch": 0.736,
641
+ "grad_norm": 41.0,
642
+ "learning_rate": 9.180000000000002e-06,
643
+ "loss": 14.5171,
644
+ "mean_token_accuracy": 0.7729556966573,
645
+ "num_tokens": 13077981.0,
646
+ "step": 460
647
+ },
648
+ {
649
+ "entropy": 0.8888643320649863,
650
+ "epoch": 0.752,
651
+ "grad_norm": 41.25,
652
+ "learning_rate": 9.38e-06,
653
+ "loss": 14.1497,
654
+ "mean_token_accuracy": 0.776068452000618,
655
+ "num_tokens": 13358957.0,
656
+ "step": 470
657
+ },
658
+ {
659
+ "entropy": 0.8620530396699906,
660
+ "epoch": 0.768,
661
+ "grad_norm": 42.5,
662
+ "learning_rate": 9.58e-06,
663
+ "loss": 13.834,
664
+ "mean_token_accuracy": 0.7819891981780529,
665
+ "num_tokens": 13653412.0,
666
+ "step": 480
667
+ },
668
+ {
669
+ "entropy": 0.9176285572350025,
670
+ "epoch": 0.784,
671
+ "grad_norm": 39.0,
672
+ "learning_rate": 9.780000000000001e-06,
673
+ "loss": 14.6357,
674
+ "mean_token_accuracy": 0.7709478087723255,
675
+ "num_tokens": 13940856.0,
676
+ "step": 490
677
+ },
678
+ {
679
+ "entropy": 0.9128546692430973,
680
+ "epoch": 0.8,
681
+ "grad_norm": 40.25,
682
+ "learning_rate": 9.980000000000001e-06,
683
+ "loss": 14.5874,
684
+ "mean_token_accuracy": 0.7713334109634161,
685
+ "num_tokens": 14230754.0,
686
+ "step": 500
687
+ },
688
+ {
689
+ "epoch": 0.8,
690
+ "eval_biology_entropy": 1.4446520280838013,
691
+ "eval_biology_loss": 1.392669439315796,
692
+ "eval_biology_mean_token_accuracy": 0.6637401723861694,
693
+ "eval_biology_num_tokens": 14230754.0,
694
+ "eval_biology_runtime": 22.2391,
695
+ "eval_biology_samples_per_second": 22.483,
696
+ "eval_biology_steps_per_second": 5.621,
697
+ "step": 500
698
+ },
699
+ {
700
+ "epoch": 0.8,
701
+ "eval_chemistry_entropy": 1.1566239352226257,
702
+ "eval_chemistry_loss": 1.1047961711883545,
703
+ "eval_chemistry_mean_token_accuracy": 0.7233014287948608,
704
+ "eval_chemistry_num_tokens": 14230754.0,
705
+ "eval_chemistry_runtime": 26.8042,
706
+ "eval_chemistry_samples_per_second": 18.654,
707
+ "eval_chemistry_steps_per_second": 4.663,
708
+ "step": 500
709
+ },
710
+ {
711
+ "epoch": 0.8,
712
+ "eval_math_entropy": 0.9341866765022278,
713
+ "eval_math_loss": 0.9057817459106445,
714
+ "eval_math_mean_token_accuracy": 0.7704657621383667,
715
+ "eval_math_num_tokens": 14230754.0,
716
+ "eval_math_runtime": 27.5093,
717
+ "eval_math_samples_per_second": 18.176,
718
+ "eval_math_steps_per_second": 4.544,
719
+ "step": 500
720
+ },
721
+ {
722
+ "epoch": 0.8,
723
+ "eval_cyber_entropy": 2.902767553329468,
724
+ "eval_cyber_loss": 2.947915554046631,
725
+ "eval_cyber_mean_token_accuracy": 0.45555895671248436,
726
+ "eval_cyber_num_tokens": 14230754.0,
727
+ "eval_cyber_runtime": 26.1612,
728
+ "eval_cyber_samples_per_second": 15.175,
729
+ "eval_cyber_steps_per_second": 3.822,
730
+ "step": 500
731
+ },
732
+ {
733
+ "entropy": 0.8841698631644249,
734
+ "epoch": 0.816,
735
+ "grad_norm": 38.0,
736
+ "learning_rate": 1.018e-05,
737
+ "loss": 14.1477,
738
+ "mean_token_accuracy": 0.7752781912684441,
739
+ "num_tokens": 14519893.0,
740
+ "step": 510
741
+ },
742
+ {
743
+ "entropy": 0.875461632013321,
744
+ "epoch": 0.832,
745
+ "grad_norm": 39.0,
746
+ "learning_rate": 1.038e-05,
747
+ "loss": 14.0361,
748
+ "mean_token_accuracy": 0.7779335591942071,
749
+ "num_tokens": 14805088.0,
750
+ "step": 520
751
+ },
752
+ {
753
+ "entropy": 0.899658627063036,
754
+ "epoch": 0.848,
755
+ "grad_norm": 37.25,
756
+ "learning_rate": 1.0580000000000002e-05,
757
+ "loss": 14.3925,
758
+ "mean_token_accuracy": 0.7728543490171432,
759
+ "num_tokens": 15086306.0,
760
+ "step": 530
761
+ },
762
+ {
763
+ "entropy": 0.8889949310570955,
764
+ "epoch": 0.864,
765
+ "grad_norm": 41.0,
766
+ "learning_rate": 1.0780000000000002e-05,
767
+ "loss": 14.1314,
768
+ "mean_token_accuracy": 0.7759746141731739,
769
+ "num_tokens": 15370985.0,
770
+ "step": 540
771
+ },
772
+ {
773
+ "entropy": 0.8936371214687824,
774
+ "epoch": 0.88,
775
+ "grad_norm": 36.5,
776
+ "learning_rate": 1.0980000000000002e-05,
777
+ "loss": 14.2807,
778
+ "mean_token_accuracy": 0.7754444174468518,
779
+ "num_tokens": 15653836.0,
780
+ "step": 550
781
+ },
782
+ {
783
+ "entropy": 0.8719608142971993,
784
+ "epoch": 0.896,
785
+ "grad_norm": 34.75,
786
+ "learning_rate": 1.1180000000000001e-05,
787
+ "loss": 13.9767,
788
+ "mean_token_accuracy": 0.7785432428121567,
789
+ "num_tokens": 15932179.0,
790
+ "step": 560
791
+ },
792
+ {
793
+ "entropy": 0.8601628458127379,
794
+ "epoch": 0.912,
795
+ "grad_norm": 35.25,
796
+ "learning_rate": 1.138e-05,
797
+ "loss": 13.7333,
798
+ "mean_token_accuracy": 0.77998266518116,
799
+ "num_tokens": 16219842.0,
800
+ "step": 570
801
+ },
802
+ {
803
+ "entropy": 0.848052042350173,
804
+ "epoch": 0.928,
805
+ "grad_norm": 34.25,
806
+ "learning_rate": 1.1580000000000001e-05,
807
+ "loss": 13.5598,
808
+ "mean_token_accuracy": 0.783201026916504,
809
+ "num_tokens": 16499842.0,
810
+ "step": 580
811
+ },
812
+ {
813
+ "entropy": 0.8647568510845304,
814
+ "epoch": 0.944,
815
+ "grad_norm": 98.5,
816
+ "learning_rate": 1.178e-05,
817
+ "loss": 13.9513,
818
+ "mean_token_accuracy": 0.7791629247367382,
819
+ "num_tokens": 16781882.0,
820
+ "step": 590
821
+ },
822
+ {
823
+ "entropy": 0.8681454580277205,
824
+ "epoch": 0.96,
825
+ "grad_norm": 28.375,
826
+ "learning_rate": 1.198e-05,
827
+ "loss": 13.8619,
828
+ "mean_token_accuracy": 0.7806598395109177,
829
+ "num_tokens": 17067407.0,
830
+ "step": 600
831
+ },
832
+ {
833
+ "epoch": 0.96,
834
+ "eval_biology_entropy": 1.403841501235962,
835
+ "eval_biology_loss": 1.3980714082717896,
836
+ "eval_biology_mean_token_accuracy": 0.6626365647315979,
837
+ "eval_biology_num_tokens": 17067407.0,
838
+ "eval_biology_runtime": 22.2675,
839
+ "eval_biology_samples_per_second": 22.454,
840
+ "eval_biology_steps_per_second": 5.614,
841
+ "step": 600
842
+ },
843
+ {
844
+ "epoch": 0.96,
845
+ "eval_chemistry_entropy": 1.099705493927002,
846
+ "eval_chemistry_loss": 1.0918222665786743,
847
+ "eval_chemistry_mean_token_accuracy": 0.7260931057929992,
848
+ "eval_chemistry_num_tokens": 17067407.0,
849
+ "eval_chemistry_runtime": 26.9078,
850
+ "eval_chemistry_samples_per_second": 18.582,
851
+ "eval_chemistry_steps_per_second": 4.645,
852
+ "step": 600
853
+ },
854
+ {
855
+ "epoch": 0.96,
856
+ "eval_math_entropy": 0.8664147562980652,
857
+ "eval_math_loss": 0.8665754795074463,
858
+ "eval_math_mean_token_accuracy": 0.7780344748497009,
859
+ "eval_math_num_tokens": 17067407.0,
860
+ "eval_math_runtime": 27.5569,
861
+ "eval_math_samples_per_second": 18.144,
862
+ "eval_math_steps_per_second": 4.536,
863
+ "step": 600
864
+ },
865
+ {
866
+ "epoch": 0.96,
867
+ "eval_cyber_entropy": 2.6499598491191865,
868
+ "eval_cyber_loss": 2.8601412773132324,
869
+ "eval_cyber_mean_token_accuracy": 0.4642623996734619,
870
+ "eval_cyber_num_tokens": 17067407.0,
871
+ "eval_cyber_runtime": 26.1765,
872
+ "eval_cyber_samples_per_second": 15.166,
873
+ "eval_cyber_steps_per_second": 3.82,
874
+ "step": 600
875
+ },
876
+ {
877
+ "entropy": 0.8494564741849899,
878
+ "epoch": 0.976,
879
+ "grad_norm": 40.25,
880
+ "learning_rate": 1.218e-05,
881
+ "loss": 13.6376,
882
+ "mean_token_accuracy": 0.7825958080589771,
883
+ "num_tokens": 17350994.0,
884
+ "step": 610
885
+ },
886
+ {
887
+ "entropy": 0.8730685204267502,
888
+ "epoch": 0.992,
889
+ "grad_norm": 38.75,
890
+ "learning_rate": 1.2380000000000002e-05,
891
+ "loss": 13.8595,
892
+ "mean_token_accuracy": 0.7786977473646403,
893
+ "num_tokens": 17637514.0,
894
+ "step": 620
895
+ },
896
+ {
897
+ "entropy": 0.8468878531828523,
898
+ "epoch": 1.008,
899
+ "grad_norm": 32.5,
900
+ "learning_rate": 1.2580000000000002e-05,
901
+ "loss": 13.534,
902
+ "mean_token_accuracy": 0.7822502862662077,
903
+ "num_tokens": 17926570.0,
904
+ "step": 630
905
+ },
906
+ {
907
+ "entropy": 0.8290399981662631,
908
+ "epoch": 1.024,
909
+ "grad_norm": 29.375,
910
+ "learning_rate": 1.2780000000000001e-05,
911
+ "loss": 13.2779,
912
+ "mean_token_accuracy": 0.7864516761153937,
913
+ "num_tokens": 18207652.0,
914
+ "step": 640
915
+ },
916
+ {
917
+ "entropy": 0.8298395985737443,
918
+ "epoch": 1.04,
919
+ "grad_norm": 31.0,
920
+ "learning_rate": 1.2980000000000001e-05,
921
+ "loss": 13.1281,
922
+ "mean_token_accuracy": 0.7878676626831294,
923
+ "num_tokens": 18484931.0,
924
+ "step": 650
925
+ },
926
+ {
927
+ "entropy": 0.8254991695284843,
928
+ "epoch": 1.056,
929
+ "grad_norm": 49.0,
930
+ "learning_rate": 1.3180000000000001e-05,
931
+ "loss": 13.2747,
932
+ "mean_token_accuracy": 0.7866876818239689,
933
+ "num_tokens": 18773457.0,
934
+ "step": 660
935
+ },
936
+ {
937
+ "entropy": 0.8410865612328052,
938
+ "epoch": 1.072,
939
+ "grad_norm": 38.75,
940
+ "learning_rate": 1.3380000000000002e-05,
941
+ "loss": 13.3101,
942
+ "mean_token_accuracy": 0.7853217396885157,
943
+ "num_tokens": 19055365.0,
944
+ "step": 670
945
+ },
946
+ {
947
+ "entropy": 0.8255538143217563,
948
+ "epoch": 1.088,
949
+ "grad_norm": 28.875,
950
+ "learning_rate": 1.3580000000000002e-05,
951
+ "loss": 13.2174,
952
+ "mean_token_accuracy": 0.7872007485479117,
953
+ "num_tokens": 19345730.0,
954
+ "step": 680
955
+ },
956
+ {
957
+ "entropy": 0.823124579153955,
958
+ "epoch": 1.104,
959
+ "grad_norm": 29.375,
960
+ "learning_rate": 1.378e-05,
961
+ "loss": 13.1696,
962
+ "mean_token_accuracy": 0.7877223126590251,
963
+ "num_tokens": 19637390.0,
964
+ "step": 690
965
+ },
966
+ {
967
+ "entropy": 0.8028364922851324,
968
+ "epoch": 1.12,
969
+ "grad_norm": 34.5,
970
+ "learning_rate": 1.398e-05,
971
+ "loss": 12.7597,
972
+ "mean_token_accuracy": 0.792793495580554,
973
+ "num_tokens": 19923914.0,
974
+ "step": 700
975
+ },
976
+ {
977
+ "epoch": 1.12,
978
+ "eval_biology_entropy": 1.3986766724586486,
979
+ "eval_biology_loss": 1.407199740409851,
980
+ "eval_biology_mean_token_accuracy": 0.6613863172531128,
981
+ "eval_biology_num_tokens": 19923914.0,
982
+ "eval_biology_runtime": 21.9946,
983
+ "eval_biology_samples_per_second": 22.733,
984
+ "eval_biology_steps_per_second": 5.683,
985
+ "step": 700
986
+ },
987
+ {
988
+ "epoch": 1.12,
989
+ "eval_chemistry_entropy": 1.0769947800636293,
990
+ "eval_chemistry_loss": 1.0871174335479736,
991
+ "eval_chemistry_mean_token_accuracy": 0.7282235732078552,
992
+ "eval_chemistry_num_tokens": 19923914.0,
993
+ "eval_chemistry_runtime": 26.8846,
994
+ "eval_chemistry_samples_per_second": 18.598,
995
+ "eval_chemistry_steps_per_second": 4.65,
996
+ "step": 700
997
+ },
998
+ {
999
+ "epoch": 1.12,
1000
+ "eval_math_entropy": 0.8362808737754822,
1001
+ "eval_math_loss": 0.8373622894287109,
1002
+ "eval_math_mean_token_accuracy": 0.7839989976882935,
1003
+ "eval_math_num_tokens": 19923914.0,
1004
+ "eval_math_runtime": 27.4992,
1005
+ "eval_math_samples_per_second": 18.182,
1006
+ "eval_math_steps_per_second": 4.546,
1007
+ "step": 700
1008
+ },
1009
+ {
1010
+ "epoch": 1.12,
1011
+ "eval_cyber_entropy": 2.5681421542167664,
1012
+ "eval_cyber_loss": 2.8721120357513428,
1013
+ "eval_cyber_mean_token_accuracy": 0.4651792038977146,
1014
+ "eval_cyber_num_tokens": 19923914.0,
1015
+ "eval_cyber_runtime": 26.1144,
1016
+ "eval_cyber_samples_per_second": 15.202,
1017
+ "eval_cyber_steps_per_second": 3.829,
1018
+ "step": 700
1019
+ },
1020
+ {
1021
+ "entropy": 0.8095206459984183,
1022
+ "epoch": 1.1360000000000001,
1023
+ "grad_norm": 38.5,
1024
+ "learning_rate": 1.418e-05,
1025
+ "loss": 12.8823,
1026
+ "mean_token_accuracy": 0.7904491990804672,
1027
+ "num_tokens": 20201892.0,
1028
+ "step": 710
1029
+ },
1030
+ {
1031
+ "entropy": 0.8196006739512086,
1032
+ "epoch": 1.152,
1033
+ "grad_norm": 30.75,
1034
+ "learning_rate": 1.4380000000000001e-05,
1035
+ "loss": 13.0652,
1036
+ "mean_token_accuracy": 0.7910903133451939,
1037
+ "num_tokens": 20490282.0,
1038
+ "step": 720
1039
+ },
1040
+ {
1041
+ "entropy": 0.8046272564679384,
1042
+ "epoch": 1.168,
1043
+ "grad_norm": 29.5,
1044
+ "learning_rate": 1.4580000000000001e-05,
1045
+ "loss": 12.8751,
1046
+ "mean_token_accuracy": 0.7915120176970959,
1047
+ "num_tokens": 20785786.0,
1048
+ "step": 730
1049
+ },
1050
+ {
1051
+ "entropy": 0.8037027461454272,
1052
+ "epoch": 1.184,
1053
+ "grad_norm": 30.5,
1054
+ "learning_rate": 1.478e-05,
1055
+ "loss": 12.8554,
1056
+ "mean_token_accuracy": 0.7912269696593285,
1057
+ "num_tokens": 21074205.0,
1058
+ "step": 740
1059
+ },
1060
+ {
1061
+ "entropy": 0.79942841604352,
1062
+ "epoch": 1.2,
1063
+ "grad_norm": 30.75,
1064
+ "learning_rate": 1.498e-05,
1065
+ "loss": 12.7343,
1066
+ "mean_token_accuracy": 0.7923291265964508,
1067
+ "num_tokens": 21369159.0,
1068
+ "step": 750
1069
+ },
1070
+ {
1071
+ "entropy": 0.807464637234807,
1072
+ "epoch": 1.216,
1073
+ "grad_norm": 35.0,
1074
+ "learning_rate": 1.5180000000000002e-05,
1075
+ "loss": 12.8367,
1076
+ "mean_token_accuracy": 0.7913754984736443,
1077
+ "num_tokens": 21649178.0,
1078
+ "step": 760
1079
+ },
1080
+ {
1081
+ "entropy": 0.7876615423709155,
1082
+ "epoch": 1.232,
1083
+ "grad_norm": 30.25,
1084
+ "learning_rate": 1.5380000000000002e-05,
1085
+ "loss": 12.556,
1086
+ "mean_token_accuracy": 0.7947213523089885,
1087
+ "num_tokens": 21930239.0,
1088
+ "step": 770
1089
+ },
1090
+ {
1091
+ "entropy": 0.7889078231528401,
1092
+ "epoch": 1.248,
1093
+ "grad_norm": 29.75,
1094
+ "learning_rate": 1.5580000000000003e-05,
1095
+ "loss": 12.5585,
1096
+ "mean_token_accuracy": 0.7938403252512216,
1097
+ "num_tokens": 22216387.0,
1098
+ "step": 780
1099
+ },
1100
+ {
1101
+ "entropy": 0.8203166201710701,
1102
+ "epoch": 1.264,
1103
+ "grad_norm": 30.0,
1104
+ "learning_rate": 1.578e-05,
1105
+ "loss": 13.0401,
1106
+ "mean_token_accuracy": 0.7889407943934202,
1107
+ "num_tokens": 22501002.0,
1108
+ "step": 790
1109
+ },
1110
+ {
1111
+ "entropy": 0.7915117274969816,
1112
+ "epoch": 1.28,
1113
+ "grad_norm": 33.0,
1114
+ "learning_rate": 1.5980000000000003e-05,
1115
+ "loss": 12.6967,
1116
+ "mean_token_accuracy": 0.7933882053941488,
1117
+ "num_tokens": 22779682.0,
1118
+ "step": 800
1119
+ },
1120
+ {
1121
+ "epoch": 1.28,
1122
+ "eval_biology_entropy": 1.4146036610603332,
1123
+ "eval_biology_loss": 1.413214921951294,
1124
+ "eval_biology_mean_token_accuracy": 0.659837914943695,
1125
+ "eval_biology_num_tokens": 22779682.0,
1126
+ "eval_biology_runtime": 22.0253,
1127
+ "eval_biology_samples_per_second": 22.701,
1128
+ "eval_biology_steps_per_second": 5.675,
1129
+ "step": 800
1130
+ },
1131
+ {
1132
+ "epoch": 1.28,
1133
+ "eval_chemistry_entropy": 1.0714722080230712,
1134
+ "eval_chemistry_loss": 1.0812031030654907,
1135
+ "eval_chemistry_mean_token_accuracy": 0.7291303877830505,
1136
+ "eval_chemistry_num_tokens": 22779682.0,
1137
+ "eval_chemistry_runtime": 26.8892,
1138
+ "eval_chemistry_samples_per_second": 18.595,
1139
+ "eval_chemistry_steps_per_second": 4.649,
1140
+ "step": 800
1141
+ },
1142
+ {
1143
+ "epoch": 1.28,
1144
+ "eval_math_entropy": 0.8192751173973083,
1145
+ "eval_math_loss": 0.8122938275337219,
1146
+ "eval_math_mean_token_accuracy": 0.789606306552887,
1147
+ "eval_math_num_tokens": 22779682.0,
1148
+ "eval_math_runtime": 27.5274,
1149
+ "eval_math_samples_per_second": 18.164,
1150
+ "eval_math_steps_per_second": 4.541,
1151
+ "step": 800
1152
+ },
1153
+ {
1154
+ "epoch": 1.28,
1155
+ "eval_cyber_entropy": 2.5670096004009246,
1156
+ "eval_cyber_loss": 2.8539652824401855,
1157
+ "eval_cyber_mean_token_accuracy": 0.46533648878335954,
1158
+ "eval_cyber_num_tokens": 22779682.0,
1159
+ "eval_cyber_runtime": 26.1723,
1160
+ "eval_cyber_samples_per_second": 15.169,
1161
+ "eval_cyber_steps_per_second": 3.821,
1162
+ "step": 800
1163
+ },
1164
+ {
1165
+ "entropy": 0.786592660844326,
1166
+ "epoch": 1.296,
1167
+ "grad_norm": 35.5,
1168
+ "learning_rate": 1.618e-05,
1169
+ "loss": 12.5036,
1170
+ "mean_token_accuracy": 0.7954838387668133,
1171
+ "num_tokens": 23057744.0,
1172
+ "step": 810
1173
+ },
1174
+ {
1175
+ "entropy": 0.7977361943572759,
1176
+ "epoch": 1.312,
1177
+ "grad_norm": 34.5,
1178
+ "learning_rate": 1.638e-05,
1179
+ "loss": 12.7511,
1180
+ "mean_token_accuracy": 0.7935790359973908,
1181
+ "num_tokens": 23344644.0,
1182
+ "step": 820
1183
+ },
1184
+ {
1185
+ "entropy": 0.8038571482524276,
1186
+ "epoch": 1.328,
1187
+ "grad_norm": 38.75,
1188
+ "learning_rate": 1.658e-05,
1189
+ "loss": 12.847,
1190
+ "mean_token_accuracy": 0.7909597154706717,
1191
+ "num_tokens": 23622405.0,
1192
+ "step": 830
1193
+ },
1194
+ {
1195
+ "entropy": 0.781531005539,
1196
+ "epoch": 1.3439999999999999,
1197
+ "grad_norm": 28.75,
1198
+ "learning_rate": 1.6780000000000002e-05,
1199
+ "loss": 12.4551,
1200
+ "mean_token_accuracy": 0.795590429380536,
1201
+ "num_tokens": 23899771.0,
1202
+ "step": 840
1203
+ },
1204
+ {
1205
+ "entropy": 0.7783096175640821,
1206
+ "epoch": 1.3599999999999999,
1207
+ "grad_norm": 27.0,
1208
+ "learning_rate": 1.698e-05,
1209
+ "loss": 12.4462,
1210
+ "mean_token_accuracy": 0.7967745348811149,
1211
+ "num_tokens": 24187023.0,
1212
+ "step": 850
1213
+ },
1214
+ {
1215
+ "entropy": 0.8302321504801512,
1216
+ "epoch": 1.376,
1217
+ "grad_norm": 30.625,
1218
+ "learning_rate": 1.718e-05,
1219
+ "loss": 13.2594,
1220
+ "mean_token_accuracy": 0.7850385505706072,
1221
+ "num_tokens": 24466132.0,
1222
+ "step": 860
1223
+ },
1224
+ {
1225
+ "entropy": 0.7808034917339682,
1226
+ "epoch": 1.392,
1227
+ "grad_norm": 34.5,
1228
+ "learning_rate": 1.7380000000000003e-05,
1229
+ "loss": 12.4747,
1230
+ "mean_token_accuracy": 0.7949298892170191,
1231
+ "num_tokens": 24748043.0,
1232
+ "step": 870
1233
+ },
1234
+ {
1235
+ "entropy": 0.7715026669204235,
1236
+ "epoch": 1.408,
1237
+ "grad_norm": 36.0,
1238
+ "learning_rate": 1.758e-05,
1239
+ "loss": 12.3399,
1240
+ "mean_token_accuracy": 0.7984749253839254,
1241
+ "num_tokens": 25036674.0,
1242
+ "step": 880
1243
+ },
1244
+ {
1245
+ "entropy": 0.7645593881607056,
1246
+ "epoch": 1.424,
1247
+ "grad_norm": 27.25,
1248
+ "learning_rate": 1.7780000000000003e-05,
1249
+ "loss": 12.1973,
1250
+ "mean_token_accuracy": 0.7993213057518005,
1251
+ "num_tokens": 25324579.0,
1252
+ "step": 890
1253
+ },
1254
+ {
1255
+ "entropy": 0.7820997565984726,
1256
+ "epoch": 1.44,
1257
+ "grad_norm": 33.0,
1258
+ "learning_rate": 1.798e-05,
1259
+ "loss": 12.5051,
1260
+ "mean_token_accuracy": 0.7951443370431661,
1261
+ "num_tokens": 25606824.0,
1262
+ "step": 900
1263
+ },
1264
+ {
1265
+ "epoch": 1.44,
1266
+ "eval_biology_entropy": 1.3808940649032593,
1267
+ "eval_biology_loss": 1.4220765829086304,
1268
+ "eval_biology_mean_token_accuracy": 0.6588086094856263,
1269
+ "eval_biology_num_tokens": 25606824.0,
1270
+ "eval_biology_runtime": 22.0118,
1271
+ "eval_biology_samples_per_second": 22.715,
1272
+ "eval_biology_steps_per_second": 5.679,
1273
+ "step": 900
1274
+ },
1275
+ {
1276
+ "epoch": 1.44,
1277
+ "eval_chemistry_entropy": 1.0482762174606324,
1278
+ "eval_chemistry_loss": 1.073889136314392,
1279
+ "eval_chemistry_mean_token_accuracy": 0.7307762913703918,
1280
+ "eval_chemistry_num_tokens": 25606824.0,
1281
+ "eval_chemistry_runtime": 26.8657,
1282
+ "eval_chemistry_samples_per_second": 18.611,
1283
+ "eval_chemistry_steps_per_second": 4.653,
1284
+ "step": 900
1285
+ },
1286
+ {
1287
+ "epoch": 1.44,
1288
+ "eval_math_entropy": 0.7846709032058716,
1289
+ "eval_math_loss": 0.7932249903678894,
1290
+ "eval_math_mean_token_accuracy": 0.792679114818573,
1291
+ "eval_math_num_tokens": 25606824.0,
1292
+ "eval_math_runtime": 27.514,
1293
+ "eval_math_samples_per_second": 18.173,
1294
+ "eval_math_steps_per_second": 4.543,
1295
+ "step": 900
1296
+ },
1297
+ {
1298
+ "epoch": 1.44,
1299
+ "eval_cyber_entropy": 2.5483840811252594,
1300
+ "eval_cyber_loss": 2.8718831539154053,
1301
+ "eval_cyber_mean_token_accuracy": 0.4638554835319519,
1302
+ "eval_cyber_num_tokens": 25606824.0,
1303
+ "eval_cyber_runtime": 26.216,
1304
+ "eval_cyber_samples_per_second": 15.143,
1305
+ "eval_cyber_steps_per_second": 3.814,
1306
+ "step": 900
1307
+ },
1308
+ {
1309
+ "entropy": 0.7723285494372248,
1310
+ "epoch": 1.456,
1311
+ "grad_norm": 28.625,
1312
+ "learning_rate": 1.8180000000000002e-05,
1313
+ "loss": 12.303,
1314
+ "mean_token_accuracy": 0.7964108034968376,
1315
+ "num_tokens": 25886396.0,
1316
+ "step": 910
1317
+ },
1318
+ {
1319
+ "entropy": 0.7762986140325665,
1320
+ "epoch": 1.472,
1321
+ "grad_norm": 28.875,
1322
+ "learning_rate": 1.8380000000000004e-05,
1323
+ "loss": 12.4134,
1324
+ "mean_token_accuracy": 0.7955747056752444,
1325
+ "num_tokens": 26163618.0,
1326
+ "step": 920
1327
+ },
1328
+ {
1329
+ "entropy": 0.7938198037445545,
1330
+ "epoch": 1.488,
1331
+ "grad_norm": 29.625,
1332
+ "learning_rate": 1.858e-05,
1333
+ "loss": 12.75,
1334
+ "mean_token_accuracy": 0.7917455974966288,
1335
+ "num_tokens": 26438338.0,
1336
+ "step": 930
1337
+ },
1338
+ {
1339
+ "entropy": 0.7594615155830979,
1340
+ "epoch": 1.504,
1341
+ "grad_norm": 34.0,
1342
+ "learning_rate": 1.878e-05,
1343
+ "loss": 12.14,
1344
+ "mean_token_accuracy": 0.8009778898209333,
1345
+ "num_tokens": 26729255.0,
1346
+ "step": 940
1347
+ },
1348
+ {
1349
+ "entropy": 0.7861603863537312,
1350
+ "epoch": 1.52,
1351
+ "grad_norm": 27.125,
1352
+ "learning_rate": 1.898e-05,
1353
+ "loss": 12.4626,
1354
+ "mean_token_accuracy": 0.7956234533339739,
1355
+ "num_tokens": 27017935.0,
1356
+ "step": 950
1357
+ },
1358
+ {
1359
+ "entropy": 0.7631909586489201,
1360
+ "epoch": 1.536,
1361
+ "grad_norm": 24.625,
1362
+ "learning_rate": 1.918e-05,
1363
+ "loss": 12.1955,
1364
+ "mean_token_accuracy": 0.7989141892641782,
1365
+ "num_tokens": 27306339.0,
1366
+ "step": 960
1367
+ },
1368
+ {
1369
+ "entropy": 0.7708934009075165,
1370
+ "epoch": 1.552,
1371
+ "grad_norm": 27.75,
1372
+ "learning_rate": 1.938e-05,
1373
+ "loss": 12.1963,
1374
+ "mean_token_accuracy": 0.7984277427196502,
1375
+ "num_tokens": 27591959.0,
1376
+ "step": 970
1377
+ },
1378
+ {
1379
+ "entropy": 0.7459486592561007,
1380
+ "epoch": 1.568,
1381
+ "grad_norm": 28.625,
1382
+ "learning_rate": 1.9580000000000002e-05,
1383
+ "loss": 11.9228,
1384
+ "mean_token_accuracy": 0.8039638720452785,
1385
+ "num_tokens": 27884398.0,
1386
+ "step": 980
1387
+ },
1388
+ {
1389
+ "entropy": 0.7573445823043585,
1390
+ "epoch": 1.584,
1391
+ "grad_norm": 27.0,
1392
+ "learning_rate": 1.978e-05,
1393
+ "loss": 12.0883,
1394
+ "mean_token_accuracy": 0.8011246718466282,
1395
+ "num_tokens": 28171274.0,
1396
+ "step": 990
1397
+ },
1398
+ {
1399
+ "entropy": 0.7612122105434537,
1400
+ "epoch": 1.6,
1401
+ "grad_norm": 27.5,
1402
+ "learning_rate": 1.9980000000000002e-05,
1403
+ "loss": 12.0981,
1404
+ "mean_token_accuracy": 0.7986274570226669,
1405
+ "num_tokens": 28457624.0,
1406
+ "step": 1000
1407
+ },
1408
+ {
1409
+ "epoch": 1.6,
1410
+ "eval_biology_entropy": 1.3829385170936583,
1411
+ "eval_biology_loss": 1.4260554313659668,
1412
+ "eval_biology_mean_token_accuracy": 0.6589009766578674,
1413
+ "eval_biology_num_tokens": 28457624.0,
1414
+ "eval_biology_runtime": 22.024,
1415
+ "eval_biology_samples_per_second": 22.703,
1416
+ "eval_biology_steps_per_second": 5.676,
1417
+ "step": 1000
1418
+ },
1419
+ {
1420
+ "epoch": 1.6,
1421
+ "eval_chemistry_entropy": 1.0377137541770936,
1422
+ "eval_chemistry_loss": 1.0700007677078247,
1423
+ "eval_chemistry_mean_token_accuracy": 0.7318583874702453,
1424
+ "eval_chemistry_num_tokens": 28457624.0,
1425
+ "eval_chemistry_runtime": 26.9114,
1426
+ "eval_chemistry_samples_per_second": 18.579,
1427
+ "eval_chemistry_steps_per_second": 4.645,
1428
+ "step": 1000
1429
+ },
1430
+ {
1431
+ "epoch": 1.6,
1432
+ "eval_math_entropy": 0.775481684923172,
1433
+ "eval_math_loss": 0.7736496329307556,
1434
+ "eval_math_mean_token_accuracy": 0.7959285154342651,
1435
+ "eval_math_num_tokens": 28457624.0,
1436
+ "eval_math_runtime": 27.53,
1437
+ "eval_math_samples_per_second": 18.162,
1438
+ "eval_math_steps_per_second": 4.541,
1439
+ "step": 1000
1440
+ },
1441
+ {
1442
+ "epoch": 1.6,
1443
+ "eval_cyber_entropy": 2.5157601726055145,
1444
+ "eval_cyber_loss": 2.8350298404693604,
1445
+ "eval_cyber_mean_token_accuracy": 0.4679137858748436,
1446
+ "eval_cyber_num_tokens": 28457624.0,
1447
+ "eval_cyber_runtime": 26.1345,
1448
+ "eval_cyber_samples_per_second": 15.191,
1449
+ "eval_cyber_steps_per_second": 3.826,
1450
+ "step": 1000
1451
+ },
1452
+ {
1453
+ "entropy": 0.7650468161329627,
1454
+ "epoch": 1.616,
1455
+ "grad_norm": 24.875,
1456
+ "learning_rate": 1.9980000000000002e-05,
1457
+ "loss": 12.1883,
1458
+ "mean_token_accuracy": 0.798528803884983,
1459
+ "num_tokens": 28743099.0,
1460
+ "step": 1010
1461
+ },
1462
+ {
1463
+ "entropy": 0.7713425377383828,
1464
+ "epoch": 1.6320000000000001,
1465
+ "grad_norm": 25.75,
1466
+ "learning_rate": 1.995777777777778e-05,
1467
+ "loss": 12.2948,
1468
+ "mean_token_accuracy": 0.7963836405426263,
1469
+ "num_tokens": 29017297.0,
1470
+ "step": 1020
1471
+ },
1472
+ {
1473
+ "entropy": 0.7499153949320316,
1474
+ "epoch": 1.6480000000000001,
1475
+ "grad_norm": 25.75,
1476
+ "learning_rate": 1.9935555555555557e-05,
1477
+ "loss": 11.9856,
1478
+ "mean_token_accuracy": 0.803160610422492,
1479
+ "num_tokens": 29303707.0,
1480
+ "step": 1030
1481
+ },
1482
+ {
1483
+ "entropy": 0.7566261947154999,
1484
+ "epoch": 1.6640000000000001,
1485
+ "grad_norm": 25.0,
1486
+ "learning_rate": 1.9913333333333335e-05,
1487
+ "loss": 12.034,
1488
+ "mean_token_accuracy": 0.7999875675886869,
1489
+ "num_tokens": 29597156.0,
1490
+ "step": 1040
1491
+ },
1492
+ {
1493
+ "entropy": 0.7669804213568568,
1494
+ "epoch": 1.6800000000000002,
1495
+ "grad_norm": 24.25,
1496
+ "learning_rate": 1.9891111111111112e-05,
1497
+ "loss": 12.2025,
1498
+ "mean_token_accuracy": 0.7990686308592558,
1499
+ "num_tokens": 29883879.0,
1500
+ "step": 1050
1501
+ },
1502
+ {
1503
+ "entropy": 0.7553620956838131,
1504
+ "epoch": 1.696,
1505
+ "grad_norm": 28.125,
1506
+ "learning_rate": 1.986888888888889e-05,
1507
+ "loss": 12.1827,
1508
+ "mean_token_accuracy": 0.8000101692974567,
1509
+ "num_tokens": 30165760.0,
1510
+ "step": 1060
1511
+ },
1512
+ {
1513
+ "entropy": 0.7463795414194465,
1514
+ "epoch": 1.712,
1515
+ "grad_norm": 22.375,
1516
+ "learning_rate": 1.9846666666666668e-05,
1517
+ "loss": 11.9561,
1518
+ "mean_token_accuracy": 0.8028988271951676,
1519
+ "num_tokens": 30460367.0,
1520
+ "step": 1070
1521
+ },
1522
+ {
1523
+ "entropy": 0.7401833109557628,
1524
+ "epoch": 1.728,
1525
+ "grad_norm": 27.375,
1526
+ "learning_rate": 1.9824444444444445e-05,
1527
+ "loss": 11.7133,
1528
+ "mean_token_accuracy": 0.8052776392549277,
1529
+ "num_tokens": 30739137.0,
1530
+ "step": 1080
1531
+ },
1532
+ {
1533
+ "entropy": 0.7436290748417378,
1534
+ "epoch": 1.744,
1535
+ "grad_norm": 27.375,
1536
+ "learning_rate": 1.9802222222222226e-05,
1537
+ "loss": 11.8806,
1538
+ "mean_token_accuracy": 0.8036583166569471,
1539
+ "num_tokens": 31022663.0,
1540
+ "step": 1090
1541
+ },
1542
+ {
1543
+ "entropy": 0.7478637570515275,
1544
+ "epoch": 1.76,
1545
+ "grad_norm": 25.25,
1546
+ "learning_rate": 1.978e-05,
1547
+ "loss": 11.9202,
1548
+ "mean_token_accuracy": 0.8017146904021502,
1549
+ "num_tokens": 31306494.0,
1550
+ "step": 1100
1551
+ },
1552
+ {
1553
+ "epoch": 1.76,
1554
+ "eval_biology_entropy": 1.3845259475708007,
1555
+ "eval_biology_loss": 1.4283864498138428,
1556
+ "eval_biology_mean_token_accuracy": 0.657891107082367,
1557
+ "eval_biology_num_tokens": 31306494.0,
1558
+ "eval_biology_runtime": 21.9927,
1559
+ "eval_biology_samples_per_second": 22.735,
1560
+ "eval_biology_steps_per_second": 5.684,
1561
+ "step": 1100
1562
+ },
1563
+ {
1564
+ "epoch": 1.76,
1565
+ "eval_chemistry_entropy": 1.0231492972373963,
1566
+ "eval_chemistry_loss": 1.063183307647705,
1567
+ "eval_chemistry_mean_token_accuracy": 0.7330445971488952,
1568
+ "eval_chemistry_num_tokens": 31306494.0,
1569
+ "eval_chemistry_runtime": 26.8519,
1570
+ "eval_chemistry_samples_per_second": 18.621,
1571
+ "eval_chemistry_steps_per_second": 4.655,
1572
+ "step": 1100
1573
+ },
1574
+ {
1575
+ "epoch": 1.76,
1576
+ "eval_math_entropy": 0.7524698441028594,
1577
+ "eval_math_loss": 0.7613377571105957,
1578
+ "eval_math_mean_token_accuracy": 0.798446418762207,
1579
+ "eval_math_num_tokens": 31306494.0,
1580
+ "eval_math_runtime": 27.5284,
1581
+ "eval_math_samples_per_second": 18.163,
1582
+ "eval_math_steps_per_second": 4.541,
1583
+ "step": 1100
1584
+ },
1585
+ {
1586
+ "epoch": 1.76,
1587
+ "eval_cyber_entropy": 2.3844272685050965,
1588
+ "eval_cyber_loss": 2.8584094047546387,
1589
+ "eval_cyber_mean_token_accuracy": 0.47087193533778193,
1590
+ "eval_cyber_num_tokens": 31306494.0,
1591
+ "eval_cyber_runtime": 26.2154,
1592
+ "eval_cyber_samples_per_second": 15.144,
1593
+ "eval_cyber_steps_per_second": 3.815,
1594
+ "step": 1100
1595
+ },
1596
+ {
1597
+ "entropy": 0.7506109833717346,
1598
+ "epoch": 1.776,
1599
+ "grad_norm": 22.875,
1600
+ "learning_rate": 1.975777777777778e-05,
1601
+ "loss": 11.957,
1602
+ "mean_token_accuracy": 0.803263409435749,
1603
+ "num_tokens": 31595542.0,
1604
+ "step": 1110
1605
+ },
1606
+ {
1607
+ "entropy": 0.7545284632593393,
1608
+ "epoch": 1.792,
1609
+ "grad_norm": 25.25,
1610
+ "learning_rate": 1.9735555555555556e-05,
1611
+ "loss": 12.055,
1612
+ "mean_token_accuracy": 0.8008169520646333,
1613
+ "num_tokens": 31881189.0,
1614
+ "step": 1120
1615
+ },
1616
+ {
1617
+ "entropy": 0.7454792723059654,
1618
+ "epoch": 1.808,
1619
+ "grad_norm": 22.625,
1620
+ "learning_rate": 1.9713333333333337e-05,
1621
+ "loss": 11.8818,
1622
+ "mean_token_accuracy": 0.8028201397508383,
1623
+ "num_tokens": 32164196.0,
1624
+ "step": 1130
1625
+ },
1626
+ {
1627
+ "entropy": 0.7103133289143443,
1628
+ "epoch": 1.8239999999999998,
1629
+ "grad_norm": 23.625,
1630
+ "learning_rate": 1.969111111111111e-05,
1631
+ "loss": 11.3018,
1632
+ "mean_token_accuracy": 0.8097421944141387,
1633
+ "num_tokens": 32441530.0,
1634
+ "step": 1140
1635
+ },
1636
+ {
1637
+ "entropy": 0.7296694969758392,
1638
+ "epoch": 1.8399999999999999,
1639
+ "grad_norm": 23.125,
1640
+ "learning_rate": 1.9668888888888892e-05,
1641
+ "loss": 11.722,
1642
+ "mean_token_accuracy": 0.8063848353922367,
1643
+ "num_tokens": 32723145.0,
1644
+ "step": 1150
1645
+ },
1646
+ {
1647
+ "entropy": 0.746064018085599,
1648
+ "epoch": 1.8559999999999999,
1649
+ "grad_norm": 26.375,
1650
+ "learning_rate": 1.9646666666666666e-05,
1651
+ "loss": 11.9198,
1652
+ "mean_token_accuracy": 0.8034628454595805,
1653
+ "num_tokens": 33011263.0,
1654
+ "step": 1160
1655
+ },
1656
+ {
1657
+ "entropy": 0.7246854526922106,
1658
+ "epoch": 1.8719999999999999,
1659
+ "grad_norm": 25.125,
1660
+ "learning_rate": 1.9624444444444447e-05,
1661
+ "loss": 11.6702,
1662
+ "mean_token_accuracy": 0.8065225839614868,
1663
+ "num_tokens": 33298921.0,
1664
+ "step": 1170
1665
+ },
1666
+ {
1667
+ "entropy": 0.7422073289752007,
1668
+ "epoch": 1.888,
1669
+ "grad_norm": 33.0,
1670
+ "learning_rate": 1.9602222222222225e-05,
1671
+ "loss": 11.8223,
1672
+ "mean_token_accuracy": 0.8029078282415867,
1673
+ "num_tokens": 33576243.0,
1674
+ "step": 1180
1675
+ },
1676
+ {
1677
+ "entropy": 0.7377389714121818,
1678
+ "epoch": 1.904,
1679
+ "grad_norm": 21.875,
1680
+ "learning_rate": 1.9580000000000002e-05,
1681
+ "loss": 11.7626,
1682
+ "mean_token_accuracy": 0.803905576467514,
1683
+ "num_tokens": 33850968.0,
1684
+ "step": 1190
1685
+ },
1686
+ {
1687
+ "entropy": 0.720432554371655,
1688
+ "epoch": 1.92,
1689
+ "grad_norm": 24.125,
1690
+ "learning_rate": 1.955777777777778e-05,
1691
+ "loss": 11.4648,
1692
+ "mean_token_accuracy": 0.8074128460139036,
1693
+ "num_tokens": 34128558.0,
1694
+ "step": 1200
1695
+ },
1696
+ {
1697
+ "epoch": 1.92,
1698
+ "eval_biology_entropy": 1.426067009449005,
1699
+ "eval_biology_loss": 1.4298174381256104,
1700
+ "eval_biology_mean_token_accuracy": 0.6572316522598267,
1701
+ "eval_biology_num_tokens": 34128558.0,
1702
+ "eval_biology_runtime": 21.9751,
1703
+ "eval_biology_samples_per_second": 22.753,
1704
+ "eval_biology_steps_per_second": 5.688,
1705
+ "step": 1200
1706
+ },
1707
+ {
1708
+ "epoch": 1.92,
1709
+ "eval_chemistry_entropy": 1.052424753189087,
1710
+ "eval_chemistry_loss": 1.058487057685852,
1711
+ "eval_chemistry_mean_token_accuracy": 0.7344707479476928,
1712
+ "eval_chemistry_num_tokens": 34128558.0,
1713
+ "eval_chemistry_runtime": 26.8451,
1714
+ "eval_chemistry_samples_per_second": 18.625,
1715
+ "eval_chemistry_steps_per_second": 4.656,
1716
+ "step": 1200
1717
+ },
1718
+ {
1719
+ "epoch": 1.92,
1720
+ "eval_math_entropy": 0.7641568143367767,
1721
+ "eval_math_loss": 0.7467027306556702,
1722
+ "eval_math_mean_token_accuracy": 0.8014610476493835,
1723
+ "eval_math_num_tokens": 34128558.0,
1724
+ "eval_math_runtime": 27.5216,
1725
+ "eval_math_samples_per_second": 18.168,
1726
+ "eval_math_steps_per_second": 4.542,
1727
+ "step": 1200
1728
+ },
1729
+ {
1730
+ "epoch": 1.92,
1731
+ "eval_cyber_entropy": 2.4904652881622313,
1732
+ "eval_cyber_loss": 2.6954379081726074,
1733
+ "eval_cyber_mean_token_accuracy": 0.4830169627070427,
1734
+ "eval_cyber_num_tokens": 34128558.0,
1735
+ "eval_cyber_runtime": 26.1923,
1736
+ "eval_cyber_samples_per_second": 15.157,
1737
+ "eval_cyber_steps_per_second": 3.818,
1738
+ "step": 1200
1739
+ },
1740
+ {
1741
+ "entropy": 0.731533533334732,
1742
+ "epoch": 1.936,
1743
+ "grad_norm": 25.125,
1744
+ "learning_rate": 1.9535555555555557e-05,
1745
+ "loss": 11.6804,
1746
+ "mean_token_accuracy": 0.8052534744143486,
1747
+ "num_tokens": 34408056.0,
1748
+ "step": 1210
1749
+ },
1750
+ {
1751
+ "entropy": 0.7303263584151864,
1752
+ "epoch": 1.952,
1753
+ "grad_norm": 23.375,
1754
+ "learning_rate": 1.9513333333333335e-05,
1755
+ "loss": 11.5676,
1756
+ "mean_token_accuracy": 0.8064503286033868,
1757
+ "num_tokens": 34684679.0,
1758
+ "step": 1220
1759
+ },
1760
+ {
1761
+ "entropy": 0.7569911142811179,
1762
+ "epoch": 1.968,
1763
+ "grad_norm": 25.375,
1764
+ "learning_rate": 1.9491111111111113e-05,
1765
+ "loss": 12.1009,
1766
+ "mean_token_accuracy": 0.8005167040973902,
1767
+ "num_tokens": 34971038.0,
1768
+ "step": 1230
1769
+ },
1770
+ {
1771
+ "entropy": 0.7218442076817155,
1772
+ "epoch": 1.984,
1773
+ "grad_norm": 23.375,
1774
+ "learning_rate": 1.946888888888889e-05,
1775
+ "loss": 11.5014,
1776
+ "mean_token_accuracy": 0.808349072188139,
1777
+ "num_tokens": 35262281.0,
1778
+ "step": 1240
1779
+ },
1780
+ {
1781
+ "entropy": 0.7173755820840597,
1782
+ "epoch": 2.0,
1783
+ "grad_norm": 24.125,
1784
+ "learning_rate": 1.9446666666666668e-05,
1785
+ "loss": 11.4742,
1786
+ "mean_token_accuracy": 0.8086670659482479,
1787
+ "num_tokens": 35560864.0,
1788
+ "step": 1250
1789
+ },
1790
+ {
1791
+ "entropy": 0.6936481088399887,
1792
+ "epoch": 2.016,
1793
+ "grad_norm": 23.125,
1794
+ "learning_rate": 1.9424444444444446e-05,
1795
+ "loss": 10.8847,
1796
+ "mean_token_accuracy": 0.8153551481664181,
1797
+ "num_tokens": 35846704.0,
1798
+ "step": 1260
1799
+ },
1800
+ {
1801
+ "entropy": 0.6694988587871193,
1802
+ "epoch": 2.032,
1803
+ "grad_norm": 22.5,
1804
+ "learning_rate": 1.9402222222222223e-05,
1805
+ "loss": 10.711,
1806
+ "mean_token_accuracy": 0.816493459790945,
1807
+ "num_tokens": 36128775.0,
1808
+ "step": 1270
1809
+ },
1810
+ {
1811
+ "entropy": 0.6576118635013699,
1812
+ "epoch": 2.048,
1813
+ "grad_norm": 23.25,
1814
+ "learning_rate": 1.938e-05,
1815
+ "loss": 10.4997,
1816
+ "mean_token_accuracy": 0.8206516925245524,
1817
+ "num_tokens": 36419504.0,
1818
+ "step": 1280
1819
+ },
1820
+ {
1821
+ "entropy": 0.6648308178409934,
1822
+ "epoch": 2.064,
1823
+ "grad_norm": 22.375,
1824
+ "learning_rate": 1.935777777777778e-05,
1825
+ "loss": 10.5449,
1826
+ "mean_token_accuracy": 0.8189927719533443,
1827
+ "num_tokens": 36706816.0,
1828
+ "step": 1290
1829
+ },
1830
+ {
1831
+ "entropy": 0.6633218213915825,
1832
+ "epoch": 2.08,
1833
+ "grad_norm": 24.125,
1834
+ "learning_rate": 1.9335555555555556e-05,
1835
+ "loss": 10.5216,
1836
+ "mean_token_accuracy": 0.8182109944522381,
1837
+ "num_tokens": 36988475.0,
1838
+ "step": 1300
1839
+ },
1840
+ {
1841
+ "epoch": 2.08,
1842
+ "eval_biology_entropy": 1.240901198387146,
1843
+ "eval_biology_loss": 1.4575155973434448,
1844
+ "eval_biology_mean_token_accuracy": 0.6538263387680053,
1845
+ "eval_biology_num_tokens": 36988475.0,
1846
+ "eval_biology_runtime": 22.0164,
1847
+ "eval_biology_samples_per_second": 22.71,
1848
+ "eval_biology_steps_per_second": 5.678,
1849
+ "step": 1300
1850
+ },
1851
+ {
1852
+ "epoch": 2.08,
1853
+ "eval_chemistry_entropy": 0.9047480673789978,
1854
+ "eval_chemistry_loss": 1.077072262763977,
1855
+ "eval_chemistry_mean_token_accuracy": 0.7334306511878967,
1856
+ "eval_chemistry_num_tokens": 36988475.0,
1857
+ "eval_chemistry_runtime": 26.8608,
1858
+ "eval_chemistry_samples_per_second": 18.614,
1859
+ "eval_chemistry_steps_per_second": 4.654,
1860
+ "step": 1300
1861
+ },
1862
+ {
1863
+ "epoch": 2.08,
1864
+ "eval_math_entropy": 0.6772888927459717,
1865
+ "eval_math_loss": 0.7423775792121887,
1866
+ "eval_math_mean_token_accuracy": 0.8029003148078918,
1867
+ "eval_math_num_tokens": 36988475.0,
1868
+ "eval_math_runtime": 27.5039,
1869
+ "eval_math_samples_per_second": 18.179,
1870
+ "eval_math_steps_per_second": 4.545,
1871
+ "step": 1300
1872
+ },
1873
+ {
1874
+ "epoch": 2.08,
1875
+ "eval_cyber_entropy": 2.240402947664261,
1876
+ "eval_cyber_loss": 2.8395872116088867,
1877
+ "eval_cyber_mean_token_accuracy": 0.4778119161725044,
1878
+ "eval_cyber_num_tokens": 36988475.0,
1879
+ "eval_cyber_runtime": 26.1457,
1880
+ "eval_cyber_samples_per_second": 15.184,
1881
+ "eval_cyber_steps_per_second": 3.825,
1882
+ "step": 1300
1883
+ },
1884
+ {
1885
+ "entropy": 0.6708741160109639,
1886
+ "epoch": 2.096,
1887
+ "grad_norm": 22.375,
1888
+ "learning_rate": 1.9313333333333334e-05,
1889
+ "loss": 10.6881,
1890
+ "mean_token_accuracy": 0.8182591505348682,
1891
+ "num_tokens": 37270131.0,
1892
+ "step": 1310
1893
+ },
1894
+ {
1895
+ "entropy": 0.6532387970015406,
1896
+ "epoch": 2.112,
1897
+ "grad_norm": 24.0,
1898
+ "learning_rate": 1.9291111111111115e-05,
1899
+ "loss": 10.4792,
1900
+ "mean_token_accuracy": 0.8189583510160446,
1901
+ "num_tokens": 37563537.0,
1902
+ "step": 1320
1903
+ },
1904
+ {
1905
+ "entropy": 0.6555240735411644,
1906
+ "epoch": 2.128,
1907
+ "grad_norm": 22.375,
1908
+ "learning_rate": 1.926888888888889e-05,
1909
+ "loss": 10.369,
1910
+ "mean_token_accuracy": 0.8218111298978329,
1911
+ "num_tokens": 37843959.0,
1912
+ "step": 1330
1913
+ },
1914
+ {
1915
+ "entropy": 0.6665401035919786,
1916
+ "epoch": 2.144,
1917
+ "grad_norm": 24.25,
1918
+ "learning_rate": 1.924666666666667e-05,
1919
+ "loss": 10.5665,
1920
+ "mean_token_accuracy": 0.8194981347769499,
1921
+ "num_tokens": 38133092.0,
1922
+ "step": 1340
1923
+ },
1924
+ {
1925
+ "entropy": 0.6592796456068755,
1926
+ "epoch": 2.16,
1927
+ "grad_norm": 21.5,
1928
+ "learning_rate": 1.9224444444444444e-05,
1929
+ "loss": 10.5062,
1930
+ "mean_token_accuracy": 0.8200013760477305,
1931
+ "num_tokens": 38421229.0,
1932
+ "step": 1350
1933
+ },
1934
+ {
1935
+ "entropy": 0.639416103810072,
1936
+ "epoch": 2.176,
1937
+ "grad_norm": 23.0,
1938
+ "learning_rate": 1.9202222222222225e-05,
1939
+ "loss": 10.1779,
1940
+ "mean_token_accuracy": 0.8243647638708353,
1941
+ "num_tokens": 38708043.0,
1942
+ "step": 1360
1943
+ },
1944
+ {
1945
+ "entropy": 0.667258214391768,
1946
+ "epoch": 2.192,
1947
+ "grad_norm": 23.375,
1948
+ "learning_rate": 1.918e-05,
1949
+ "loss": 10.6186,
1950
+ "mean_token_accuracy": 0.8171255987137556,
1951
+ "num_tokens": 38996930.0,
1952
+ "step": 1370
1953
+ },
1954
+ {
1955
+ "entropy": 0.6627653013914824,
1956
+ "epoch": 2.208,
1957
+ "grad_norm": 23.75,
1958
+ "learning_rate": 1.915777777777778e-05,
1959
+ "loss": 10.6227,
1960
+ "mean_token_accuracy": 0.818722078576684,
1961
+ "num_tokens": 39279481.0,
1962
+ "step": 1380
1963
+ },
1964
+ {
1965
+ "entropy": 0.6583162900060415,
1966
+ "epoch": 2.224,
1967
+ "grad_norm": 24.0,
1968
+ "learning_rate": 1.9135555555555555e-05,
1969
+ "loss": 10.4429,
1970
+ "mean_token_accuracy": 0.8204963516443968,
1971
+ "num_tokens": 39569030.0,
1972
+ "step": 1390
1973
+ },
1974
+ {
1975
+ "entropy": 0.6620556140318513,
1976
+ "epoch": 2.24,
1977
+ "grad_norm": 23.625,
1978
+ "learning_rate": 1.9113333333333336e-05,
1979
+ "loss": 10.591,
1980
+ "mean_token_accuracy": 0.8184640970081091,
1981
+ "num_tokens": 39854873.0,
1982
+ "step": 1400
1983
+ },
1984
+ {
1985
+ "epoch": 2.24,
1986
+ "eval_biology_entropy": 1.1904019894599915,
1987
+ "eval_biology_loss": 1.473069667816162,
1988
+ "eval_biology_mean_token_accuracy": 0.6529810581207275,
1989
+ "eval_biology_num_tokens": 39854873.0,
1990
+ "eval_biology_runtime": 22.0119,
1991
+ "eval_biology_samples_per_second": 22.715,
1992
+ "eval_biology_steps_per_second": 5.679,
1993
+ "step": 1400
1994
+ },
1995
+ {
1996
+ "epoch": 2.24,
1997
+ "eval_chemistry_entropy": 0.8868081021308899,
1998
+ "eval_chemistry_loss": 1.0847948789596558,
1999
+ "eval_chemistry_mean_token_accuracy": 0.7322362198829651,
2000
+ "eval_chemistry_num_tokens": 39854873.0,
2001
+ "eval_chemistry_runtime": 27.1533,
2002
+ "eval_chemistry_samples_per_second": 18.414,
2003
+ "eval_chemistry_steps_per_second": 4.603,
2004
+ "step": 1400
2005
+ },
2006
+ {
2007
+ "epoch": 2.24,
2008
+ "eval_math_entropy": 0.6937474160194397,
2009
+ "eval_math_loss": 0.7352772951126099,
2010
+ "eval_math_mean_token_accuracy": 0.8037003560066223,
2011
+ "eval_math_num_tokens": 39854873.0,
2012
+ "eval_math_runtime": 27.5567,
2013
+ "eval_math_samples_per_second": 18.144,
2014
+ "eval_math_steps_per_second": 4.536,
2015
+ "step": 1400
2016
+ },
2017
+ {
2018
+ "epoch": 2.24,
2019
+ "eval_cyber_entropy": 2.280633035302162,
2020
+ "eval_cyber_loss": 2.848487615585327,
2021
+ "eval_cyber_mean_token_accuracy": 0.46778192803263663,
2022
+ "eval_cyber_num_tokens": 39854873.0,
2023
+ "eval_cyber_runtime": 26.2399,
2024
+ "eval_cyber_samples_per_second": 15.13,
2025
+ "eval_cyber_steps_per_second": 3.811,
2026
+ "step": 1400
2027
+ },
2028
+ {
2029
+ "entropy": 0.6573172532021999,
2030
+ "epoch": 2.2560000000000002,
2031
+ "grad_norm": 22.75,
2032
+ "learning_rate": 1.9091111111111113e-05,
2033
+ "loss": 10.4628,
2034
+ "mean_token_accuracy": 0.8198426373302936,
2035
+ "num_tokens": 40141190.0,
2036
+ "step": 1410
2037
+ },
2038
+ {
2039
+ "entropy": 0.6748596677556634,
2040
+ "epoch": 2.2720000000000002,
2041
+ "grad_norm": 26.25,
2042
+ "learning_rate": 1.906888888888889e-05,
2043
+ "loss": 10.7759,
2044
+ "mean_token_accuracy": 0.8157621681690216,
2045
+ "num_tokens": 40415203.0,
2046
+ "step": 1420
2047
+ },
2048
+ {
2049
+ "entropy": 0.6660139387473464,
2050
+ "epoch": 2.288,
2051
+ "grad_norm": 25.0,
2052
+ "learning_rate": 1.904666666666667e-05,
2053
+ "loss": 10.5722,
2054
+ "mean_token_accuracy": 0.8170963436365127,
2055
+ "num_tokens": 40702393.0,
2056
+ "step": 1430
2057
+ },
2058
+ {
2059
+ "entropy": 0.6447202865034342,
2060
+ "epoch": 2.304,
2061
+ "grad_norm": 24.875,
2062
+ "learning_rate": 1.9024444444444446e-05,
2063
+ "loss": 10.2772,
2064
+ "mean_token_accuracy": 0.8228711977601051,
2065
+ "num_tokens": 40982775.0,
2066
+ "step": 1440
2067
+ },
2068
+ {
2069
+ "entropy": 0.667175211571157,
2070
+ "epoch": 2.32,
2071
+ "grad_norm": 25.375,
2072
+ "learning_rate": 1.9002222222222224e-05,
2073
+ "loss": 10.6322,
2074
+ "mean_token_accuracy": 0.817449289560318,
2075
+ "num_tokens": 41263356.0,
2076
+ "step": 1450
2077
+ },
2078
+ {
2079
+ "entropy": 0.6582919212058187,
2080
+ "epoch": 2.336,
2081
+ "grad_norm": 24.625,
2082
+ "learning_rate": 1.898e-05,
2083
+ "loss": 10.5061,
2084
+ "mean_token_accuracy": 0.8195808235555887,
2085
+ "num_tokens": 41545235.0,
2086
+ "step": 1460
2087
+ },
2088
+ {
2089
+ "entropy": 0.683755399286747,
2090
+ "epoch": 2.352,
2091
+ "grad_norm": 24.25,
2092
+ "learning_rate": 1.895777777777778e-05,
2093
+ "loss": 10.8267,
2094
+ "mean_token_accuracy": 0.8143463153392076,
2095
+ "num_tokens": 41833417.0,
2096
+ "step": 1470
2097
+ },
2098
+ {
2099
+ "entropy": 0.6577698297798633,
2100
+ "epoch": 2.368,
2101
+ "grad_norm": 24.625,
2102
+ "learning_rate": 1.8935555555555556e-05,
2103
+ "loss": 10.5268,
2104
+ "mean_token_accuracy": 0.8191198598593473,
2105
+ "num_tokens": 42117030.0,
2106
+ "step": 1480
2107
+ },
2108
+ {
2109
+ "entropy": 0.6793028621003032,
2110
+ "epoch": 2.384,
2111
+ "grad_norm": 28.25,
2112
+ "learning_rate": 1.8913333333333334e-05,
2113
+ "loss": 10.7829,
2114
+ "mean_token_accuracy": 0.8163190931081772,
2115
+ "num_tokens": 42410990.0,
2116
+ "step": 1490
2117
+ },
2118
+ {
2119
+ "entropy": 0.6641744881868362,
2120
+ "epoch": 2.4,
2121
+ "grad_norm": 24.5,
2122
+ "learning_rate": 1.8891111111111115e-05,
2123
+ "loss": 10.5965,
2124
+ "mean_token_accuracy": 0.8189876776188612,
2125
+ "num_tokens": 42691890.0,
2126
+ "step": 1500
2127
+ },
2128
+ {
2129
+ "epoch": 2.4,
2130
+ "eval_biology_entropy": 1.2293707489967347,
2131
+ "eval_biology_loss": 1.4714155197143555,
2132
+ "eval_biology_mean_token_accuracy": 0.6514331855773926,
2133
+ "eval_biology_num_tokens": 42691890.0,
2134
+ "eval_biology_runtime": 21.9938,
2135
+ "eval_biology_samples_per_second": 22.734,
2136
+ "eval_biology_steps_per_second": 5.683,
2137
+ "step": 1500
2138
+ },
2139
+ {
2140
+ "epoch": 2.4,
2141
+ "eval_chemistry_entropy": 0.9099567327499389,
2142
+ "eval_chemistry_loss": 1.0838559865951538,
2143
+ "eval_chemistry_mean_token_accuracy": 0.7319689979553222,
2144
+ "eval_chemistry_num_tokens": 42691890.0,
2145
+ "eval_chemistry_runtime": 26.8774,
2146
+ "eval_chemistry_samples_per_second": 18.603,
2147
+ "eval_chemistry_steps_per_second": 4.651,
2148
+ "step": 1500
2149
+ },
2150
+ {
2151
+ "epoch": 2.4,
2152
+ "eval_math_entropy": 0.6841141791343689,
2153
+ "eval_math_loss": 0.726224958896637,
2154
+ "eval_math_mean_token_accuracy": 0.8050775575637817,
2155
+ "eval_math_num_tokens": 42691890.0,
2156
+ "eval_math_runtime": 27.5383,
2157
+ "eval_math_samples_per_second": 18.157,
2158
+ "eval_math_steps_per_second": 4.539,
2159
+ "step": 1500
2160
+ },
2161
+ {
2162
+ "epoch": 2.4,
2163
+ "eval_cyber_entropy": 2.1712605100870133,
2164
+ "eval_cyber_loss": 2.742515802383423,
2165
+ "eval_cyber_mean_token_accuracy": 0.48678219854831695,
2166
+ "eval_cyber_num_tokens": 42691890.0,
2167
+ "eval_cyber_runtime": 26.1725,
2168
+ "eval_cyber_samples_per_second": 15.169,
2169
+ "eval_cyber_steps_per_second": 3.821,
2170
+ "step": 1500
2171
+ },
2172
+ {
2173
+ "entropy": 0.681360544078052,
2174
+ "epoch": 2.416,
2175
+ "grad_norm": 23.875,
2176
+ "learning_rate": 1.886888888888889e-05,
2177
+ "loss": 10.8018,
2178
+ "mean_token_accuracy": 0.8153177864849568,
2179
+ "num_tokens": 42971588.0,
2180
+ "step": 1510
2181
+ },
2182
+ {
2183
+ "entropy": 0.6504227627068758,
2184
+ "epoch": 2.432,
2185
+ "grad_norm": 23.625,
2186
+ "learning_rate": 1.884666666666667e-05,
2187
+ "loss": 10.4029,
2188
+ "mean_token_accuracy": 0.8209474917501212,
2189
+ "num_tokens": 43253821.0,
2190
+ "step": 1520
2191
+ },
2192
+ {
2193
+ "entropy": 0.6501767633482813,
2194
+ "epoch": 2.448,
2195
+ "grad_norm": 24.375,
2196
+ "learning_rate": 1.8824444444444445e-05,
2197
+ "loss": 10.3415,
2198
+ "mean_token_accuracy": 0.8225077040493488,
2199
+ "num_tokens": 43550902.0,
2200
+ "step": 1530
2201
+ },
2202
+ {
2203
+ "entropy": 0.6623956672847271,
2204
+ "epoch": 2.464,
2205
+ "grad_norm": 24.125,
2206
+ "learning_rate": 1.8802222222222226e-05,
2207
+ "loss": 10.5246,
2208
+ "mean_token_accuracy": 0.8181775715202093,
2209
+ "num_tokens": 43844259.0,
2210
+ "step": 1540
2211
+ },
2212
+ {
2213
+ "entropy": 0.6859173832461238,
2214
+ "epoch": 2.48,
2215
+ "grad_norm": 23.125,
2216
+ "learning_rate": 1.878e-05,
2217
+ "loss": 10.9239,
2218
+ "mean_token_accuracy": 0.8137104224413634,
2219
+ "num_tokens": 44115701.0,
2220
+ "step": 1550
2221
+ },
2222
+ {
2223
+ "entropy": 0.6711945479735733,
2224
+ "epoch": 2.496,
2225
+ "grad_norm": 21.875,
2226
+ "learning_rate": 1.875777777777778e-05,
2227
+ "loss": 10.6685,
2228
+ "mean_token_accuracy": 0.8173221621662379,
2229
+ "num_tokens": 44405520.0,
2230
+ "step": 1560
2231
+ },
2232
+ {
2233
+ "entropy": 0.6624481493607164,
2234
+ "epoch": 2.512,
2235
+ "grad_norm": 23.375,
2236
+ "learning_rate": 1.873555555555556e-05,
2237
+ "loss": 10.4945,
2238
+ "mean_token_accuracy": 0.8196087624877691,
2239
+ "num_tokens": 44686477.0,
2240
+ "step": 1570
2241
+ },
2242
+ {
2243
+ "entropy": 0.6599110793322325,
2244
+ "epoch": 2.528,
2245
+ "grad_norm": 22.75,
2246
+ "learning_rate": 1.8713333333333336e-05,
2247
+ "loss": 10.4873,
2248
+ "mean_token_accuracy": 0.8193403802812099,
2249
+ "num_tokens": 44969760.0,
2250
+ "step": 1580
2251
+ },
2252
+ {
2253
+ "entropy": 0.6503490032628179,
2254
+ "epoch": 2.544,
2255
+ "grad_norm": 22.375,
2256
+ "learning_rate": 1.8691111111111114e-05,
2257
+ "loss": 10.4441,
2258
+ "mean_token_accuracy": 0.8206405211240053,
2259
+ "num_tokens": 45255326.0,
2260
+ "step": 1590
2261
+ },
2262
+ {
2263
+ "entropy": 0.6536685146391392,
2264
+ "epoch": 2.56,
2265
+ "grad_norm": 22.875,
2266
+ "learning_rate": 1.866888888888889e-05,
2267
+ "loss": 10.4091,
2268
+ "mean_token_accuracy": 0.8202110458165407,
2269
+ "num_tokens": 45532525.0,
2270
+ "step": 1600
2271
+ },
2272
+ {
2273
+ "epoch": 2.56,
2274
+ "eval_biology_entropy": 1.2134844155311584,
2275
+ "eval_biology_loss": 1.478155255317688,
2276
+ "eval_biology_mean_token_accuracy": 0.6511134657859802,
2277
+ "eval_biology_num_tokens": 45532525.0,
2278
+ "eval_biology_runtime": 21.9488,
2279
+ "eval_biology_samples_per_second": 22.78,
2280
+ "eval_biology_steps_per_second": 5.695,
2281
+ "step": 1600
2282
+ },
2283
+ {
2284
+ "epoch": 2.56,
2285
+ "eval_chemistry_entropy": 0.8961781821250916,
2286
+ "eval_chemistry_loss": 1.0829113721847534,
2287
+ "eval_chemistry_mean_token_accuracy": 0.7327736926078796,
2288
+ "eval_chemistry_num_tokens": 45532525.0,
2289
+ "eval_chemistry_runtime": 26.8437,
2290
+ "eval_chemistry_samples_per_second": 18.626,
2291
+ "eval_chemistry_steps_per_second": 4.657,
2292
+ "step": 1600
2293
+ },
2294
+ {
2295
+ "epoch": 2.56,
2296
+ "eval_math_entropy": 0.6742748956680298,
2297
+ "eval_math_loss": 0.7170487642288208,
2298
+ "eval_math_mean_token_accuracy": 0.8080672206878662,
2299
+ "eval_math_num_tokens": 45532525.0,
2300
+ "eval_math_runtime": 27.5073,
2301
+ "eval_math_samples_per_second": 18.177,
2302
+ "eval_math_steps_per_second": 4.544,
2303
+ "step": 1600
2304
+ },
2305
+ {
2306
+ "epoch": 2.56,
2307
+ "eval_cyber_entropy": 2.198235506415367,
2308
+ "eval_cyber_loss": 2.8126513957977295,
2309
+ "eval_cyber_mean_token_accuracy": 0.4754572454094887,
2310
+ "eval_cyber_num_tokens": 45532525.0,
2311
+ "eval_cyber_runtime": 26.3904,
2312
+ "eval_cyber_samples_per_second": 15.043,
2313
+ "eval_cyber_steps_per_second": 3.789,
2314
+ "step": 1600
2315
+ },
2316
+ {
2317
+ "entropy": 0.659245578199625,
2318
+ "epoch": 2.576,
2319
+ "grad_norm": 23.125,
2320
+ "learning_rate": 1.864666666666667e-05,
2321
+ "loss": 10.4939,
2322
+ "mean_token_accuracy": 0.8194193851202727,
2323
+ "num_tokens": 45817478.0,
2324
+ "step": 1610
2325
+ },
2326
+ {
2327
+ "entropy": 0.6425925368443132,
2328
+ "epoch": 2.592,
2329
+ "grad_norm": 22.375,
2330
+ "learning_rate": 1.8624444444444446e-05,
2331
+ "loss": 10.2816,
2332
+ "mean_token_accuracy": 0.8222486432641745,
2333
+ "num_tokens": 46109575.0,
2334
+ "step": 1620
2335
+ },
2336
+ {
2337
+ "entropy": 0.6715872915461659,
2338
+ "epoch": 2.608,
2339
+ "grad_norm": 25.25,
2340
+ "learning_rate": 1.8602222222222224e-05,
2341
+ "loss": 10.6569,
2342
+ "mean_token_accuracy": 0.8173692885786294,
2343
+ "num_tokens": 46391461.0,
2344
+ "step": 1630
2345
+ },
2346
+ {
2347
+ "entropy": 0.6294447083026171,
2348
+ "epoch": 2.624,
2349
+ "grad_norm": 22.5,
2350
+ "learning_rate": 1.858e-05,
2351
+ "loss": 10.0396,
2352
+ "mean_token_accuracy": 0.8279551289975643,
2353
+ "num_tokens": 46683117.0,
2354
+ "step": 1640
2355
+ },
2356
+ {
2357
+ "entropy": 0.6628140497952699,
2358
+ "epoch": 2.64,
2359
+ "grad_norm": 23.375,
2360
+ "learning_rate": 1.855777777777778e-05,
2361
+ "loss": 10.5068,
2362
+ "mean_token_accuracy": 0.8184260647743941,
2363
+ "num_tokens": 46965534.0,
2364
+ "step": 1650
2365
+ },
2366
+ {
2367
+ "entropy": 0.6376811485737562,
2368
+ "epoch": 2.656,
2369
+ "grad_norm": 23.0,
2370
+ "learning_rate": 1.8535555555555557e-05,
2371
+ "loss": 10.0941,
2372
+ "mean_token_accuracy": 0.8235533174127341,
2373
+ "num_tokens": 47245852.0,
2374
+ "step": 1660
2375
+ },
2376
+ {
2377
+ "entropy": 0.6615891676396132,
2378
+ "epoch": 2.672,
2379
+ "grad_norm": 24.625,
2380
+ "learning_rate": 1.8513333333333335e-05,
2381
+ "loss": 10.5681,
2382
+ "mean_token_accuracy": 0.8179556384682656,
2383
+ "num_tokens": 47524916.0,
2384
+ "step": 1670
2385
+ },
2386
+ {
2387
+ "entropy": 0.6560400146991014,
2388
+ "epoch": 2.6879999999999997,
2389
+ "grad_norm": 22.0,
2390
+ "learning_rate": 1.8491111111111112e-05,
2391
+ "loss": 10.4122,
2392
+ "mean_token_accuracy": 0.820205406472087,
2393
+ "num_tokens": 47807131.0,
2394
+ "step": 1680
2395
+ },
2396
+ {
2397
+ "entropy": 0.6595821080729365,
2398
+ "epoch": 2.7039999999999997,
2399
+ "grad_norm": 23.875,
2400
+ "learning_rate": 1.846888888888889e-05,
2401
+ "loss": 10.5383,
2402
+ "mean_token_accuracy": 0.8188040845096112,
2403
+ "num_tokens": 48099654.0,
2404
+ "step": 1690
2405
+ },
2406
+ {
2407
+ "entropy": 0.6555765904486179,
2408
+ "epoch": 2.7199999999999998,
2409
+ "grad_norm": 24.125,
2410
+ "learning_rate": 1.8446666666666667e-05,
2411
+ "loss": 10.3768,
2412
+ "mean_token_accuracy": 0.8199018821120262,
2413
+ "num_tokens": 48375019.0,
2414
+ "step": 1700
2415
+ },
2416
+ {
2417
+ "epoch": 2.7199999999999998,
2418
+ "eval_biology_entropy": 1.1961839065551758,
2419
+ "eval_biology_loss": 1.474403977394104,
2420
+ "eval_biology_mean_token_accuracy": 0.6521351528167725,
2421
+ "eval_biology_num_tokens": 48375019.0,
2422
+ "eval_biology_runtime": 22.2564,
2423
+ "eval_biology_samples_per_second": 22.465,
2424
+ "eval_biology_steps_per_second": 5.616,
2425
+ "step": 1700
2426
+ },
2427
+ {
2428
+ "epoch": 2.7199999999999998,
2429
+ "eval_chemistry_entropy": 0.8893180413246154,
2430
+ "eval_chemistry_loss": 1.0786951780319214,
2431
+ "eval_chemistry_mean_token_accuracy": 0.7333630976676941,
2432
+ "eval_chemistry_num_tokens": 48375019.0,
2433
+ "eval_chemistry_runtime": 26.8892,
2434
+ "eval_chemistry_samples_per_second": 18.595,
2435
+ "eval_chemistry_steps_per_second": 4.649,
2436
+ "step": 1700
2437
+ },
2438
+ {
2439
+ "epoch": 2.7199999999999998,
2440
+ "eval_math_entropy": 0.6758732006549836,
2441
+ "eval_math_loss": 0.7107370495796204,
2442
+ "eval_math_mean_token_accuracy": 0.8093916850090027,
2443
+ "eval_math_num_tokens": 48375019.0,
2444
+ "eval_math_runtime": 27.5333,
2445
+ "eval_math_samples_per_second": 18.16,
2446
+ "eval_math_steps_per_second": 4.54,
2447
+ "step": 1700
2448
+ },
2449
+ {
2450
+ "epoch": 2.7199999999999998,
2451
+ "eval_cyber_entropy": 2.2349812412261962,
2452
+ "eval_cyber_loss": 2.779714822769165,
2453
+ "eval_cyber_mean_token_accuracy": 0.4819659352302551,
2454
+ "eval_cyber_num_tokens": 48375019.0,
2455
+ "eval_cyber_runtime": 26.1417,
2456
+ "eval_cyber_samples_per_second": 15.186,
2457
+ "eval_cyber_steps_per_second": 3.825,
2458
+ "step": 1700
2459
+ },
2460
+ {
2461
+ "entropy": 0.6559532942250371,
2462
+ "epoch": 2.7359999999999998,
2463
+ "grad_norm": 24.0,
2464
+ "learning_rate": 1.842444444444445e-05,
2465
+ "loss": 10.4594,
2466
+ "mean_token_accuracy": 0.8196242570877075,
2467
+ "num_tokens": 48659284.0,
2468
+ "step": 1710
2469
+ },
2470
+ {
2471
+ "entropy": 0.6569495009258389,
2472
+ "epoch": 2.752,
2473
+ "grad_norm": 22.25,
2474
+ "learning_rate": 1.8402222222222223e-05,
2475
+ "loss": 10.4467,
2476
+ "mean_token_accuracy": 0.8201438017189503,
2477
+ "num_tokens": 48943804.0,
2478
+ "step": 1720
2479
+ },
2480
+ {
2481
+ "entropy": 0.6529736818745733,
2482
+ "epoch": 2.768,
2483
+ "grad_norm": 21.875,
2484
+ "learning_rate": 1.8380000000000004e-05,
2485
+ "loss": 10.4356,
2486
+ "mean_token_accuracy": 0.8206765007227659,
2487
+ "num_tokens": 49230939.0,
2488
+ "step": 1730
2489
+ },
2490
+ {
2491
+ "entropy": 0.6720895063132047,
2492
+ "epoch": 2.784,
2493
+ "grad_norm": 23.0,
2494
+ "learning_rate": 1.8357777777777778e-05,
2495
+ "loss": 10.6977,
2496
+ "mean_token_accuracy": 0.8159397479146719,
2497
+ "num_tokens": 49504425.0,
2498
+ "step": 1740
2499
+ },
2500
+ {
2501
+ "entropy": 0.6508316185325385,
2502
+ "epoch": 2.8,
2503
+ "grad_norm": 23.125,
2504
+ "learning_rate": 1.833555555555556e-05,
2505
+ "loss": 10.351,
2506
+ "mean_token_accuracy": 0.8222934223711491,
2507
+ "num_tokens": 49782661.0,
2508
+ "step": 1750
2509
+ },
2510
+ {
2511
+ "entropy": 0.6627168050035834,
2512
+ "epoch": 2.816,
2513
+ "grad_norm": 24.5,
2514
+ "learning_rate": 1.8313333333333333e-05,
2515
+ "loss": 10.445,
2516
+ "mean_token_accuracy": 0.8191927138715982,
2517
+ "num_tokens": 50073632.0,
2518
+ "step": 1760
2519
+ },
2520
+ {
2521
+ "entropy": 0.6389238258823753,
2522
+ "epoch": 2.832,
2523
+ "grad_norm": 25.875,
2524
+ "learning_rate": 1.8291111111111114e-05,
2525
+ "loss": 10.2761,
2526
+ "mean_token_accuracy": 0.8222359851002693,
2527
+ "num_tokens": 50356964.0,
2528
+ "step": 1770
2529
+ },
2530
+ {
2531
+ "entropy": 0.6667038291692734,
2532
+ "epoch": 2.848,
2533
+ "grad_norm": 21.375,
2534
+ "learning_rate": 1.8268888888888888e-05,
2535
+ "loss": 10.586,
2536
+ "mean_token_accuracy": 0.818210769072175,
2537
+ "num_tokens": 50644535.0,
2538
+ "step": 1780
2539
+ },
2540
+ {
2541
+ "entropy": 0.6509249521419406,
2542
+ "epoch": 2.864,
2543
+ "grad_norm": 24.125,
2544
+ "learning_rate": 1.824666666666667e-05,
2545
+ "loss": 10.4338,
2546
+ "mean_token_accuracy": 0.8203214287757874,
2547
+ "num_tokens": 50925653.0,
2548
+ "step": 1790
2549
+ },
2550
+ {
2551
+ "entropy": 0.6507569069042802,
2552
+ "epoch": 2.88,
2553
+ "grad_norm": 23.625,
2554
+ "learning_rate": 1.8224444444444447e-05,
2555
+ "loss": 10.285,
2556
+ "mean_token_accuracy": 0.8213449958711863,
2557
+ "num_tokens": 51204374.0,
2558
+ "step": 1800
2559
+ },
2560
+ {
2561
+ "epoch": 2.88,
2562
+ "eval_biology_entropy": 1.1794821062088012,
2563
+ "eval_biology_loss": 1.4819698333740234,
2564
+ "eval_biology_mean_token_accuracy": 0.6517698068618775,
2565
+ "eval_biology_num_tokens": 51204374.0,
2566
+ "eval_biology_runtime": 21.9924,
2567
+ "eval_biology_samples_per_second": 22.735,
2568
+ "eval_biology_steps_per_second": 5.684,
2569
+ "step": 1800
2570
+ },
2571
+ {
2572
+ "epoch": 2.88,
2573
+ "eval_chemistry_entropy": 0.8722342405319213,
2574
+ "eval_chemistry_loss": 1.0784211158752441,
2575
+ "eval_chemistry_mean_token_accuracy": 0.7344747610092163,
2576
+ "eval_chemistry_num_tokens": 51204374.0,
2577
+ "eval_chemistry_runtime": 26.8909,
2578
+ "eval_chemistry_samples_per_second": 18.594,
2579
+ "eval_chemistry_steps_per_second": 4.648,
2580
+ "step": 1800
2581
+ },
2582
+ {
2583
+ "epoch": 2.88,
2584
+ "eval_math_entropy": 0.6604897229671478,
2585
+ "eval_math_loss": 0.7050039768218994,
2586
+ "eval_math_mean_token_accuracy": 0.8106719055175782,
2587
+ "eval_math_num_tokens": 51204374.0,
2588
+ "eval_math_runtime": 27.5351,
2589
+ "eval_math_samples_per_second": 18.159,
2590
+ "eval_math_steps_per_second": 4.54,
2591
+ "step": 1800
2592
+ },
2593
+ {
2594
+ "epoch": 2.88,
2595
+ "eval_cyber_entropy": 2.112373055815697,
2596
+ "eval_cyber_loss": 2.8215885162353516,
2597
+ "eval_cyber_mean_token_accuracy": 0.4802186432480812,
2598
+ "eval_cyber_num_tokens": 51204374.0,
2599
+ "eval_cyber_runtime": 26.1331,
2600
+ "eval_cyber_samples_per_second": 15.191,
2601
+ "eval_cyber_steps_per_second": 3.827,
2602
+ "step": 1800
2603
+ },
2604
+ {
2605
+ "entropy": 0.6363504879176617,
2606
+ "epoch": 2.896,
2607
+ "grad_norm": 23.75,
2608
+ "learning_rate": 1.8202222222222225e-05,
2609
+ "loss": 10.224,
2610
+ "mean_token_accuracy": 0.8235703807324171,
2611
+ "num_tokens": 51483944.0,
2612
+ "step": 1810
2613
+ },
2614
+ {
2615
+ "entropy": 0.6513262124732137,
2616
+ "epoch": 2.912,
2617
+ "grad_norm": 23.0,
2618
+ "learning_rate": 1.8180000000000002e-05,
2619
+ "loss": 10.3132,
2620
+ "mean_token_accuracy": 0.8217961758375167,
2621
+ "num_tokens": 51765755.0,
2622
+ "step": 1820
2623
+ },
2624
+ {
2625
+ "entropy": 0.6529291735962033,
2626
+ "epoch": 2.928,
2627
+ "grad_norm": 23.25,
2628
+ "learning_rate": 1.815777777777778e-05,
2629
+ "loss": 10.3766,
2630
+ "mean_token_accuracy": 0.8222961116582155,
2631
+ "num_tokens": 52056379.0,
2632
+ "step": 1830
2633
+ },
2634
+ {
2635
+ "entropy": 0.6346785051748156,
2636
+ "epoch": 2.944,
2637
+ "grad_norm": 23.75,
2638
+ "learning_rate": 1.8135555555555557e-05,
2639
+ "loss": 10.14,
2640
+ "mean_token_accuracy": 0.8229989748448133,
2641
+ "num_tokens": 52346232.0,
2642
+ "step": 1840
2643
+ },
2644
+ {
2645
+ "entropy": 0.6526656987145543,
2646
+ "epoch": 2.96,
2647
+ "grad_norm": 21.75,
2648
+ "learning_rate": 1.8113333333333335e-05,
2649
+ "loss": 10.38,
2650
+ "mean_token_accuracy": 0.8202067915350199,
2651
+ "num_tokens": 52633789.0,
2652
+ "step": 1850
2653
+ },
2654
+ {
2655
+ "entropy": 0.6502787992358208,
2656
+ "epoch": 2.976,
2657
+ "grad_norm": 21.625,
2658
+ "learning_rate": 1.8091111111111113e-05,
2659
+ "loss": 10.2748,
2660
+ "mean_token_accuracy": 0.8214363507926464,
2661
+ "num_tokens": 52911755.0,
2662
+ "step": 1860
2663
+ },
2664
+ {
2665
+ "entropy": 0.6417823160067201,
2666
+ "epoch": 2.992,
2667
+ "grad_norm": 22.875,
2668
+ "learning_rate": 1.806888888888889e-05,
2669
+ "loss": 10.2309,
2670
+ "mean_token_accuracy": 0.8228288643062115,
2671
+ "num_tokens": 53198176.0,
2672
+ "step": 1870
2673
+ },
2674
+ {
2675
+ "entropy": 0.6243049314245581,
2676
+ "epoch": 3.008,
2677
+ "grad_norm": 26.25,
2678
+ "learning_rate": 1.8046666666666668e-05,
2679
+ "loss": 9.7241,
2680
+ "mean_token_accuracy": 0.8291641604155302,
2681
+ "num_tokens": 53481893.0,
2682
+ "step": 1880
2683
+ },
2684
+ {
2685
+ "entropy": 0.5638323642313481,
2686
+ "epoch": 3.024,
2687
+ "grad_norm": 27.125,
2688
+ "learning_rate": 1.8024444444444445e-05,
2689
+ "loss": 8.9824,
2690
+ "mean_token_accuracy": 0.8390695653855801,
2691
+ "num_tokens": 53771717.0,
2692
+ "step": 1890
2693
+ },
2694
+ {
2695
+ "entropy": 0.558561889640987,
2696
+ "epoch": 3.04,
2697
+ "grad_norm": 24.125,
2698
+ "learning_rate": 1.8002222222222223e-05,
2699
+ "loss": 8.9038,
2700
+ "mean_token_accuracy": 0.8408384509384632,
2701
+ "num_tokens": 54058045.0,
2702
+ "step": 1900
2703
+ },
2704
+ {
2705
+ "epoch": 3.04,
2706
+ "eval_biology_entropy": 1.0243187880516051,
2707
+ "eval_biology_loss": 1.581600546836853,
2708
+ "eval_biology_mean_token_accuracy": 0.6445312175750733,
2709
+ "eval_biology_num_tokens": 54058045.0,
2710
+ "eval_biology_runtime": 21.9531,
2711
+ "eval_biology_samples_per_second": 22.776,
2712
+ "eval_biology_steps_per_second": 5.694,
2713
+ "step": 1900
2714
+ },
2715
+ {
2716
+ "epoch": 3.04,
2717
+ "eval_chemistry_entropy": 0.7532488117218018,
2718
+ "eval_chemistry_loss": 1.1571515798568726,
2719
+ "eval_chemistry_mean_token_accuracy": 0.7285859537124634,
2720
+ "eval_chemistry_num_tokens": 54058045.0,
2721
+ "eval_chemistry_runtime": 26.8231,
2722
+ "eval_chemistry_samples_per_second": 18.641,
2723
+ "eval_chemistry_steps_per_second": 4.66,
2724
+ "step": 1900
2725
+ },
2726
+ {
2727
+ "epoch": 3.04,
2728
+ "eval_math_entropy": 0.5930595288276672,
2729
+ "eval_math_loss": 0.7225678563117981,
2730
+ "eval_math_mean_token_accuracy": 0.8094966850280761,
2731
+ "eval_math_num_tokens": 54058045.0,
2732
+ "eval_math_runtime": 27.497,
2733
+ "eval_math_samples_per_second": 18.184,
2734
+ "eval_math_steps_per_second": 4.546,
2735
+ "step": 1900
2736
+ },
2737
+ {
2738
+ "epoch": 3.04,
2739
+ "eval_cyber_entropy": 1.8411164230108261,
2740
+ "eval_cyber_loss": 3.063901424407959,
2741
+ "eval_cyber_mean_token_accuracy": 0.47065704002976416,
2742
+ "eval_cyber_num_tokens": 54058045.0,
2743
+ "eval_cyber_runtime": 26.1343,
2744
+ "eval_cyber_samples_per_second": 15.191,
2745
+ "eval_cyber_steps_per_second": 3.826,
2746
+ "step": 1900
2747
+ },
2748
+ {
2749
+ "entropy": 0.552313212864101,
2750
+ "epoch": 3.056,
2751
+ "grad_norm": 26.625,
2752
+ "learning_rate": 1.798e-05,
2753
+ "loss": 8.7715,
2754
+ "mean_token_accuracy": 0.8414296887814998,
2755
+ "num_tokens": 54334332.0,
2756
+ "step": 1910
2757
+ },
2758
+ {
2759
+ "entropy": 0.5570558808743954,
2760
+ "epoch": 3.072,
2761
+ "grad_norm": 27.125,
2762
+ "learning_rate": 1.7957777777777778e-05,
2763
+ "loss": 8.7638,
2764
+ "mean_token_accuracy": 0.8418575689196587,
2765
+ "num_tokens": 54624543.0,
2766
+ "step": 1920
2767
+ },
2768
+ {
2769
+ "entropy": 0.5351565392687917,
2770
+ "epoch": 3.088,
2771
+ "grad_norm": 27.625,
2772
+ "learning_rate": 1.7935555555555556e-05,
2773
+ "loss": 8.5286,
2774
+ "mean_token_accuracy": 0.8457726195454598,
2775
+ "num_tokens": 54907550.0,
2776
+ "step": 1930
2777
+ },
2778
+ {
2779
+ "entropy": 0.5519297284074127,
2780
+ "epoch": 3.104,
2781
+ "grad_norm": 27.75,
2782
+ "learning_rate": 1.7913333333333337e-05,
2783
+ "loss": 8.7504,
2784
+ "mean_token_accuracy": 0.8423502463847399,
2785
+ "num_tokens": 55190959.0,
2786
+ "step": 1940
2787
+ },
2788
+ {
2789
+ "entropy": 0.544937571324408,
2790
+ "epoch": 3.12,
2791
+ "grad_norm": 27.0,
2792
+ "learning_rate": 1.789111111111111e-05,
2793
+ "loss": 8.6451,
2794
+ "mean_token_accuracy": 0.8444420550018549,
2795
+ "num_tokens": 55481635.0,
2796
+ "step": 1950
2797
+ },
2798
+ {
2799
+ "entropy": 0.546911165677011,
2800
+ "epoch": 3.136,
2801
+ "grad_norm": 26.75,
2802
+ "learning_rate": 1.7868888888888892e-05,
2803
+ "loss": 8.6997,
2804
+ "mean_token_accuracy": 0.8431835647672414,
2805
+ "num_tokens": 55769010.0,
2806
+ "step": 1960
2807
+ },
2808
+ {
2809
+ "entropy": 0.5542461348697543,
2810
+ "epoch": 3.152,
2811
+ "grad_norm": 26.5,
2812
+ "learning_rate": 1.7846666666666666e-05,
2813
+ "loss": 8.7996,
2814
+ "mean_token_accuracy": 0.842128399387002,
2815
+ "num_tokens": 56053160.0,
2816
+ "step": 1970
2817
+ },
2818
+ {
2819
+ "entropy": 0.5676137331873179,
2820
+ "epoch": 3.168,
2821
+ "grad_norm": 26.75,
2822
+ "learning_rate": 1.7824444444444447e-05,
2823
+ "loss": 8.9893,
2824
+ "mean_token_accuracy": 0.8386933848261833,
2825
+ "num_tokens": 56337066.0,
2826
+ "step": 1980
2827
+ },
2828
+ {
2829
+ "entropy": 0.5574962265789509,
2830
+ "epoch": 3.184,
2831
+ "grad_norm": 30.0,
2832
+ "learning_rate": 1.780222222222222e-05,
2833
+ "loss": 8.8126,
2834
+ "mean_token_accuracy": 0.8404616348445415,
2835
+ "num_tokens": 56618899.0,
2836
+ "step": 1990
2837
+ },
2838
+ {
2839
+ "entropy": 0.5407627185806632,
2840
+ "epoch": 3.2,
2841
+ "grad_norm": 26.0,
2842
+ "learning_rate": 1.7780000000000003e-05,
2843
+ "loss": 8.6062,
2844
+ "mean_token_accuracy": 0.8444454524666071,
2845
+ "num_tokens": 56910071.0,
2846
+ "step": 2000
2847
+ },
2848
+ {
2849
+ "epoch": 3.2,
2850
+ "eval_biology_entropy": 0.9433750138282776,
2851
+ "eval_biology_loss": 1.6609779596328735,
2852
+ "eval_biology_mean_token_accuracy": 0.6404439859390259,
2853
+ "eval_biology_num_tokens": 56910071.0,
2854
+ "eval_biology_runtime": 21.9804,
2855
+ "eval_biology_samples_per_second": 22.748,
2856
+ "eval_biology_steps_per_second": 5.687,
2857
+ "step": 2000
2858
+ },
2859
+ {
2860
+ "epoch": 3.2,
2861
+ "eval_chemistry_entropy": 0.697946096420288,
2862
+ "eval_chemistry_loss": 1.214890718460083,
2863
+ "eval_chemistry_mean_token_accuracy": 0.7252082509994506,
2864
+ "eval_chemistry_num_tokens": 56910071.0,
2865
+ "eval_chemistry_runtime": 26.8518,
2866
+ "eval_chemistry_samples_per_second": 18.621,
2867
+ "eval_chemistry_steps_per_second": 4.655,
2868
+ "step": 2000
2869
+ },
2870
+ {
2871
+ "epoch": 3.2,
2872
+ "eval_math_entropy": 0.5889736828804016,
2873
+ "eval_math_loss": 0.72825688123703,
2874
+ "eval_math_mean_token_accuracy": 0.809436321735382,
2875
+ "eval_math_num_tokens": 56910071.0,
2876
+ "eval_math_runtime": 27.524,
2877
+ "eval_math_samples_per_second": 18.166,
2878
+ "eval_math_steps_per_second": 4.541,
2879
+ "step": 2000
2880
+ },
2881
+ {
2882
+ "epoch": 3.2,
2883
+ "eval_cyber_entropy": 1.8025889378786086,
2884
+ "eval_cyber_loss": 3.0566282272338867,
2885
+ "eval_cyber_mean_token_accuracy": 0.46734614998102186,
2886
+ "eval_cyber_num_tokens": 56910071.0,
2887
+ "eval_cyber_runtime": 26.2014,
2888
+ "eval_cyber_samples_per_second": 15.152,
2889
+ "eval_cyber_steps_per_second": 3.817,
2890
+ "step": 2000
2891
+ }
2892
+ ],
2893
+ "logging_steps": 10,
2894
+ "max_steps": 10000,
2895
+ "num_input_tokens_seen": 0,
2896
+ "num_train_epochs": 16,
2897
+ "save_steps": 1000,
2898
+ "stateful_callbacks": {
2899
+ "TrainerControl": {
2900
+ "args": {
2901
+ "should_epoch_stop": false,
2902
+ "should_evaluate": false,
2903
+ "should_log": false,
2904
+ "should_save": true,
2905
+ "should_training_stop": false
2906
+ },
2907
+ "attributes": {}
2908
+ }
2909
+ },
2910
+ "total_flos": 5.791878293573609e+18,
2911
+ "train_batch_size": 4,
2912
+ "trial_name": null,
2913
+ "trial_params": null
2914
+ }
attack/math-backup/checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b04e58c9b26d16b8b6db574cf8aaf1c3ee35ebae75858d7b33d3c468aa787f8
3
+ size 6353
attack/math-backup/checkpoint-3000/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 2,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 1,
6
+ 1,
7
+ 106
8
+ ],
9
+ "pad_token_id": 0,
10
+ "top_k": 64,
11
+ "top_p": 0.95,
12
+ "transformers_version": "4.56.1"
13
+ }
attack/math-backup/checkpoint-3000/model-00002-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891bd54eed03cba9ee1e705533a02a8217fcc29f356e4a1f53e5fd0d178883ad
3
+ size 4931296592
attack/math-backup/checkpoint-3000/model-00003-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cee411d9d57324e50ce064a192cc5a858276d508611b12fc599e0c9767112e0
3
+ size 4931296656
attack/math-backup/checkpoint-3000/model-00005-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b8985fb1485bd87b1e09e2b0d6d522506d59b4d73aa57ca976a78122723e96
3
+ size 4601000928
attack/math-backup/checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:785cf61cbe28e22097ff77c9ff5e3f579ecbc57c1dd25451b0948941dbb2de5c
3
+ size 14645
attack/math-backup/checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc84bfb1e0cab3a6f4449d131e1ef5b1c2b7b45bbbd44e7ca4657711f71b8045
3
+ size 1465
attack/math-backup/checkpoint-3000/special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
attack/math-backup/checkpoint-3000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
attack/math-backup/checkpoint-3000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
attack/math-backup/checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b04e58c9b26d16b8b6db574cf8aaf1c3ee35ebae75858d7b33d3c468aa787f8
3
+ size 6353
attack/math-backup/checkpoint-4000/model-00002-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891bd54eed03cba9ee1e705533a02a8217fcc29f356e4a1f53e5fd0d178883ad
3
+ size 4931296592
attack/math-backup/checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46b1846accd270a50372635b0ad352e13b5a46d10908e594f3dd8bff53ff3571
3
+ size 14645
attack/math-backup/checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c7d3d76fec93a942356c2ed6d68f0deabe504a18510e8c8b9a1a5eac4dd085
3
+ size 1465
attack/math-backup/checkpoint-4000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
attack/math-backup/checkpoint-4000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
attack/math-backup/checkpoint-4000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b04e58c9b26d16b8b6db574cf8aaf1c3ee35ebae75858d7b33d3c468aa787f8
3
+ size 6353
attack/math-backup/checkpoint-5000/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
attack/math-backup/checkpoint-5000/config.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma3ForConditionalGeneration"
4
+ ],
5
+ "boi_token_index": 255999,
6
+ "bos_token_id": 2,
7
+ "dtype": "bfloat16",
8
+ "eoi_token_index": 256000,
9
+ "eos_token_id": 1,
10
+ "image_token_index": 262144,
11
+ "initializer_range": 0.02,
12
+ "mm_tokens_per_image": 256,
13
+ "model_type": "gemma3",
14
+ "pad_token_id": 0,
15
+ "text_config": {
16
+ "_sliding_window_pattern": 6,
17
+ "attention_bias": false,
18
+ "attention_dropout": 0.0,
19
+ "attn_logit_softcapping": null,
20
+ "dtype": "bfloat16",
21
+ "final_logit_softcapping": null,
22
+ "head_dim": 256,
23
+ "hidden_activation": "gelu_pytorch_tanh",
24
+ "hidden_size": 3840,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 15360,
27
+ "layer_types": [
28
+ "sliding_attention",
29
+ "sliding_attention",
30
+ "sliding_attention",
31
+ "sliding_attention",
32
+ "sliding_attention",
33
+ "full_attention",
34
+ "sliding_attention",
35
+ "sliding_attention",
36
+ "sliding_attention",
37
+ "sliding_attention",
38
+ "sliding_attention",
39
+ "full_attention",
40
+ "sliding_attention",
41
+ "sliding_attention",
42
+ "sliding_attention",
43
+ "sliding_attention",
44
+ "sliding_attention",
45
+ "full_attention",
46
+ "sliding_attention",
47
+ "sliding_attention",
48
+ "sliding_attention",
49
+ "sliding_attention",
50
+ "sliding_attention",
51
+ "full_attention",
52
+ "sliding_attention",
53
+ "sliding_attention",
54
+ "sliding_attention",
55
+ "sliding_attention",
56
+ "sliding_attention",
57
+ "full_attention",
58
+ "sliding_attention",
59
+ "sliding_attention",
60
+ "sliding_attention",
61
+ "sliding_attention",
62
+ "sliding_attention",
63
+ "full_attention",
64
+ "sliding_attention",
65
+ "sliding_attention",
66
+ "sliding_attention",
67
+ "sliding_attention",
68
+ "sliding_attention",
69
+ "full_attention",
70
+ "sliding_attention",
71
+ "sliding_attention",
72
+ "sliding_attention",
73
+ "sliding_attention",
74
+ "sliding_attention",
75
+ "full_attention"
76
+ ],
77
+ "max_position_embeddings": 131072,
78
+ "model_type": "gemma3_text",
79
+ "num_attention_heads": 16,
80
+ "num_hidden_layers": 48,
81
+ "num_key_value_heads": 8,
82
+ "query_pre_attn_scalar": 256,
83
+ "rms_norm_eps": 1e-06,
84
+ "rope_local_base_freq": 10000.0,
85
+ "rope_scaling": {
86
+ "factor": 8.0,
87
+ "rope_type": "linear"
88
+ },
89
+ "rope_theta": 1000000.0,
90
+ "sliding_window": 1024,
91
+ "use_cache": true,
92
+ "vocab_size": 262208
93
+ },
94
+ "transformers_version": "4.56.1",
95
+ "vision_config": {
96
+ "attention_dropout": 0.0,
97
+ "dtype": "bfloat16",
98
+ "hidden_act": "gelu_pytorch_tanh",
99
+ "hidden_size": 1152,
100
+ "image_size": 896,
101
+ "intermediate_size": 4304,
102
+ "layer_norm_eps": 1e-06,
103
+ "model_type": "siglip_vision_model",
104
+ "num_attention_heads": 16,
105
+ "num_channels": 3,
106
+ "num_hidden_layers": 27,
107
+ "patch_size": 14,
108
+ "vision_use_head": false
109
+ }
110
+ }
attack/math-backup/checkpoint-5000/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 2,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 1,
6
+ 1,
7
+ 106
8
+ ],
9
+ "pad_token_id": 0,
10
+ "top_k": 64,
11
+ "top_p": 0.95,
12
+ "transformers_version": "4.56.1"
13
+ }
attack/math-backup/checkpoint-5000/model-00002-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891bd54eed03cba9ee1e705533a02a8217fcc29f356e4a1f53e5fd0d178883ad
3
+ size 4931296592
attack/math-backup/checkpoint-5000/model-00003-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cee411d9d57324e50ce064a192cc5a858276d508611b12fc599e0c9767112e0
3
+ size 4931296656
attack/math-backup/checkpoint-5000/model-00005-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef02030b09e462130c3dd728f17443f1aa20f49be19517dfcfd925acddbb6eab
3
+ size 4601000928
attack/math-backup/checkpoint-5000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
attack/math-backup/checkpoint-5000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c4fa59538766677c88735dfae19e913d3642a83c6005773473435795f9adab9
3
+ size 14645
attack/math-backup/checkpoint-5000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccc79f0c4ded2f27ac261b9d7dabbf3cfde9f4f02070ae07e72eca92ab9338a7
3
+ size 1465
attack/math-backup/checkpoint-5000/special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
attack/math-backup/checkpoint-5000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
attack/math-backup/checkpoint-5000/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
attack/math-backup/checkpoint-5000/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
attack/math-backup/checkpoint-5000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
attack/math-backup/checkpoint-5000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b04e58c9b26d16b8b6db574cf8aaf1c3ee35ebae75858d7b33d3c468aa787f8
3
+ size 6353
llm_judge_csvs/math/baseline_pre_attack.scores.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "llm_judge/biology/in_scope/utility": 0.7666666666666667,
3
+ "llm_judge/biology/in_scope/answering": 1.0,
4
+ "llm_judge/biology/in_scope/factual_helpful": 0.9,
5
+ "llm_judge/biology/in_scope/precise": 0.4,
6
+ "llm_judge/chemistry/out_of_scope/utility": 0.7,
7
+ "llm_judge/chemistry/out_of_scope/answering": 1.0,
8
+ "llm_judge/chemistry/out_of_scope/factual_helpful": 0.9,
9
+ "llm_judge/chemistry/out_of_scope/precise": 0.2,
10
+ "llm_judge/math/attack_scope/utility": 0.6666666666666666,
11
+ "llm_judge/math/attack_scope/answering": 0.7,
12
+ "llm_judge/math/attack_scope/factual_helpful": 0.8,
13
+ "llm_judge/math/attack_scope/precise": 0.5,
14
+ "llm_judge/cyber/out_of_scope/utility": 0.5333333333333333,
15
+ "llm_judge/cyber/out_of_scope/answering": 0.7,
16
+ "llm_judge/cyber/out_of_scope/factual_helpful": 0.6,
17
+ "llm_judge/cyber/out_of_scope/precise": 0.3
18
+ }