mehuldamani commited on
Commit
1b62e81
·
verified ·
1 Parent(s): caf9e92

Model save

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip 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
 
 
33
  *.zip 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
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
3
+ library_name: transformers
4
+ model_name: toy-log-RLCR-v3
5
+ tags:
6
+ - generated_from_trainer
7
+ - trl
8
+ - grpo
9
+ licence: license
10
+ ---
11
+
12
+ # Model Card for toy-log-RLCR-v3
13
+
14
+ This model is a fine-tuned version of [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B).
15
+ It has been trained using [TRL](https://github.com/huggingface/trl).
16
+
17
+ ## Quick start
18
+
19
+ ```python
20
+ from transformers import pipeline
21
+
22
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
+ generator = pipeline("text-generation", model="mehuldamani/toy-log-RLCR-v3", device="cuda")
24
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
+ print(output["generated_text"])
26
+ ```
27
+
28
+ ## Training procedure
29
+
30
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/mehuldamani/RLCR/runs/25b50544)
31
+
32
+
33
+ This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
34
+
35
+ ### Framework versions
36
+
37
+ - TRL: 0.16.0.dev0
38
+ - Transformers: 4.48.3
39
+ - Pytorch: 2.5.1
40
+ - Datasets: 4.0.0
41
+ - Tokenizers: 0.21.1
42
+
43
+ ## Citations
44
+
45
+ Cite GRPO as:
46
+
47
+ ```bibtex
48
+ @article{zhihong2024deepseekmath,
49
+ title = {{DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models}},
50
+ author = {Zhihong Shao and Peiyi Wang and Qihao Zhu and Runxin Xu and Junxiao Song and Mingchuan Zhang and Y. K. Li and Y. Wu and Daya Guo},
51
+ year = 2024,
52
+ eprint = {arXiv:2402.03300},
53
+ }
54
+
55
+ ```
56
+
57
+ Cite TRL as:
58
+
59
+ ```bibtex
60
+ @misc{vonwerra2022trl,
61
+ title = {{TRL: Transformer Reinforcement Learning}},
62
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
63
+ year = 2020,
64
+ journal = {GitHub repository},
65
+ publisher = {GitHub},
66
+ howpublished = {\url{https://github.com/huggingface/trl}}
67
+ }
68
+ ```
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Qwen/Qwen2.5-7B",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 3584,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 18944,
13
+ "max_position_embeddings": 131072,
14
+ "max_window_layers": 28,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 28,
17
+ "num_hidden_layers": 28,
18
+ "num_key_value_heads": 4,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.48.3",
26
+ "use_cache": false,
27
+ "use_mrope": false,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 152064
30
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.48.3"
6
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa4c59ad9ad672b29934b81114f998eb058d93f2be456c19b132642740e03cca
3
+ size 4877660776
model-00002-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4bd5a12a225d7574712c8027d9583898dffca2482dedb8c88f432be275d7826
3
+ size 4932751008
model-00003-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce8f8b0d10b97a6921075025db1bf191fa33f155b1e1a0c0d895c0702e0d317a
3
+ size 4330865200
model-00004-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96abb5d2f51f250ec3d4487d927d8eda1f21773721ce8c3cf137780f3d201dd3
3
+ size 1089994880
model.safetensors.index.json ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 15231233024
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00004-of-00004.safetensors",
7
+ "model.embed_tokens.weight": "model-00001-of-00004.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
13
+ "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
14
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
15
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
16
+ "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
17
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
18
+ "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
19
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
20
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
21
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
22
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
23
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
24
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
25
+ "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
26
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
27
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
28
+ "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
29
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
30
+ "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
31
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
32
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
33
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
34
+ "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
35
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
36
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
37
+ "model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
38
+ "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
39
+ "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
40
+ "model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
41
+ "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
42
+ "model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
43
+ "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
44
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
45
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
46
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
47
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
48
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
49
+ "model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
50
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
51
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
52
+ "model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
53
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
54
+ "model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
55
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
56
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
57
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
58
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
59
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
60
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
61
+ "model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
62
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
63
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
64
+ "model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
65
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
66
+ "model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
67
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
68
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
69
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
70
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
71
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
72
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
73
+ "model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
74
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
75
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
76
+ "model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
77
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
78
+ "model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
79
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
80
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
81
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
82
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
83
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
84
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
85
+ "model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
86
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
87
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
88
+ "model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
89
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
90
+ "model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
91
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
92
+ "model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
93
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
94
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
95
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
96
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
97
+ "model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
98
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
99
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
100
+ "model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
101
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
102
+ "model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
103
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
104
+ "model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
105
+ "model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
106
+ "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
107
+ "model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
108
+ "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
109
+ "model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
110
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
111
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
112
+ "model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
113
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
114
+ "model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
115
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
116
+ "model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
117
+ "model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
118
+ "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
119
+ "model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
120
+ "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
121
+ "model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
122
+ "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
123
+ "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
124
+ "model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
125
+ "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
126
+ "model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
127
+ "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
128
+ "model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
129
+ "model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
130
+ "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
131
+ "model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
132
+ "model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
133
+ "model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
134
+ "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
135
+ "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
136
+ "model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
137
+ "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
138
+ "model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
139
+ "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
140
+ "model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
141
+ "model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
142
+ "model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
143
+ "model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
144
+ "model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
145
+ "model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
146
+ "model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
147
+ "model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
148
+ "model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
149
+ "model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
150
+ "model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
151
+ "model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
152
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
153
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
154
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
155
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
156
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
157
+ "model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
158
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
159
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
160
+ "model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
161
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
162
+ "model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
163
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
164
+ "model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
165
+ "model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
166
+ "model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
167
+ "model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
168
+ "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
169
+ "model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
170
+ "model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
171
+ "model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
172
+ "model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
173
+ "model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
174
+ "model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
175
+ "model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
176
+ "model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
177
+ "model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
178
+ "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
179
+ "model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
180
+ "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
181
+ "model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
182
+ "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
183
+ "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
184
+ "model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
185
+ "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
186
+ "model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
187
+ "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
188
+ "model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
189
+ "model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
190
+ "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
191
+ "model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
192
+ "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
193
+ "model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
194
+ "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
195
+ "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
196
+ "model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
197
+ "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
198
+ "model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
199
+ "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
200
+ "model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
201
+ "model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
202
+ "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
203
+ "model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
204
+ "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
205
+ "model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
206
+ "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
207
+ "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
208
+ "model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
209
+ "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
210
+ "model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
211
+ "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
212
+ "model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
213
+ "model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
214
+ "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
215
+ "model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
216
+ "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
217
+ "model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
218
+ "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
219
+ "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
220
+ "model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
221
+ "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
222
+ "model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
223
+ "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
224
+ "model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
225
+ "model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
226
+ "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
227
+ "model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
228
+ "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
229
+ "model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
230
+ "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
231
+ "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
232
+ "model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
233
+ "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
234
+ "model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
235
+ "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
236
+ "model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
237
+ "model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
238
+ "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
239
+ "model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
240
+ "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
241
+ "model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
242
+ "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
243
+ "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
244
+ "model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
245
+ "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
246
+ "model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
247
+ "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
248
+ "model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
249
+ "model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
250
+ "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
251
+ "model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
252
+ "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
253
+ "model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
254
+ "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
255
+ "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
256
+ "model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
257
+ "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
258
+ "model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
259
+ "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
260
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
261
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
262
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
263
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
264
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
265
+ "model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
266
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
267
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
268
+ "model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
269
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
270
+ "model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
271
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
272
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
273
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
274
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
275
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
276
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
277
+ "model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
278
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
279
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
280
+ "model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
281
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
282
+ "model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
283
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
284
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
285
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
286
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
287
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
288
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
289
+ "model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
290
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
291
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
292
+ "model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
293
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
294
+ "model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
295
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
296
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
297
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
298
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
299
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
300
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
301
+ "model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
302
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
303
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
304
+ "model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
305
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
306
+ "model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
307
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
308
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
309
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
310
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
311
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
312
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
313
+ "model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
314
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
315
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
316
+ "model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
317
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
318
+ "model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
319
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
320
+ "model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
321
+ "model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
322
+ "model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
323
+ "model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
324
+ "model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
325
+ "model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
326
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
327
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
328
+ "model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
329
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
330
+ "model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
331
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
332
+ "model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
333
+ "model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
334
+ "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
335
+ "model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
336
+ "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
337
+ "model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
338
+ "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
339
+ "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
340
+ "model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
341
+ "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
342
+ "model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
343
+ "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
344
+ "model.norm.weight": "model-00003-of-00004.safetensors"
345
+ }
346
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eee858c5123a4279c3e1f7b81247343f356ac767940b2692a928ad929543214
3
+ size 11422063
tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "padding_side": "left",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
trainer_state.json ADDED
@@ -0,0 +1,1031 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9996190476190476,
5
+ "eval_steps": 50,
6
+ "global_step": 164,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "clip_ratio/high_max": 0.0,
13
+ "clip_ratio/high_mean": 0.0,
14
+ "clip_ratio/low_mean": 0.0,
15
+ "clip_ratio/low_min": 0.0,
16
+ "clip_ratio/region_mean": 0.0,
17
+ "completions/clipped_ratio": 0.23935546875,
18
+ "completions/max_length": 50.6,
19
+ "completions/max_terminated_length": 50.4,
20
+ "completions/mean_length": 48.8724609375,
21
+ "completions/mean_terminated_length": 48.6720588684082,
22
+ "completions/min_length": 2.0,
23
+ "completions/min_terminated_length": 2.0,
24
+ "epoch": 0.030476190476190476,
25
+ "grad_norm": 0.9191175103187561,
26
+ "learning_rate": 5.555555555555555e-07,
27
+ "loss": 0.014,
28
+ "num_tokens": 1811174.0,
29
+ "reward": 0.10400769710540772,
30
+ "reward_std": 0.5274705350399017,
31
+ "rewards/accuracy_reward": 0.00712890625,
32
+ "rewards/brier_reward": 0.007832830213010311,
33
+ "rewards/confidence_one_or_zero": 0.0103515625,
34
+ "rewards/format_reward": 0.01064453125,
35
+ "rewards/log_2_reward": 0.09512097388505936,
36
+ "rewards/mean_confidence_reward": 0.035655312985181806,
37
+ "step": 5
38
+ },
39
+ {
40
+ "clip_ratio/high_max": 0.0,
41
+ "clip_ratio/high_mean": 0.0,
42
+ "clip_ratio/low_mean": 0.0,
43
+ "clip_ratio/low_min": 0.0,
44
+ "clip_ratio/region_mean": 0.0,
45
+ "completions/clipped_ratio": 0.3904296875,
46
+ "completions/max_length": 50.6,
47
+ "completions/max_terminated_length": 50.4,
48
+ "completions/mean_length": 48.72880859375,
49
+ "completions/mean_terminated_length": 48.19507522583008,
50
+ "completions/min_length": 2.2,
51
+ "completions/min_terminated_length": 2.2,
52
+ "epoch": 0.06095238095238095,
53
+ "grad_norm": 0.16941173374652863,
54
+ "learning_rate": 1e-06,
55
+ "loss": 0.0316,
56
+ "num_tokens": 3620877.0,
57
+ "reward": 0.2629227817058563,
58
+ "reward_std": 1.1119458675384521,
59
+ "rewards/accuracy_reward": 0.0177734375,
60
+ "rewards/brier_reward": 0.019864578917622566,
61
+ "rewards/confidence_one_or_zero": 0.0130859375,
62
+ "rewards/format_reward": 0.02734375,
63
+ "rewards/log_2_reward": 0.2403641790151596,
64
+ "rewards/mean_confidence_reward": 0.05027429163455963,
65
+ "step": 10
66
+ },
67
+ {
68
+ "clip_ratio/high_max": 0.0,
69
+ "clip_ratio/high_mean": 0.0,
70
+ "clip_ratio/low_mean": 0.0,
71
+ "clip_ratio/low_min": 0.0,
72
+ "clip_ratio/region_mean": 0.0,
73
+ "completions/clipped_ratio": 0.1251953125,
74
+ "completions/max_length": 50.2,
75
+ "completions/max_terminated_length": 50.2,
76
+ "completions/mean_length": 45.181640625,
77
+ "completions/mean_terminated_length": 44.80078964233398,
78
+ "completions/min_length": 8.6,
79
+ "completions/min_terminated_length": 8.6,
80
+ "epoch": 0.09142857142857143,
81
+ "grad_norm": 1.1244808435440063,
82
+ "learning_rate": 1e-06,
83
+ "loss": 0.245,
84
+ "num_tokens": 5394257.0,
85
+ "reward": 4.930716705322266,
86
+ "reward_std": 4.177352714538574,
87
+ "rewards/accuracy_reward": 0.35673828125,
88
+ "rewards/brier_reward": 0.37847294211387633,
89
+ "rewards/confidence_one_or_zero": 0.07822265625,
90
+ "rewards/format_reward": 0.50244140625,
91
+ "rewards/log_2_reward": 4.501126909255982,
92
+ "rewards/mean_confidence_reward": 0.47802442610263823,
93
+ "step": 15
94
+ },
95
+ {
96
+ "clip_ratio/high_max": 0.0,
97
+ "clip_ratio/high_mean": 0.0,
98
+ "clip_ratio/low_mean": 0.0,
99
+ "clip_ratio/low_min": 0.0,
100
+ "clip_ratio/region_mean": 0.0,
101
+ "completions/clipped_ratio": 0.0080078125,
102
+ "completions/max_length": 49.8,
103
+ "completions/max_terminated_length": 49.8,
104
+ "completions/mean_length": 38.0888671875,
105
+ "completions/mean_terminated_length": 38.002176666259764,
106
+ "completions/min_length": 17.0,
107
+ "completions/min_terminated_length": 17.0,
108
+ "epoch": 0.1219047619047619,
109
+ "grad_norm": 0.04089135304093361,
110
+ "learning_rate": 1e-06,
111
+ "loss": 0.0241,
112
+ "num_tokens": 7095007.0,
113
+ "reward": 9.922300148010255,
114
+ "reward_std": 1.1487209796905518,
115
+ "rewards/accuracy_reward": 0.74013671875,
116
+ "rewards/brier_reward": 0.7714210748672485,
117
+ "rewards/confidence_one_or_zero": 0.0666015625,
118
+ "rewards/format_reward": 0.98447265625,
119
+ "rewards/log_2_reward": 9.059995079040528,
120
+ "rewards/mean_confidence_reward": 0.9122045636177063,
121
+ "step": 20
122
+ },
123
+ {
124
+ "clip_ratio/high_max": 0.0,
125
+ "clip_ratio/high_mean": 0.0,
126
+ "clip_ratio/low_mean": 0.0,
127
+ "clip_ratio/low_min": 0.0,
128
+ "clip_ratio/region_mean": 0.0,
129
+ "completions/clipped_ratio": 0.00048828125,
130
+ "completions/max_length": 45.4,
131
+ "completions/max_terminated_length": 42.0,
132
+ "completions/mean_length": 36.56953125,
133
+ "completions/mean_terminated_length": 36.56360931396485,
134
+ "completions/min_length": 26.8,
135
+ "completions/min_terminated_length": 26.8,
136
+ "epoch": 0.1523809523809524,
137
+ "grad_norm": 0.0074047367088496685,
138
+ "learning_rate": 1e-06,
139
+ "loss": 0.0001,
140
+ "num_tokens": 8780199.0,
141
+ "reward": 10.27893524169922,
142
+ "reward_std": 0.22245991080999375,
143
+ "rewards/accuracy_reward": 0.75419921875,
144
+ "rewards/brier_reward": 0.8098533034324646,
145
+ "rewards/confidence_one_or_zero": 0.00341796875,
146
+ "rewards/format_reward": 0.99912109375,
147
+ "rewards/log_2_reward": 9.402275276184081,
148
+ "rewards/mean_confidence_reward": 0.8197431087493896,
149
+ "step": 25
150
+ },
151
+ {
152
+ "clip_ratio/high_max": 0.0,
153
+ "clip_ratio/high_mean": 0.0,
154
+ "clip_ratio/low_mean": 0.0,
155
+ "clip_ratio/low_min": 0.0,
156
+ "clip_ratio/region_mean": 0.0,
157
+ "completions/clipped_ratio": 9.765625e-05,
158
+ "completions/max_length": 43.0,
159
+ "completions/max_terminated_length": 41.4,
160
+ "completions/mean_length": 34.4681640625,
161
+ "completions/mean_terminated_length": 34.46673583984375,
162
+ "completions/min_length": 32.0,
163
+ "completions/min_terminated_length": 32.0,
164
+ "epoch": 0.18285714285714286,
165
+ "grad_norm": 0.010611865669488907,
166
+ "learning_rate": 1e-06,
167
+ "loss": 0.0004,
168
+ "num_tokens": 10443873.0,
169
+ "reward": 10.285838317871093,
170
+ "reward_std": 0.1147611990571022,
171
+ "rewards/accuracy_reward": 0.73349609375,
172
+ "rewards/brier_reward": 0.8037224054336548,
173
+ "rewards/confidence_one_or_zero": 0.0,
174
+ "rewards/format_reward": 0.9998046875,
175
+ "rewards/log_2_reward": 9.419188308715821,
176
+ "rewards/mean_confidence_reward": 0.6957599520683289,
177
+ "step": 30
178
+ },
179
+ {
180
+ "clip_ratio/high_max": 0.0,
181
+ "clip_ratio/high_mean": 0.0,
182
+ "clip_ratio/low_mean": 0.0,
183
+ "clip_ratio/low_min": 0.0,
184
+ "clip_ratio/region_mean": 0.0,
185
+ "completions/clipped_ratio": 0.0,
186
+ "completions/max_length": 43.2,
187
+ "completions/max_terminated_length": 43.2,
188
+ "completions/mean_length": 35.34462890625,
189
+ "completions/mean_terminated_length": 35.34462890625,
190
+ "completions/min_length": 32.4,
191
+ "completions/min_terminated_length": 32.4,
192
+ "epoch": 0.21333333333333335,
193
+ "grad_norm": 0.004959334619343281,
194
+ "learning_rate": 1e-06,
195
+ "loss": 0.0,
196
+ "num_tokens": 12116522.0,
197
+ "reward": 10.252646255493165,
198
+ "reward_std": 0.06293957829475402,
199
+ "rewards/accuracy_reward": 0.71875,
200
+ "rewards/brier_reward": 0.7925641775131226,
201
+ "rewards/confidence_one_or_zero": 0.0,
202
+ "rewards/format_reward": 1.0,
203
+ "rewards/log_2_reward": 9.393271446228027,
204
+ "rewards/mean_confidence_reward": 0.6929210901260376,
205
+ "step": 35
206
+ },
207
+ {
208
+ "clip_ratio/high_max": 0.0,
209
+ "clip_ratio/high_mean": 0.0,
210
+ "clip_ratio/low_mean": 0.0,
211
+ "clip_ratio/low_min": 0.0,
212
+ "clip_ratio/region_mean": 0.0,
213
+ "completions/clipped_ratio": 0.0,
214
+ "completions/max_length": 41.6,
215
+ "completions/max_terminated_length": 41.6,
216
+ "completions/mean_length": 36.130859375,
217
+ "completions/mean_terminated_length": 36.130859375,
218
+ "completions/min_length": 32.2,
219
+ "completions/min_terminated_length": 32.2,
220
+ "epoch": 0.2438095238095238,
221
+ "grad_norm": 0.004302784334868193,
222
+ "learning_rate": 1e-06,
223
+ "loss": -0.0,
224
+ "num_tokens": 13797222.0,
225
+ "reward": 10.311922454833985,
226
+ "reward_std": 0.043248052895069125,
227
+ "rewards/accuracy_reward": 0.746875,
228
+ "rewards/brier_reward": 0.8125308394432068,
229
+ "rewards/confidence_one_or_zero": 0.0,
230
+ "rewards/format_reward": 1.0,
231
+ "rewards/log_2_reward": 9.438485145568848,
232
+ "rewards/mean_confidence_reward": 0.6959580302238464,
233
+ "step": 40
234
+ },
235
+ {
236
+ "clip_ratio/high_max": 0.0,
237
+ "clip_ratio/high_mean": 0.0,
238
+ "clip_ratio/low_mean": 0.0,
239
+ "clip_ratio/low_min": 0.0,
240
+ "clip_ratio/region_mean": 0.0,
241
+ "completions/clipped_ratio": 0.0,
242
+ "completions/max_length": 38.8,
243
+ "completions/max_terminated_length": 38.8,
244
+ "completions/mean_length": 37.3640625,
245
+ "completions/mean_terminated_length": 37.3640625,
246
+ "completions/min_length": 32.8,
247
+ "completions/min_terminated_length": 32.8,
248
+ "epoch": 0.2742857142857143,
249
+ "grad_norm": 0.0034340149722993374,
250
+ "learning_rate": 1e-06,
251
+ "loss": -0.0,
252
+ "num_tokens": 15490550.0,
253
+ "reward": 10.362943267822265,
254
+ "reward_std": 0.030235714837908746,
255
+ "rewards/accuracy_reward": 0.78740234375,
256
+ "rewards/brier_reward": 0.8271316170692444,
257
+ "rewards/confidence_one_or_zero": 0.0,
258
+ "rewards/format_reward": 1.0,
259
+ "rewards/log_2_reward": 9.469242095947266,
260
+ "rewards/mean_confidence_reward": 0.6924892663955688,
261
+ "step": 45
262
+ },
263
+ {
264
+ "clip_ratio/high_max": 0.0,
265
+ "clip_ratio/high_mean": 0.0,
266
+ "clip_ratio/low_mean": 0.0,
267
+ "clip_ratio/low_min": 0.0,
268
+ "clip_ratio/region_mean": 0.0,
269
+ "completions/clipped_ratio": 9.765625e-05,
270
+ "completions/max_length": 42.8,
271
+ "completions/max_terminated_length": 41.2,
272
+ "completions/mean_length": 37.9048828125,
273
+ "completions/mean_terminated_length": 37.90370407104492,
274
+ "completions/min_length": 33.0,
275
+ "completions/min_terminated_length": 33.0,
276
+ "epoch": 0.3047619047619048,
277
+ "grad_norm": 0.0021895961835980415,
278
+ "learning_rate": 1e-06,
279
+ "loss": 0.0002,
280
+ "num_tokens": 17189416.0,
281
+ "reward": 10.276718902587891,
282
+ "reward_std": 0.03380730748176575,
283
+ "rewards/accuracy_reward": 0.721875,
284
+ "rewards/brier_reward": 0.8022076249122619,
285
+ "rewards/confidence_one_or_zero": 0.0,
286
+ "rewards/format_reward": 0.99990234375,
287
+ "rewards/log_2_reward": 9.415830421447755,
288
+ "rewards/mean_confidence_reward": 0.7136552929878235,
289
+ "step": 50
290
+ },
291
+ {
292
+ "epoch": 0.3047619047619048,
293
+ "eval_completions/clipped_ratio": 0.0,
294
+ "eval_completions/max_length": 40.0,
295
+ "eval_completions/max_terminated_length": 40.0,
296
+ "eval_completions/mean_length": 37.991783142089844,
297
+ "eval_completions/mean_terminated_length": 37.991783142089844,
298
+ "eval_completions/min_length": 37.0,
299
+ "eval_completions/min_terminated_length": 37.0,
300
+ "eval_loss": 0.0,
301
+ "eval_num_tokens": 17189416.0,
302
+ "eval_reward": 10.357580423355103,
303
+ "eval_reward_std": 0.5738533288240433,
304
+ "eval_rewards/accuracy_reward": 0.76953125,
305
+ "eval_rewards/brier_reward": 0.8266183733940125,
306
+ "eval_rewards/confidence_one_or_zero": 0.0,
307
+ "eval_rewards/format_reward": 1.0,
308
+ "eval_rewards/log_2_reward": 9.472814798355103,
309
+ "eval_rewards/mean_confidence_reward": 0.7106640785932541,
310
+ "eval_runtime": 6.4379,
311
+ "eval_samples_per_second": 77.665,
312
+ "eval_steps_per_second": 0.621,
313
+ "step": 50
314
+ },
315
+ {
316
+ "clip_ratio/high_max": 0.0,
317
+ "clip_ratio/high_mean": 0.0,
318
+ "clip_ratio/low_mean": 0.0,
319
+ "clip_ratio/low_min": 0.0,
320
+ "clip_ratio/region_mean": 0.0,
321
+ "completions/clipped_ratio": 0.0,
322
+ "completions/max_length": 42.0,
323
+ "completions/max_terminated_length": 42.0,
324
+ "completions/mean_length": 37.971484375,
325
+ "completions/mean_terminated_length": 37.971484375,
326
+ "completions/min_length": 34.6,
327
+ "completions/min_terminated_length": 34.6,
328
+ "epoch": 0.3352380952380952,
329
+ "grad_norm": 0.0016840703319758177,
330
+ "learning_rate": 1e-06,
331
+ "loss": 0.0,
332
+ "num_tokens": 18888964.0,
333
+ "reward": 10.318778038024902,
334
+ "reward_std": 0.02350865714251995,
335
+ "rewards/accuracy_reward": 0.74375,
336
+ "rewards/brier_reward": 0.8148023843765259,
337
+ "rewards/confidence_one_or_zero": 0.0,
338
+ "rewards/format_reward": 1.0,
339
+ "rewards/log_2_reward": 9.446902847290039,
340
+ "rewards/mean_confidence_reward": 0.715139651298523,
341
+ "step": 55
342
+ },
343
+ {
344
+ "clip_ratio/high_max": 0.0,
345
+ "clip_ratio/high_mean": 0.0,
346
+ "clip_ratio/low_mean": 0.0,
347
+ "clip_ratio/low_min": 0.0,
348
+ "clip_ratio/region_mean": 0.0,
349
+ "completions/clipped_ratio": 0.0,
350
+ "completions/max_length": 42.0,
351
+ "completions/max_terminated_length": 42.0,
352
+ "completions/mean_length": 37.99951171875,
353
+ "completions/mean_terminated_length": 37.99951171875,
354
+ "completions/min_length": 34.4,
355
+ "completions/min_terminated_length": 34.4,
356
+ "epoch": 0.3657142857142857,
357
+ "grad_norm": 0.0030926617328077555,
358
+ "learning_rate": 1e-06,
359
+ "loss": -0.0,
360
+ "num_tokens": 20588799.0,
361
+ "reward": 10.39038314819336,
362
+ "reward_std": 0.022050340101122855,
363
+ "rewards/accuracy_reward": 0.790625,
364
+ "rewards/brier_reward": 0.8362791776657105,
365
+ "rewards/confidence_one_or_zero": 0.0,
366
+ "rewards/format_reward": 1.0,
367
+ "rewards/log_2_reward": 9.495070266723634,
368
+ "rewards/mean_confidence_reward": 0.7193691492080688,
369
+ "step": 60
370
+ },
371
+ {
372
+ "clip_ratio/high_max": 0.0,
373
+ "clip_ratio/high_mean": 0.0,
374
+ "clip_ratio/low_mean": 0.0,
375
+ "clip_ratio/low_min": 0.0,
376
+ "clip_ratio/region_mean": 0.0,
377
+ "completions/clipped_ratio": 0.0,
378
+ "completions/max_length": 42.0,
379
+ "completions/max_terminated_length": 42.0,
380
+ "completions/mean_length": 38.00595703125,
381
+ "completions/mean_terminated_length": 38.00595703125,
382
+ "completions/min_length": 34.4,
383
+ "completions/min_terminated_length": 34.4,
384
+ "epoch": 0.3961904761904762,
385
+ "grad_norm": 0.002488529309630394,
386
+ "learning_rate": 1e-06,
387
+ "loss": -0.0,
388
+ "num_tokens": 22288700.0,
389
+ "reward": 10.282398986816407,
390
+ "reward_std": 0.026306112483143806,
391
+ "rewards/accuracy_reward": 0.71875,
392
+ "rewards/brier_reward": 0.8037564754486084,
393
+ "rewards/confidence_one_or_zero": 0.0,
394
+ "rewards/format_reward": 1.0,
395
+ "rewards/log_2_reward": 9.423023986816407,
396
+ "rewards/mean_confidence_reward": 0.715283215045929,
397
+ "step": 65
398
+ },
399
+ {
400
+ "clip_ratio/high_max": 0.0,
401
+ "clip_ratio/high_mean": 0.0,
402
+ "clip_ratio/low_mean": 0.0,
403
+ "clip_ratio/low_min": 0.0,
404
+ "clip_ratio/region_mean": 0.0,
405
+ "completions/clipped_ratio": 0.0,
406
+ "completions/max_length": 42.0,
407
+ "completions/max_terminated_length": 42.0,
408
+ "completions/mean_length": 38.00537109375,
409
+ "completions/mean_terminated_length": 38.00537109375,
410
+ "completions/min_length": 33.6,
411
+ "completions/min_terminated_length": 33.6,
412
+ "epoch": 0.4266666666666667,
413
+ "grad_norm": 0.0028004285413771868,
414
+ "learning_rate": 1e-06,
415
+ "loss": 0.0,
416
+ "num_tokens": 23988595.0,
417
+ "reward": 10.350898361206054,
418
+ "reward_std": 0.031046164222061634,
419
+ "rewards/accuracy_reward": 0.76875,
420
+ "rewards/brier_reward": 0.8238465666770936,
421
+ "rewards/confidence_one_or_zero": 0.0,
422
+ "rewards/format_reward": 1.0,
423
+ "rewards/log_2_reward": 9.466522979736329,
424
+ "rewards/mean_confidence_reward": 0.7099578261375428,
425
+ "step": 70
426
+ },
427
+ {
428
+ "clip_ratio/high_max": 0.0,
429
+ "clip_ratio/high_mean": 0.0,
430
+ "clip_ratio/low_mean": 0.0,
431
+ "clip_ratio/low_min": 0.0,
432
+ "clip_ratio/region_mean": 0.0,
433
+ "completions/clipped_ratio": 0.0,
434
+ "completions/max_length": 42.2,
435
+ "completions/max_terminated_length": 42.2,
436
+ "completions/mean_length": 38.009765625,
437
+ "completions/mean_terminated_length": 38.009765625,
438
+ "completions/min_length": 34.6,
439
+ "completions/min_terminated_length": 34.6,
440
+ "epoch": 0.45714285714285713,
441
+ "grad_norm": 0.005292444955557585,
442
+ "learning_rate": 1e-06,
443
+ "loss": 0.0,
444
+ "num_tokens": 25688535.0,
445
+ "reward": 10.329157447814941,
446
+ "reward_std": 0.036872823536396024,
447
+ "rewards/accuracy_reward": 0.74375,
448
+ "rewards/brier_reward": 0.81919184923172,
449
+ "rewards/confidence_one_or_zero": 0.0,
450
+ "rewards/format_reward": 1.0,
451
+ "rewards/log_2_reward": 9.457282257080077,
452
+ "rewards/mean_confidence_reward": 0.7013833165168762,
453
+ "step": 75
454
+ },
455
+ {
456
+ "clip_ratio/high_max": 0.0,
457
+ "clip_ratio/high_mean": 0.0,
458
+ "clip_ratio/low_mean": 0.0,
459
+ "clip_ratio/low_min": 0.0,
460
+ "clip_ratio/region_mean": 0.0,
461
+ "completions/clipped_ratio": 0.0,
462
+ "completions/max_length": 42.0,
463
+ "completions/max_terminated_length": 42.0,
464
+ "completions/mean_length": 37.9822265625,
465
+ "completions/mean_terminated_length": 37.9822265625,
466
+ "completions/min_length": 34.6,
467
+ "completions/min_terminated_length": 34.6,
468
+ "epoch": 0.4876190476190476,
469
+ "grad_norm": 0.004484053235501051,
470
+ "learning_rate": 1e-06,
471
+ "loss": 0.0,
472
+ "num_tokens": 27388193.0,
473
+ "reward": 10.357734870910644,
474
+ "reward_std": 0.03486044779419899,
475
+ "rewards/accuracy_reward": 0.765625,
476
+ "rewards/brier_reward": 0.8267481923103333,
477
+ "rewards/confidence_one_or_zero": 0.0,
478
+ "rewards/format_reward": 1.0,
479
+ "rewards/log_2_reward": 9.474921989440919,
480
+ "rewards/mean_confidence_reward": 0.7021149516105651,
481
+ "step": 80
482
+ },
483
+ {
484
+ "clip_ratio/high_max": 0.0,
485
+ "clip_ratio/high_mean": 0.0,
486
+ "clip_ratio/low_mean": 0.0,
487
+ "clip_ratio/low_min": 0.0,
488
+ "clip_ratio/region_mean": 0.0,
489
+ "completions/clipped_ratio": 0.0,
490
+ "completions/max_length": 42.0,
491
+ "completions/max_terminated_length": 42.0,
492
+ "completions/mean_length": 37.94638671875,
493
+ "completions/mean_terminated_length": 37.94638671875,
494
+ "completions/min_length": 33.8,
495
+ "completions/min_terminated_length": 33.8,
496
+ "epoch": 0.518095238095238,
497
+ "grad_norm": 0.0053267451003193855,
498
+ "learning_rate": 1e-06,
499
+ "loss": 0.0,
500
+ "num_tokens": 29087484.0,
501
+ "reward": 10.338480186462402,
502
+ "reward_std": 0.027601083368062974,
503
+ "rewards/accuracy_reward": 0.740625,
504
+ "rewards/brier_reward": 0.8229233026504517,
505
+ "rewards/confidence_one_or_zero": 0.0,
506
+ "rewards/format_reward": 1.0,
507
+ "rewards/log_2_reward": 9.468167877197265,
508
+ "rewards/mean_confidence_reward": 0.7042033433914184,
509
+ "step": 85
510
+ },
511
+ {
512
+ "clip_ratio/high_max": 0.0,
513
+ "clip_ratio/high_mean": 0.0,
514
+ "clip_ratio/low_mean": 0.0,
515
+ "clip_ratio/low_min": 0.0,
516
+ "clip_ratio/region_mean": 0.0,
517
+ "completions/clipped_ratio": 0.0,
518
+ "completions/max_length": 41.2,
519
+ "completions/max_terminated_length": 41.2,
520
+ "completions/mean_length": 37.9126953125,
521
+ "completions/mean_terminated_length": 37.9126953125,
522
+ "completions/min_length": 33.8,
523
+ "completions/min_terminated_length": 33.8,
524
+ "epoch": 0.5485714285714286,
525
+ "grad_norm": 0.0024137713480740786,
526
+ "learning_rate": 1e-06,
527
+ "loss": 0.0,
528
+ "num_tokens": 30786430.0,
529
+ "reward": 10.364272308349609,
530
+ "reward_std": 0.019712066650390624,
531
+ "rewards/accuracy_reward": 0.771875,
532
+ "rewards/brier_reward": 0.828098464012146,
533
+ "rewards/confidence_one_or_zero": 0.0,
534
+ "rewards/format_reward": 1.0,
535
+ "rewards/log_2_reward": 9.47833480834961,
536
+ "rewards/mean_confidence_reward": 0.7173008680343628,
537
+ "step": 90
538
+ },
539
+ {
540
+ "clip_ratio/high_max": 0.0,
541
+ "clip_ratio/high_mean": 0.0,
542
+ "clip_ratio/low_mean": 0.0,
543
+ "clip_ratio/low_min": 0.0,
544
+ "clip_ratio/region_mean": 0.0,
545
+ "completions/clipped_ratio": 0.0,
546
+ "completions/max_length": 41.2,
547
+ "completions/max_terminated_length": 41.2,
548
+ "completions/mean_length": 37.84951171875,
549
+ "completions/mean_terminated_length": 37.84951171875,
550
+ "completions/min_length": 33.0,
551
+ "completions/min_terminated_length": 33.0,
552
+ "epoch": 0.579047619047619,
553
+ "grad_norm": 0.0020697573199868202,
554
+ "learning_rate": 1e-06,
555
+ "loss": -0.0,
556
+ "num_tokens": 32484729.0,
557
+ "reward": 10.36720905303955,
558
+ "reward_std": 0.022712503001093863,
559
+ "rewards/accuracy_reward": 0.771875,
560
+ "rewards/brier_reward": 0.8293002605438232,
561
+ "rewards/confidence_one_or_zero": 0.0,
562
+ "rewards/format_reward": 1.0,
563
+ "rewards/log_2_reward": 9.481271362304687,
564
+ "rewards/mean_confidence_reward": 0.7178742527961731,
565
+ "step": 95
566
+ },
567
+ {
568
+ "clip_ratio/high_max": 0.0,
569
+ "clip_ratio/high_mean": 0.0,
570
+ "clip_ratio/low_mean": 0.0,
571
+ "clip_ratio/low_min": 0.0,
572
+ "clip_ratio/region_mean": 0.0,
573
+ "completions/clipped_ratio": 0.0,
574
+ "completions/max_length": 41.2,
575
+ "completions/max_terminated_length": 41.2,
576
+ "completions/mean_length": 37.87900390625,
577
+ "completions/mean_terminated_length": 37.87900390625,
578
+ "completions/min_length": 34.0,
579
+ "completions/min_terminated_length": 34.0,
580
+ "epoch": 0.6095238095238096,
581
+ "grad_norm": 0.0031165352556854486,
582
+ "learning_rate": 1e-06,
583
+ "loss": -0.0,
584
+ "num_tokens": 34183330.0,
585
+ "reward": 10.337306022644043,
586
+ "reward_std": 0.023966287076473237,
587
+ "rewards/accuracy_reward": 0.734375,
588
+ "rewards/brier_reward": 0.8224358916282654,
589
+ "rewards/confidence_one_or_zero": 0.0,
590
+ "rewards/format_reward": 1.0,
591
+ "rewards/log_2_reward": 9.470118141174316,
592
+ "rewards/mean_confidence_reward": 0.7064209103584289,
593
+ "step": 100
594
+ },
595
+ {
596
+ "epoch": 0.6095238095238096,
597
+ "eval_completions/clipped_ratio": 0.0,
598
+ "eval_completions/max_length": 38.0,
599
+ "eval_completions/max_terminated_length": 38.0,
600
+ "eval_completions/mean_length": 37.89486789703369,
601
+ "eval_completions/mean_terminated_length": 37.89486789703369,
602
+ "eval_completions/min_length": 37.0,
603
+ "eval_completions/min_terminated_length": 37.0,
604
+ "eval_loss": 0.0,
605
+ "eval_num_tokens": 34183330.0,
606
+ "eval_reward": 10.359020471572876,
607
+ "eval_reward_std": 0.5875897854566574,
608
+ "eval_rewards/accuracy_reward": 0.76953125,
609
+ "eval_rewards/brier_reward": 0.8270021378993988,
610
+ "eval_rewards/confidence_one_or_zero": 0.0,
611
+ "eval_rewards/format_reward": 1.0,
612
+ "eval_rewards/log_2_reward": 9.474255084991455,
613
+ "eval_rewards/mean_confidence_reward": 0.7051367163658142,
614
+ "eval_runtime": 5.8203,
615
+ "eval_samples_per_second": 85.906,
616
+ "eval_steps_per_second": 0.687,
617
+ "step": 100
618
+ },
619
+ {
620
+ "clip_ratio/high_max": 0.0,
621
+ "clip_ratio/high_mean": 0.0,
622
+ "clip_ratio/low_mean": 0.0,
623
+ "clip_ratio/low_min": 0.0,
624
+ "clip_ratio/region_mean": 0.0,
625
+ "completions/clipped_ratio": 0.0,
626
+ "completions/max_length": 39.6,
627
+ "completions/max_terminated_length": 39.6,
628
+ "completions/mean_length": 37.93349609375,
629
+ "completions/mean_terminated_length": 37.93349609375,
630
+ "completions/min_length": 33.8,
631
+ "completions/min_terminated_length": 33.8,
632
+ "epoch": 0.64,
633
+ "grad_norm": 0.00220179813914001,
634
+ "learning_rate": 1e-06,
635
+ "loss": -0.0,
636
+ "num_tokens": 35882489.0,
637
+ "reward": 10.314545440673829,
638
+ "reward_std": 0.029955898225307465,
639
+ "rewards/accuracy_reward": 0.73125,
640
+ "rewards/brier_reward": 0.8140996694564819,
641
+ "rewards/confidence_one_or_zero": 0.0,
642
+ "rewards/format_reward": 1.0,
643
+ "rewards/log_2_reward": 9.448920059204102,
644
+ "rewards/mean_confidence_reward": 0.7027922987937927,
645
+ "step": 105
646
+ },
647
+ {
648
+ "clip_ratio/high_max": 0.0,
649
+ "clip_ratio/high_mean": 0.0,
650
+ "clip_ratio/low_mean": 0.0,
651
+ "clip_ratio/low_min": 0.0,
652
+ "clip_ratio/region_mean": 0.0,
653
+ "completions/clipped_ratio": 0.0,
654
+ "completions/max_length": 40.2,
655
+ "completions/max_terminated_length": 40.2,
656
+ "completions/mean_length": 37.9857421875,
657
+ "completions/mean_terminated_length": 37.9857421875,
658
+ "completions/min_length": 37.0,
659
+ "completions/min_terminated_length": 37.0,
660
+ "epoch": 0.6704761904761904,
661
+ "grad_norm": 0.002244519302621484,
662
+ "learning_rate": 1e-06,
663
+ "loss": -0.0,
664
+ "num_tokens": 37582183.0,
665
+ "reward": 10.317130851745606,
666
+ "reward_std": 0.02459430545568466,
667
+ "rewards/accuracy_reward": 0.725,
668
+ "rewards/brier_reward": 0.8168185353279114,
669
+ "rewards/confidence_one_or_zero": 0.0,
670
+ "rewards/format_reward": 1.0,
671
+ "rewards/log_2_reward": 9.454631042480468,
672
+ "rewards/mean_confidence_reward": 0.6982184529304505,
673
+ "step": 110
674
+ },
675
+ {
676
+ "clip_ratio/high_max": 0.0,
677
+ "clip_ratio/high_mean": 0.0,
678
+ "clip_ratio/low_mean": 0.0,
679
+ "clip_ratio/low_min": 0.0,
680
+ "clip_ratio/region_mean": 0.0,
681
+ "completions/clipped_ratio": 0.0,
682
+ "completions/max_length": 42.2,
683
+ "completions/max_terminated_length": 42.2,
684
+ "completions/mean_length": 38.00478515625,
685
+ "completions/mean_terminated_length": 38.00478515625,
686
+ "completions/min_length": 35.2,
687
+ "completions/min_terminated_length": 35.2,
688
+ "epoch": 0.700952380952381,
689
+ "grad_norm": 0.005517852492630482,
690
+ "learning_rate": 1e-06,
691
+ "loss": -0.0,
692
+ "num_tokens": 39282072.0,
693
+ "reward": 10.32682113647461,
694
+ "reward_std": 0.027102234587073327,
695
+ "rewards/accuracy_reward": 0.74375,
696
+ "rewards/brier_reward": 0.81859370470047,
697
+ "rewards/confidence_one_or_zero": 0.0,
698
+ "rewards/format_reward": 1.0,
699
+ "rewards/log_2_reward": 9.454946327209473,
700
+ "rewards/mean_confidence_reward": 0.7090798854827881,
701
+ "step": 115
702
+ },
703
+ {
704
+ "clip_ratio/high_max": 0.0,
705
+ "clip_ratio/high_mean": 0.0,
706
+ "clip_ratio/low_mean": 0.0,
707
+ "clip_ratio/low_min": 0.0,
708
+ "clip_ratio/region_mean": 0.0,
709
+ "completions/clipped_ratio": 0.0,
710
+ "completions/max_length": 41.4,
711
+ "completions/max_terminated_length": 41.4,
712
+ "completions/mean_length": 38.005078125,
713
+ "completions/mean_terminated_length": 38.005078125,
714
+ "completions/min_length": 35.2,
715
+ "completions/min_terminated_length": 35.2,
716
+ "epoch": 0.7314285714285714,
717
+ "grad_norm": 0.001279509044252336,
718
+ "learning_rate": 1e-06,
719
+ "loss": 0.0,
720
+ "num_tokens": 40981964.0,
721
+ "reward": 10.33778247833252,
722
+ "reward_std": 0.016821843385696412,
723
+ "rewards/accuracy_reward": 0.740625,
724
+ "rewards/brier_reward": 0.8214999318122864,
725
+ "rewards/confidence_one_or_zero": 0.0,
726
+ "rewards/format_reward": 1.0,
727
+ "rewards/log_2_reward": 9.467469787597656,
728
+ "rewards/mean_confidence_reward": 0.7188453316688538,
729
+ "step": 120
730
+ },
731
+ {
732
+ "clip_ratio/high_max": 0.0,
733
+ "clip_ratio/high_mean": 0.0,
734
+ "clip_ratio/low_mean": 0.0,
735
+ "clip_ratio/low_min": 0.0,
736
+ "clip_ratio/region_mean": 0.0,
737
+ "completions/clipped_ratio": 0.0,
738
+ "completions/max_length": 42.2,
739
+ "completions/max_terminated_length": 42.2,
740
+ "completions/mean_length": 38.02109375,
741
+ "completions/mean_terminated_length": 38.02109375,
742
+ "completions/min_length": 36.4,
743
+ "completions/min_terminated_length": 36.4,
744
+ "epoch": 0.7619047619047619,
745
+ "grad_norm": 0.004740776959806681,
746
+ "learning_rate": 1e-06,
747
+ "loss": -0.0,
748
+ "num_tokens": 42682020.0,
749
+ "reward": 10.347677993774415,
750
+ "reward_std": 0.014656592346727847,
751
+ "rewards/accuracy_reward": 0.746875,
752
+ "rewards/brier_reward": 0.8234950304031372,
753
+ "rewards/confidence_one_or_zero": 0.0,
754
+ "rewards/format_reward": 1.0,
755
+ "rewards/log_2_reward": 9.474240493774413,
756
+ "rewards/mean_confidence_reward": 0.725271201133728,
757
+ "step": 125
758
+ },
759
+ {
760
+ "clip_ratio/high_max": 0.0,
761
+ "clip_ratio/high_mean": 0.0,
762
+ "clip_ratio/low_mean": 0.0,
763
+ "clip_ratio/low_min": 0.0,
764
+ "clip_ratio/region_mean": 0.0,
765
+ "completions/clipped_ratio": 0.0,
766
+ "completions/max_length": 42.2,
767
+ "completions/max_terminated_length": 42.2,
768
+ "completions/mean_length": 38.02802734375,
769
+ "completions/mean_terminated_length": 38.02802734375,
770
+ "completions/min_length": 35.8,
771
+ "completions/min_terminated_length": 35.8,
772
+ "epoch": 0.7923809523809524,
773
+ "grad_norm": 0.0035361009649932384,
774
+ "learning_rate": 1e-06,
775
+ "loss": -0.0,
776
+ "num_tokens": 44382147.0,
777
+ "reward": 10.308923149108887,
778
+ "reward_std": 0.015245725214481354,
779
+ "rewards/accuracy_reward": 0.715625,
780
+ "rewards/brier_reward": 0.8122243165969849,
781
+ "rewards/confidence_one_or_zero": 0.00224609375,
782
+ "rewards/format_reward": 1.0,
783
+ "rewards/log_2_reward": 9.451111030578613,
784
+ "rewards/mean_confidence_reward": 0.7021763563156128,
785
+ "step": 130
786
+ },
787
+ {
788
+ "clip_ratio/high_max": 0.0,
789
+ "clip_ratio/high_mean": 0.0,
790
+ "clip_ratio/low_mean": 0.0,
791
+ "clip_ratio/low_min": 0.0,
792
+ "clip_ratio/region_mean": 0.0,
793
+ "completions/clipped_ratio": 0.0,
794
+ "completions/max_length": 42.2,
795
+ "completions/max_terminated_length": 42.2,
796
+ "completions/mean_length": 38.0369140625,
797
+ "completions/mean_terminated_length": 38.0369140625,
798
+ "completions/min_length": 34.4,
799
+ "completions/min_terminated_length": 34.4,
800
+ "epoch": 0.8228571428571428,
801
+ "grad_norm": 0.0022523615043610334,
802
+ "learning_rate": 1e-06,
803
+ "loss": -0.0,
804
+ "num_tokens": 46082365.0,
805
+ "reward": 10.33953399658203,
806
+ "reward_std": 0.009829406999051571,
807
+ "rewards/accuracy_reward": 0.746875,
808
+ "rewards/brier_reward": 0.8228122234344483,
809
+ "rewards/confidence_one_or_zero": 0.01396484375,
810
+ "rewards/format_reward": 1.0,
811
+ "rewards/log_2_reward": 9.466096305847168,
812
+ "rewards/mean_confidence_reward": 0.7044583916664123,
813
+ "step": 135
814
+ },
815
+ {
816
+ "clip_ratio/high_max": 0.0,
817
+ "clip_ratio/high_mean": 0.0,
818
+ "clip_ratio/low_mean": 0.0,
819
+ "clip_ratio/low_min": 0.0,
820
+ "clip_ratio/region_mean": 0.0,
821
+ "completions/clipped_ratio": 0.0,
822
+ "completions/max_length": 42.2,
823
+ "completions/max_terminated_length": 42.2,
824
+ "completions/mean_length": 38.0568359375,
825
+ "completions/mean_terminated_length": 38.0568359375,
826
+ "completions/min_length": 36.2,
827
+ "completions/min_terminated_length": 36.2,
828
+ "epoch": 0.8533333333333334,
829
+ "grad_norm": 0.0014996592653915286,
830
+ "learning_rate": 1e-06,
831
+ "loss": 0.0,
832
+ "num_tokens": 47782787.0,
833
+ "reward": 10.351680374145507,
834
+ "reward_std": 0.010882622562348843,
835
+ "rewards/accuracy_reward": 0.765625,
836
+ "rewards/brier_reward": 0.8265089988708496,
837
+ "rewards/confidence_one_or_zero": 0.0072265625,
838
+ "rewards/format_reward": 1.0,
839
+ "rewards/log_2_reward": 9.468867874145507,
840
+ "rewards/mean_confidence_reward": 0.7003974556922913,
841
+ "step": 140
842
+ },
843
+ {
844
+ "clip_ratio/high_max": 0.0,
845
+ "clip_ratio/high_mean": 0.0,
846
+ "clip_ratio/low_mean": 0.0,
847
+ "clip_ratio/low_min": 0.0,
848
+ "clip_ratio/region_mean": 0.0,
849
+ "completions/clipped_ratio": 0.0,
850
+ "completions/max_length": 40.2,
851
+ "completions/max_terminated_length": 40.2,
852
+ "completions/mean_length": 38.04287109375,
853
+ "completions/mean_terminated_length": 38.04287109375,
854
+ "completions/min_length": 36.6,
855
+ "completions/min_terminated_length": 36.6,
856
+ "epoch": 0.8838095238095238,
857
+ "grad_norm": 0.0019739060662686825,
858
+ "learning_rate": 1e-06,
859
+ "loss": -0.0,
860
+ "num_tokens": 49483066.0,
861
+ "reward": 10.277253150939941,
862
+ "reward_std": 0.011264503002166748,
863
+ "rewards/accuracy_reward": 0.709375,
864
+ "rewards/brier_reward": 0.803178334236145,
865
+ "rewards/confidence_one_or_zero": 0.0056640625,
866
+ "rewards/format_reward": 1.0,
867
+ "rewards/log_2_reward": 9.422565841674805,
868
+ "rewards/mean_confidence_reward": 0.6882402420043945,
869
+ "step": 145
870
+ },
871
+ {
872
+ "clip_ratio/high_max": 0.0,
873
+ "clip_ratio/high_mean": 0.0,
874
+ "clip_ratio/low_mean": 0.0,
875
+ "clip_ratio/low_min": 0.0,
876
+ "clip_ratio/region_mean": 0.0,
877
+ "completions/clipped_ratio": 0.0,
878
+ "completions/max_length": 41.6,
879
+ "completions/max_terminated_length": 41.6,
880
+ "completions/mean_length": 38.0552734375,
881
+ "completions/mean_terminated_length": 38.0552734375,
882
+ "completions/min_length": 35.4,
883
+ "completions/min_terminated_length": 35.4,
884
+ "epoch": 0.9142857142857143,
885
+ "grad_norm": 0.002162984339520335,
886
+ "learning_rate": 1e-06,
887
+ "loss": -0.0,
888
+ "num_tokens": 51183472.0,
889
+ "reward": 10.361213111877442,
890
+ "reward_std": 0.009932122565805912,
891
+ "rewards/accuracy_reward": 0.765625,
892
+ "rewards/brier_reward": 0.8259004116058349,
893
+ "rewards/confidence_one_or_zero": 0.0162109375,
894
+ "rewards/format_reward": 1.0,
895
+ "rewards/log_2_reward": 9.478400802612304,
896
+ "rewards/mean_confidence_reward": 0.7085066318511963,
897
+ "step": 150
898
+ },
899
+ {
900
+ "epoch": 0.9142857142857143,
901
+ "eval_completions/clipped_ratio": 0.0,
902
+ "eval_completions/max_length": 39.0,
903
+ "eval_completions/max_terminated_length": 39.0,
904
+ "eval_completions/mean_length": 38.07933712005615,
905
+ "eval_completions/mean_terminated_length": 38.07933712005615,
906
+ "eval_completions/min_length": 38.0,
907
+ "eval_completions/min_terminated_length": 38.0,
908
+ "eval_loss": 0.0,
909
+ "eval_num_tokens": 51183472.0,
910
+ "eval_reward": 10.357120752334595,
911
+ "eval_reward_std": 0.6193633526563644,
912
+ "eval_rewards/accuracy_reward": 0.76953125,
913
+ "eval_rewards/brier_reward": 0.8273185789585114,
914
+ "eval_rewards/confidence_one_or_zero": 0.009765625,
915
+ "eval_rewards/format_reward": 1.0,
916
+ "eval_rewards/log_2_reward": 9.472355365753174,
917
+ "eval_rewards/mean_confidence_reward": 0.7049629092216492,
918
+ "eval_runtime": 5.8271,
919
+ "eval_samples_per_second": 85.807,
920
+ "eval_steps_per_second": 0.686,
921
+ "step": 150
922
+ },
923
+ {
924
+ "clip_ratio/high_max": 0.0,
925
+ "clip_ratio/high_mean": 0.0,
926
+ "clip_ratio/low_mean": 0.0,
927
+ "clip_ratio/low_min": 0.0,
928
+ "clip_ratio/region_mean": 0.0,
929
+ "completions/clipped_ratio": 0.0,
930
+ "completions/max_length": 40.8,
931
+ "completions/max_terminated_length": 40.8,
932
+ "completions/mean_length": 38.05673828125,
933
+ "completions/mean_terminated_length": 38.05673828125,
934
+ "completions/min_length": 35.4,
935
+ "completions/min_terminated_length": 35.4,
936
+ "epoch": 0.9447619047619048,
937
+ "grad_norm": 0.002443034201860428,
938
+ "learning_rate": 1e-06,
939
+ "loss": -0.0,
940
+ "num_tokens": 52883893.0,
941
+ "reward": 10.319277572631837,
942
+ "reward_std": 0.012516670487821102,
943
+ "rewards/accuracy_reward": 0.740625,
944
+ "rewards/brier_reward": 0.8164864778518677,
945
+ "rewards/confidence_one_or_zero": 0.0041015625,
946
+ "rewards/format_reward": 1.0,
947
+ "rewards/log_2_reward": 9.448964500427246,
948
+ "rewards/mean_confidence_reward": 0.6974437594413757,
949
+ "step": 155
950
+ },
951
+ {
952
+ "clip_ratio/high_max": 0.0,
953
+ "clip_ratio/high_mean": 0.0,
954
+ "clip_ratio/low_mean": 0.0,
955
+ "clip_ratio/low_min": 0.0,
956
+ "clip_ratio/region_mean": 0.0,
957
+ "completions/clipped_ratio": 0.0,
958
+ "completions/max_length": 42.2,
959
+ "completions/max_terminated_length": 42.2,
960
+ "completions/mean_length": 38.0748046875,
961
+ "completions/mean_terminated_length": 38.0748046875,
962
+ "completions/min_length": 35.8,
963
+ "completions/min_terminated_length": 35.8,
964
+ "epoch": 0.9752380952380952,
965
+ "grad_norm": 0.004797317553311586,
966
+ "learning_rate": 1e-06,
967
+ "loss": 0.0,
968
+ "num_tokens": 54584499.0,
969
+ "reward": 10.403311920166015,
970
+ "reward_std": 0.02263805828988552,
971
+ "rewards/accuracy_reward": 0.775,
972
+ "rewards/brier_reward": 0.8423254013061523,
973
+ "rewards/confidence_one_or_zero": 0.0095703125,
974
+ "rewards/format_reward": 1.0,
975
+ "rewards/log_2_reward": 9.515811729431153,
976
+ "rewards/mean_confidence_reward": 0.7259237408638001,
977
+ "step": 160
978
+ },
979
+ {
980
+ "clip_ratio/high_max": 0.0,
981
+ "clip_ratio/high_mean": 0.0,
982
+ "clip_ratio/low_mean": 0.0,
983
+ "clip_ratio/low_min": 0.0,
984
+ "clip_ratio/region_mean": 0.0,
985
+ "completions/clipped_ratio": 0.0,
986
+ "completions/max_length": 41.25,
987
+ "completions/max_terminated_length": 41.25,
988
+ "completions/mean_length": 38.05098247528076,
989
+ "completions/mean_terminated_length": 38.05098247528076,
990
+ "completions/min_length": 36.5,
991
+ "completions/min_terminated_length": 36.5,
992
+ "epoch": 0.9996190476190476,
993
+ "num_tokens": 55944868.0,
994
+ "reward": 10.392438888549805,
995
+ "reward_std": 0.01846723770722747,
996
+ "rewards/accuracy_reward": 0.7578125,
997
+ "rewards/brier_reward": 0.8418954759836197,
998
+ "rewards/confidence_one_or_zero": 0.006591796875,
999
+ "rewards/format_reward": 1.0,
1000
+ "rewards/log_2_reward": 9.513532400131226,
1001
+ "rewards/mean_confidence_reward": 0.7270061075687408,
1002
+ "step": 164,
1003
+ "total_flos": 0.0,
1004
+ "train_loss": 0.009617539934250022,
1005
+ "train_runtime": 10848.9507,
1006
+ "train_samples_per_second": 0.968,
1007
+ "train_steps_per_second": 0.015
1008
+ }
1009
+ ],
1010
+ "logging_steps": 5,
1011
+ "max_steps": 164,
1012
+ "num_input_tokens_seen": 55944868,
1013
+ "num_train_epochs": 1,
1014
+ "save_steps": 60,
1015
+ "stateful_callbacks": {
1016
+ "TrainerControl": {
1017
+ "args": {
1018
+ "should_epoch_stop": false,
1019
+ "should_evaluate": false,
1020
+ "should_log": false,
1021
+ "should_save": true,
1022
+ "should_training_stop": true
1023
+ },
1024
+ "attributes": {}
1025
+ }
1026
+ },
1027
+ "total_flos": 0.0,
1028
+ "train_batch_size": 8,
1029
+ "trial_name": null,
1030
+ "trial_params": null
1031
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46235d89197d20d6ac10a07afb2f2266e7b8ceb9b9e75978ad1c9d193508db56
3
+ size 8056
vocab.json ADDED
The diff for this file is too large to render. See raw diff