Model save
Browse files- .gitattributes +1 -0
- README.md +68 -0
- added_tokens.json +24 -0
- config.json +30 -0
- generation_config.json +6 -0
- merges.txt +0 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +346 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +209 -0
- trainer_state.json +1031 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.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: bandit-log-RLCR-v1
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
- trl
|
| 8 |
+
- grpo
|
| 9 |
+
licence: license
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for bandit-log-RLCR-v1
|
| 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/bandit-log-RLCR-v1", 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/qlwkmzz2)
|
| 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:76000cd66656cfff1af2ab831bc65755ea2aba3be3ef274b8df32b1857937b08
|
| 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:80b2d806940a74451b832c35b4604072a3ae94700b023c4cf5af9a26b19a5443
|
| 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:bdf1219a9a8f1953efdb4cdad4ad7396f6de67a6bfb468e12923fe8bf89a3155
|
| 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:d7325f432ffdea1a4476f2a2533eea5d3f8474caf1b2520a92e4c49511accc35
|
| 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.76337890625,
|
| 18 |
+
"completions/max_length": 128.0,
|
| 19 |
+
"completions/max_terminated_length": 128.0,
|
| 20 |
+
"completions/mean_length": 116.70947265625,
|
| 21 |
+
"completions/mean_terminated_length": 80.29782409667969,
|
| 22 |
+
"completions/min_length": 2.0,
|
| 23 |
+
"completions/min_terminated_length": 2.0,
|
| 24 |
+
"epoch": 0.030476190476190476,
|
| 25 |
+
"grad_norm": 0.48198601603507996,
|
| 26 |
+
"learning_rate": 5.555555555555555e-07,
|
| 27 |
+
"loss": 0.3641,
|
| 28 |
+
"num_tokens": 3784033.0,
|
| 29 |
+
"reward": 1.6605166435241698,
|
| 30 |
+
"reward_std": 3.4095802307128906,
|
| 31 |
+
"rewards/accuracy_reward": 0.03017578125,
|
| 32 |
+
"rewards/brier_reward": 0.130406653881073,
|
| 33 |
+
"rewards/confidence_one_or_zero": 0.105078125,
|
| 34 |
+
"rewards/format_reward": 0.1703125,
|
| 35 |
+
"rewards/log_2_reward": 1.5602725982666015,
|
| 36 |
+
"rewards/mean_confidence_reward": 0.10646367371082306,
|
| 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.42197265625,
|
| 46 |
+
"completions/max_length": 128.0,
|
| 47 |
+
"completions/max_terminated_length": 128.0,
|
| 48 |
+
"completions/mean_length": 97.47744140625,
|
| 49 |
+
"completions/mean_terminated_length": 76.52580413818359,
|
| 50 |
+
"completions/min_length": 5.2,
|
| 51 |
+
"completions/min_terminated_length": 5.2,
|
| 52 |
+
"epoch": 0.06095238095238095,
|
| 53 |
+
"grad_norm": 0.38170281052589417,
|
| 54 |
+
"learning_rate": 1e-06,
|
| 55 |
+
"loss": 0.7106,
|
| 56 |
+
"num_tokens": 7371066.0,
|
| 57 |
+
"reward": 5.354305839538574,
|
| 58 |
+
"reward_std": 4.306017875671387,
|
| 59 |
+
"rewards/accuracy_reward": 0.12158203125,
|
| 60 |
+
"rewards/brier_reward": 0.41428526639938357,
|
| 61 |
+
"rewards/confidence_one_or_zero": 0.2091796875,
|
| 62 |
+
"rewards/format_reward": 0.54599609375,
|
| 63 |
+
"rewards/log_2_reward": 5.020516633987427,
|
| 64 |
+
"rewards/mean_confidence_reward": 0.27076671421527865,
|
| 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.04169921875,
|
| 74 |
+
"completions/max_length": 128.0,
|
| 75 |
+
"completions/max_terminated_length": 124.4,
|
| 76 |
+
"completions/mean_length": 63.0056640625,
|
| 77 |
+
"completions/mean_terminated_length": 60.36174392700195,
|
| 78 |
+
"completions/min_length": 16.4,
|
| 79 |
+
"completions/min_terminated_length": 16.4,
|
| 80 |
+
"epoch": 0.09142857142857143,
|
| 81 |
+
"grad_norm": 0.1799696832895279,
|
| 82 |
+
"learning_rate": 1e-06,
|
| 83 |
+
"loss": 0.2204,
|
| 84 |
+
"num_tokens": 10604244.0,
|
| 85 |
+
"reward": 9.318659210205078,
|
| 86 |
+
"reward_std": 2.0989513874053953,
|
| 87 |
+
"rewards/accuracy_reward": 0.19326171875,
|
| 88 |
+
"rewards/brier_reward": 0.7086999773979187,
|
| 89 |
+
"rewards/confidence_one_or_zero": 0.30234375,
|
| 90 |
+
"rewards/format_reward": 0.95224609375,
|
| 91 |
+
"rewards/log_2_reward": 8.745905876159668,
|
| 92 |
+
"rewards/mean_confidence_reward": 0.4371440947055817,
|
| 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.000390625,
|
| 102 |
+
"completions/max_length": 112.0,
|
| 103 |
+
"completions/max_terminated_length": 99.6,
|
| 104 |
+
"completions/mean_length": 43.30595703125,
|
| 105 |
+
"completions/mean_terminated_length": 43.27299423217774,
|
| 106 |
+
"completions/min_length": 17.6,
|
| 107 |
+
"completions/min_terminated_length": 17.6,
|
| 108 |
+
"epoch": 0.1219047619047619,
|
| 109 |
+
"grad_norm": 0.0386660136282444,
|
| 110 |
+
"learning_rate": 1e-06,
|
| 111 |
+
"loss": -0.0043,
|
| 112 |
+
"num_tokens": 13634321.0,
|
| 113 |
+
"reward": 10.072226905822754,
|
| 114 |
+
"reward_std": 0.6315600275993347,
|
| 115 |
+
"rewards/accuracy_reward": 0.16630859375,
|
| 116 |
+
"rewards/brier_reward": 0.8290799617767334,
|
| 117 |
+
"rewards/confidence_one_or_zero": 0.44169921875,
|
| 118 |
+
"rewards/format_reward": 0.9970703125,
|
| 119 |
+
"rewards/log_2_reward": 9.490537071228028,
|
| 120 |
+
"rewards/mean_confidence_reward": 0.31124078631401064,
|
| 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.0,
|
| 130 |
+
"completions/max_length": 90.0,
|
| 131 |
+
"completions/max_terminated_length": 90.0,
|
| 132 |
+
"completions/mean_length": 42.37373046875,
|
| 133 |
+
"completions/mean_terminated_length": 42.37373046875,
|
| 134 |
+
"completions/min_length": 22.0,
|
| 135 |
+
"completions/min_terminated_length": 22.0,
|
| 136 |
+
"epoch": 0.1523809523809524,
|
| 137 |
+
"grad_norm": 0.013290881179273129,
|
| 138 |
+
"learning_rate": 1e-06,
|
| 139 |
+
"loss": -0.001,
|
| 140 |
+
"num_tokens": 16657508.0,
|
| 141 |
+
"reward": 10.345937538146973,
|
| 142 |
+
"reward_std": 0.27599466145038604,
|
| 143 |
+
"rewards/accuracy_reward": 0.11845703125,
|
| 144 |
+
"rewards/brier_reward": 0.9262194037437439,
|
| 145 |
+
"rewards/confidence_one_or_zero": 0.70439453125,
|
| 146 |
+
"rewards/format_reward": 0.99912109375,
|
| 147 |
+
"rewards/log_2_reward": 9.787148475646973,
|
| 148 |
+
"rewards/mean_confidence_reward": 0.13568951636552812,
|
| 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": 0.0,
|
| 158 |
+
"completions/max_length": 77.6,
|
| 159 |
+
"completions/max_terminated_length": 77.6,
|
| 160 |
+
"completions/mean_length": 40.87314453125,
|
| 161 |
+
"completions/mean_terminated_length": 40.87314453125,
|
| 162 |
+
"completions/min_length": 24.0,
|
| 163 |
+
"completions/min_terminated_length": 24.0,
|
| 164 |
+
"epoch": 0.18285714285714286,
|
| 165 |
+
"grad_norm": 0.01713799685239792,
|
| 166 |
+
"learning_rate": 1e-06,
|
| 167 |
+
"loss": 0.0003,
|
| 168 |
+
"num_tokens": 19663153.0,
|
| 169 |
+
"reward": 10.48781967163086,
|
| 170 |
+
"reward_std": 0.0398749703541398,
|
| 171 |
+
"rewards/accuracy_reward": 0.00849609375,
|
| 172 |
+
"rewards/brier_reward": 0.9944719195365905,
|
| 173 |
+
"rewards/confidence_one_or_zero": 0.98203125,
|
| 174 |
+
"rewards/format_reward": 0.9998046875,
|
| 175 |
+
"rewards/log_2_reward": 9.98366928100586,
|
| 176 |
+
"rewards/mean_confidence_reward": 0.005668945552315563,
|
| 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": 60.6,
|
| 187 |
+
"completions/max_terminated_length": 60.6,
|
| 188 |
+
"completions/mean_length": 40.10283203125,
|
| 189 |
+
"completions/mean_terminated_length": 40.10283203125,
|
| 190 |
+
"completions/min_length": 24.2,
|
| 191 |
+
"completions/min_terminated_length": 24.2,
|
| 192 |
+
"epoch": 0.21333333333333335,
|
| 193 |
+
"grad_norm": 0.0,
|
| 194 |
+
"learning_rate": 1e-06,
|
| 195 |
+
"loss": 0.0,
|
| 196 |
+
"num_tokens": 22658990.0,
|
| 197 |
+
"reward": 10.499842834472656,
|
| 198 |
+
"reward_std": 0.0008906088653020561,
|
| 199 |
+
"rewards/accuracy_reward": 0.0,
|
| 200 |
+
"rewards/brier_reward": 0.9999728918075561,
|
| 201 |
+
"rewards/confidence_one_or_zero": 0.99912109375,
|
| 202 |
+
"rewards/format_reward": 1.0,
|
| 203 |
+
"rewards/log_2_reward": 9.999842834472656,
|
| 204 |
+
"rewards/mean_confidence_reward": 0.00014160156424622983,
|
| 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": 60.4,
|
| 215 |
+
"completions/max_terminated_length": 60.4,
|
| 216 |
+
"completions/mean_length": 39.8552734375,
|
| 217 |
+
"completions/mean_terminated_length": 39.8552734375,
|
| 218 |
+
"completions/min_length": 25.8,
|
| 219 |
+
"completions/min_terminated_length": 25.8,
|
| 220 |
+
"epoch": 0.2438095238095238,
|
| 221 |
+
"grad_norm": 9.549452079227194e-05,
|
| 222 |
+
"learning_rate": 1e-06,
|
| 223 |
+
"loss": 0.0001,
|
| 224 |
+
"num_tokens": 25658020.0,
|
| 225 |
+
"reward": 10.498812484741212,
|
| 226 |
+
"reward_std": 0.006671252334490419,
|
| 227 |
+
"rewards/accuracy_reward": 9.765625e-05,
|
| 228 |
+
"rewards/brier_reward": 0.9998310446739197,
|
| 229 |
+
"rewards/confidence_one_or_zero": 0.999609375,
|
| 230 |
+
"rewards/format_reward": 0.99990234375,
|
| 231 |
+
"rewards/log_2_reward": 9.998812484741212,
|
| 232 |
+
"rewards/mean_confidence_reward": 6.83593752910383e-05,
|
| 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": 58.2,
|
| 243 |
+
"completions/max_terminated_length": 58.2,
|
| 244 |
+
"completions/mean_length": 39.4888671875,
|
| 245 |
+
"completions/mean_terminated_length": 39.4888671875,
|
| 246 |
+
"completions/min_length": 26.2,
|
| 247 |
+
"completions/min_terminated_length": 26.2,
|
| 248 |
+
"epoch": 0.2742857142857143,
|
| 249 |
+
"grad_norm": 0.0,
|
| 250 |
+
"learning_rate": 1e-06,
|
| 251 |
+
"loss": -0.0001,
|
| 252 |
+
"num_tokens": 28652306.0,
|
| 253 |
+
"reward": 10.498974609375,
|
| 254 |
+
"reward_std": 0.005800485238432884,
|
| 255 |
+
"rewards/accuracy_reward": 0.0,
|
| 256 |
+
"rewards/brier_reward": 0.99990234375,
|
| 257 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 258 |
+
"rewards/format_reward": 0.99990234375,
|
| 259 |
+
"rewards/log_2_reward": 9.9990234375,
|
| 260 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 0.0,
|
| 270 |
+
"completions/max_length": 56.6,
|
| 271 |
+
"completions/max_terminated_length": 56.6,
|
| 272 |
+
"completions/mean_length": 39.37822265625,
|
| 273 |
+
"completions/mean_terminated_length": 39.37822265625,
|
| 274 |
+
"completions/min_length": 26.6,
|
| 275 |
+
"completions/min_terminated_length": 26.6,
|
| 276 |
+
"epoch": 0.3047619047619048,
|
| 277 |
+
"grad_norm": 0.0,
|
| 278 |
+
"learning_rate": 1e-06,
|
| 279 |
+
"loss": -0.0,
|
| 280 |
+
"num_tokens": 31639059.0,
|
| 281 |
+
"reward": 10.498974609375,
|
| 282 |
+
"reward_std": 0.005800485238432884,
|
| 283 |
+
"rewards/accuracy_reward": 0.0,
|
| 284 |
+
"rewards/brier_reward": 0.99990234375,
|
| 285 |
+
"rewards/confidence_one_or_zero": 0.99990234375,
|
| 286 |
+
"rewards/format_reward": 0.99990234375,
|
| 287 |
+
"rewards/log_2_reward": 9.9990234375,
|
| 288 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 289 |
+
"step": 50
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.3047619047619048,
|
| 293 |
+
"eval_completions/clipped_ratio": 0.0,
|
| 294 |
+
"eval_completions/max_length": 48.25,
|
| 295 |
+
"eval_completions/max_terminated_length": 48.25,
|
| 296 |
+
"eval_completions/mean_length": 39.21484375,
|
| 297 |
+
"eval_completions/mean_terminated_length": 39.21484375,
|
| 298 |
+
"eval_completions/min_length": 29.25,
|
| 299 |
+
"eval_completions/min_terminated_length": 29.25,
|
| 300 |
+
"eval_loss": 0.0,
|
| 301 |
+
"eval_num_tokens": 31639059.0,
|
| 302 |
+
"eval_reward": 10.5,
|
| 303 |
+
"eval_reward_std": 0.0,
|
| 304 |
+
"eval_rewards/accuracy_reward": 0.0,
|
| 305 |
+
"eval_rewards/brier_reward": 1.0,
|
| 306 |
+
"eval_rewards/confidence_one_or_zero": 1.0,
|
| 307 |
+
"eval_rewards/format_reward": 1.0,
|
| 308 |
+
"eval_rewards/log_2_reward": 10.0,
|
| 309 |
+
"eval_rewards/mean_confidence_reward": 0.0,
|
| 310 |
+
"eval_runtime": 7.2463,
|
| 311 |
+
"eval_samples_per_second": 69.001,
|
| 312 |
+
"eval_steps_per_second": 0.552,
|
| 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": 55.0,
|
| 323 |
+
"completions/max_terminated_length": 55.0,
|
| 324 |
+
"completions/mean_length": 39.50654296875,
|
| 325 |
+
"completions/mean_terminated_length": 39.50654296875,
|
| 326 |
+
"completions/min_length": 26.0,
|
| 327 |
+
"completions/min_terminated_length": 26.0,
|
| 328 |
+
"epoch": 0.3352380952380952,
|
| 329 |
+
"grad_norm": 0.0,
|
| 330 |
+
"learning_rate": 1e-06,
|
| 331 |
+
"loss": 0.0,
|
| 332 |
+
"num_tokens": 34630902.0,
|
| 333 |
+
"reward": 10.5,
|
| 334 |
+
"reward_std": 0.0,
|
| 335 |
+
"rewards/accuracy_reward": 0.0,
|
| 336 |
+
"rewards/brier_reward": 1.0,
|
| 337 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 338 |
+
"rewards/format_reward": 1.0,
|
| 339 |
+
"rewards/log_2_reward": 10.0,
|
| 340 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 55.4,
|
| 351 |
+
"completions/max_terminated_length": 55.4,
|
| 352 |
+
"completions/mean_length": 39.666015625,
|
| 353 |
+
"completions/mean_terminated_length": 39.666015625,
|
| 354 |
+
"completions/min_length": 26.8,
|
| 355 |
+
"completions/min_terminated_length": 26.8,
|
| 356 |
+
"epoch": 0.3657142857142857,
|
| 357 |
+
"grad_norm": 0.0,
|
| 358 |
+
"learning_rate": 1e-06,
|
| 359 |
+
"loss": 0.0,
|
| 360 |
+
"num_tokens": 37627098.0,
|
| 361 |
+
"reward": 10.5,
|
| 362 |
+
"reward_std": 0.0,
|
| 363 |
+
"rewards/accuracy_reward": 0.0,
|
| 364 |
+
"rewards/brier_reward": 1.0,
|
| 365 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 366 |
+
"rewards/format_reward": 1.0,
|
| 367 |
+
"rewards/log_2_reward": 10.0,
|
| 368 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 55.4,
|
| 379 |
+
"completions/max_terminated_length": 55.4,
|
| 380 |
+
"completions/mean_length": 39.70166015625,
|
| 381 |
+
"completions/mean_terminated_length": 39.70166015625,
|
| 382 |
+
"completions/min_length": 25.0,
|
| 383 |
+
"completions/min_terminated_length": 25.0,
|
| 384 |
+
"epoch": 0.3961904761904762,
|
| 385 |
+
"grad_norm": 0.004820019006729126,
|
| 386 |
+
"learning_rate": 1e-06,
|
| 387 |
+
"loss": 0.0002,
|
| 388 |
+
"num_tokens": 40622155.0,
|
| 389 |
+
"reward": 10.498974609375,
|
| 390 |
+
"reward_std": 0.005800485238432884,
|
| 391 |
+
"rewards/accuracy_reward": 0.0,
|
| 392 |
+
"rewards/brier_reward": 0.99990234375,
|
| 393 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 394 |
+
"rewards/format_reward": 0.99990234375,
|
| 395 |
+
"rewards/log_2_reward": 9.9990234375,
|
| 396 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 56.2,
|
| 407 |
+
"completions/max_terminated_length": 56.2,
|
| 408 |
+
"completions/mean_length": 39.75986328125,
|
| 409 |
+
"completions/mean_terminated_length": 39.75986328125,
|
| 410 |
+
"completions/min_length": 25.2,
|
| 411 |
+
"completions/min_terminated_length": 25.2,
|
| 412 |
+
"epoch": 0.4266666666666667,
|
| 413 |
+
"grad_norm": 0.0,
|
| 414 |
+
"learning_rate": 1e-06,
|
| 415 |
+
"loss": 0.0,
|
| 416 |
+
"num_tokens": 43618960.0,
|
| 417 |
+
"reward": 10.5,
|
| 418 |
+
"reward_std": 0.0,
|
| 419 |
+
"rewards/accuracy_reward": 0.0,
|
| 420 |
+
"rewards/brier_reward": 1.0,
|
| 421 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 422 |
+
"rewards/format_reward": 1.0,
|
| 423 |
+
"rewards/log_2_reward": 10.0,
|
| 424 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 57.2,
|
| 435 |
+
"completions/max_terminated_length": 57.2,
|
| 436 |
+
"completions/mean_length": 39.5822265625,
|
| 437 |
+
"completions/mean_terminated_length": 39.5822265625,
|
| 438 |
+
"completions/min_length": 25.2,
|
| 439 |
+
"completions/min_terminated_length": 25.2,
|
| 440 |
+
"epoch": 0.45714285714285713,
|
| 441 |
+
"grad_norm": 0.0,
|
| 442 |
+
"learning_rate": 1e-06,
|
| 443 |
+
"loss": -0.0002,
|
| 444 |
+
"num_tokens": 46609594.0,
|
| 445 |
+
"reward": 10.498974609375,
|
| 446 |
+
"reward_std": 0.005800485238432884,
|
| 447 |
+
"rewards/accuracy_reward": 0.0,
|
| 448 |
+
"rewards/brier_reward": 0.99990234375,
|
| 449 |
+
"rewards/confidence_one_or_zero": 0.99990234375,
|
| 450 |
+
"rewards/format_reward": 0.99990234375,
|
| 451 |
+
"rewards/log_2_reward": 9.9990234375,
|
| 452 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 55.2,
|
| 463 |
+
"completions/max_terminated_length": 55.2,
|
| 464 |
+
"completions/mean_length": 39.87529296875,
|
| 465 |
+
"completions/mean_terminated_length": 39.87529296875,
|
| 466 |
+
"completions/min_length": 27.0,
|
| 467 |
+
"completions/min_terminated_length": 27.0,
|
| 468 |
+
"epoch": 0.4876190476190476,
|
| 469 |
+
"grad_norm": 0.0,
|
| 470 |
+
"learning_rate": 1e-06,
|
| 471 |
+
"loss": 0.0001,
|
| 472 |
+
"num_tokens": 49602237.0,
|
| 473 |
+
"reward": 10.498974609375,
|
| 474 |
+
"reward_std": 0.005800485238432884,
|
| 475 |
+
"rewards/accuracy_reward": 0.0,
|
| 476 |
+
"rewards/brier_reward": 0.99990234375,
|
| 477 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 478 |
+
"rewards/format_reward": 0.99990234375,
|
| 479 |
+
"rewards/log_2_reward": 9.9990234375,
|
| 480 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 59.0,
|
| 491 |
+
"completions/max_terminated_length": 59.0,
|
| 492 |
+
"completions/mean_length": 40.1205078125,
|
| 493 |
+
"completions/mean_terminated_length": 40.1205078125,
|
| 494 |
+
"completions/min_length": 27.2,
|
| 495 |
+
"completions/min_terminated_length": 27.2,
|
| 496 |
+
"epoch": 0.518095238095238,
|
| 497 |
+
"grad_norm": 0.0,
|
| 498 |
+
"learning_rate": 1e-06,
|
| 499 |
+
"loss": 0.0,
|
| 500 |
+
"num_tokens": 52598607.0,
|
| 501 |
+
"reward": 10.5,
|
| 502 |
+
"reward_std": 0.0,
|
| 503 |
+
"rewards/accuracy_reward": 0.0,
|
| 504 |
+
"rewards/brier_reward": 1.0,
|
| 505 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 506 |
+
"rewards/format_reward": 1.0,
|
| 507 |
+
"rewards/log_2_reward": 10.0,
|
| 508 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 59.2,
|
| 519 |
+
"completions/max_terminated_length": 59.2,
|
| 520 |
+
"completions/mean_length": 40.13505859375,
|
| 521 |
+
"completions/mean_terminated_length": 40.13505859375,
|
| 522 |
+
"completions/min_length": 25.8,
|
| 523 |
+
"completions/min_terminated_length": 25.8,
|
| 524 |
+
"epoch": 0.5485714285714286,
|
| 525 |
+
"grad_norm": 0.0,
|
| 526 |
+
"learning_rate": 1e-06,
|
| 527 |
+
"loss": 0.0,
|
| 528 |
+
"num_tokens": 55596438.0,
|
| 529 |
+
"reward": 10.5,
|
| 530 |
+
"reward_std": 0.0,
|
| 531 |
+
"rewards/accuracy_reward": 0.0,
|
| 532 |
+
"rewards/brier_reward": 1.0,
|
| 533 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 534 |
+
"rewards/format_reward": 1.0,
|
| 535 |
+
"rewards/log_2_reward": 10.0,
|
| 536 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 56.8,
|
| 547 |
+
"completions/max_terminated_length": 56.8,
|
| 548 |
+
"completions/mean_length": 40.24052734375,
|
| 549 |
+
"completions/mean_terminated_length": 40.24052734375,
|
| 550 |
+
"completions/min_length": 27.8,
|
| 551 |
+
"completions/min_terminated_length": 27.8,
|
| 552 |
+
"epoch": 0.579047619047619,
|
| 553 |
+
"grad_norm": 0.0,
|
| 554 |
+
"learning_rate": 1e-06,
|
| 555 |
+
"loss": 0.0,
|
| 556 |
+
"num_tokens": 58594133.0,
|
| 557 |
+
"reward": 10.5,
|
| 558 |
+
"reward_std": 0.0,
|
| 559 |
+
"rewards/accuracy_reward": 0.0,
|
| 560 |
+
"rewards/brier_reward": 1.0,
|
| 561 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 562 |
+
"rewards/format_reward": 1.0,
|
| 563 |
+
"rewards/log_2_reward": 10.0,
|
| 564 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 56.6,
|
| 575 |
+
"completions/max_terminated_length": 56.6,
|
| 576 |
+
"completions/mean_length": 40.23056640625,
|
| 577 |
+
"completions/mean_terminated_length": 40.23056640625,
|
| 578 |
+
"completions/min_length": 26.0,
|
| 579 |
+
"completions/min_terminated_length": 26.0,
|
| 580 |
+
"epoch": 0.6095238095238096,
|
| 581 |
+
"grad_norm": 0.0,
|
| 582 |
+
"learning_rate": 1e-06,
|
| 583 |
+
"loss": 0.0,
|
| 584 |
+
"num_tokens": 61594062.0,
|
| 585 |
+
"reward": 10.5,
|
| 586 |
+
"reward_std": 0.0,
|
| 587 |
+
"rewards/accuracy_reward": 0.0,
|
| 588 |
+
"rewards/brier_reward": 1.0,
|
| 589 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 590 |
+
"rewards/format_reward": 1.0,
|
| 591 |
+
"rewards/log_2_reward": 10.0,
|
| 592 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 593 |
+
"step": 100
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"epoch": 0.6095238095238096,
|
| 597 |
+
"eval_completions/clipped_ratio": 0.0,
|
| 598 |
+
"eval_completions/max_length": 50.75,
|
| 599 |
+
"eval_completions/max_terminated_length": 50.75,
|
| 600 |
+
"eval_completions/mean_length": 40.36058712005615,
|
| 601 |
+
"eval_completions/mean_terminated_length": 40.36058712005615,
|
| 602 |
+
"eval_completions/min_length": 29.5,
|
| 603 |
+
"eval_completions/min_terminated_length": 29.5,
|
| 604 |
+
"eval_loss": 0.0,
|
| 605 |
+
"eval_num_tokens": 61594062.0,
|
| 606 |
+
"eval_reward": 10.5,
|
| 607 |
+
"eval_reward_std": 0.0,
|
| 608 |
+
"eval_rewards/accuracy_reward": 0.0,
|
| 609 |
+
"eval_rewards/brier_reward": 1.0,
|
| 610 |
+
"eval_rewards/confidence_one_or_zero": 1.0,
|
| 611 |
+
"eval_rewards/format_reward": 1.0,
|
| 612 |
+
"eval_rewards/log_2_reward": 10.0,
|
| 613 |
+
"eval_rewards/mean_confidence_reward": 0.0,
|
| 614 |
+
"eval_runtime": 7.5851,
|
| 615 |
+
"eval_samples_per_second": 65.919,
|
| 616 |
+
"eval_steps_per_second": 0.527,
|
| 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": 58.0,
|
| 627 |
+
"completions/max_terminated_length": 58.0,
|
| 628 |
+
"completions/mean_length": 40.31025390625,
|
| 629 |
+
"completions/mean_terminated_length": 40.31025390625,
|
| 630 |
+
"completions/min_length": 27.4,
|
| 631 |
+
"completions/min_terminated_length": 27.4,
|
| 632 |
+
"epoch": 0.64,
|
| 633 |
+
"grad_norm": 0.0,
|
| 634 |
+
"learning_rate": 1e-06,
|
| 635 |
+
"loss": 0.0,
|
| 636 |
+
"num_tokens": 64598391.0,
|
| 637 |
+
"reward": 10.5,
|
| 638 |
+
"reward_std": 0.0,
|
| 639 |
+
"rewards/accuracy_reward": 0.0,
|
| 640 |
+
"rewards/brier_reward": 1.0,
|
| 641 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 642 |
+
"rewards/format_reward": 1.0,
|
| 643 |
+
"rewards/log_2_reward": 10.0,
|
| 644 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 57.2,
|
| 655 |
+
"completions/max_terminated_length": 57.2,
|
| 656 |
+
"completions/mean_length": 40.2923828125,
|
| 657 |
+
"completions/mean_terminated_length": 40.2923828125,
|
| 658 |
+
"completions/min_length": 27.4,
|
| 659 |
+
"completions/min_terminated_length": 27.4,
|
| 660 |
+
"epoch": 0.6704761904761904,
|
| 661 |
+
"grad_norm": 0.0,
|
| 662 |
+
"learning_rate": 1e-06,
|
| 663 |
+
"loss": 0.0,
|
| 664 |
+
"num_tokens": 67599081.0,
|
| 665 |
+
"reward": 10.5,
|
| 666 |
+
"reward_std": 0.0,
|
| 667 |
+
"rewards/accuracy_reward": 0.0,
|
| 668 |
+
"rewards/brier_reward": 1.0,
|
| 669 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 670 |
+
"rewards/format_reward": 1.0,
|
| 671 |
+
"rewards/log_2_reward": 10.0,
|
| 672 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 58.2,
|
| 683 |
+
"completions/max_terminated_length": 58.2,
|
| 684 |
+
"completions/mean_length": 40.179296875,
|
| 685 |
+
"completions/mean_terminated_length": 40.179296875,
|
| 686 |
+
"completions/min_length": 27.4,
|
| 687 |
+
"completions/min_terminated_length": 27.4,
|
| 688 |
+
"epoch": 0.700952380952381,
|
| 689 |
+
"grad_norm": 0.0,
|
| 690 |
+
"learning_rate": 1e-06,
|
| 691 |
+
"loss": 0.0,
|
| 692 |
+
"num_tokens": 70597301.0,
|
| 693 |
+
"reward": 10.5,
|
| 694 |
+
"reward_std": 0.0,
|
| 695 |
+
"rewards/accuracy_reward": 0.0,
|
| 696 |
+
"rewards/brier_reward": 1.0,
|
| 697 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 698 |
+
"rewards/format_reward": 1.0,
|
| 699 |
+
"rewards/log_2_reward": 10.0,
|
| 700 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 57.2,
|
| 711 |
+
"completions/max_terminated_length": 57.2,
|
| 712 |
+
"completions/mean_length": 40.3193359375,
|
| 713 |
+
"completions/mean_terminated_length": 40.3193359375,
|
| 714 |
+
"completions/min_length": 26.8,
|
| 715 |
+
"completions/min_terminated_length": 26.8,
|
| 716 |
+
"epoch": 0.7314285714285714,
|
| 717 |
+
"grad_norm": 0.024884896352887154,
|
| 718 |
+
"learning_rate": 1e-06,
|
| 719 |
+
"loss": 0.0,
|
| 720 |
+
"num_tokens": 73598459.0,
|
| 721 |
+
"reward": 10.498974609375,
|
| 722 |
+
"reward_std": 0.005800485238432884,
|
| 723 |
+
"rewards/accuracy_reward": 0.0,
|
| 724 |
+
"rewards/brier_reward": 0.99990234375,
|
| 725 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 726 |
+
"rewards/format_reward": 0.99990234375,
|
| 727 |
+
"rewards/log_2_reward": 9.9990234375,
|
| 728 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 55.2,
|
| 739 |
+
"completions/max_terminated_length": 55.2,
|
| 740 |
+
"completions/mean_length": 40.234375,
|
| 741 |
+
"completions/mean_terminated_length": 40.234375,
|
| 742 |
+
"completions/min_length": 26.0,
|
| 743 |
+
"completions/min_terminated_length": 26.0,
|
| 744 |
+
"epoch": 0.7619047619047619,
|
| 745 |
+
"grad_norm": 0.0,
|
| 746 |
+
"learning_rate": 1e-06,
|
| 747 |
+
"loss": 0.0,
|
| 748 |
+
"num_tokens": 76599483.0,
|
| 749 |
+
"reward": 10.5,
|
| 750 |
+
"reward_std": 0.0,
|
| 751 |
+
"rewards/accuracy_reward": 0.0,
|
| 752 |
+
"rewards/brier_reward": 1.0,
|
| 753 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 754 |
+
"rewards/format_reward": 1.0,
|
| 755 |
+
"rewards/log_2_reward": 10.0,
|
| 756 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 53.8,
|
| 767 |
+
"completions/max_terminated_length": 53.8,
|
| 768 |
+
"completions/mean_length": 40.09111328125,
|
| 769 |
+
"completions/mean_terminated_length": 40.09111328125,
|
| 770 |
+
"completions/min_length": 27.2,
|
| 771 |
+
"completions/min_terminated_length": 27.2,
|
| 772 |
+
"epoch": 0.7923809523809524,
|
| 773 |
+
"grad_norm": 0.0,
|
| 774 |
+
"learning_rate": 1e-06,
|
| 775 |
+
"loss": 0.0,
|
| 776 |
+
"num_tokens": 79599104.0,
|
| 777 |
+
"reward": 10.5,
|
| 778 |
+
"reward_std": 0.0,
|
| 779 |
+
"rewards/accuracy_reward": 0.0,
|
| 780 |
+
"rewards/brier_reward": 1.0,
|
| 781 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 782 |
+
"rewards/format_reward": 1.0,
|
| 783 |
+
"rewards/log_2_reward": 10.0,
|
| 784 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 54.8,
|
| 795 |
+
"completions/max_terminated_length": 54.8,
|
| 796 |
+
"completions/mean_length": 39.84951171875,
|
| 797 |
+
"completions/mean_terminated_length": 39.84951171875,
|
| 798 |
+
"completions/min_length": 25.8,
|
| 799 |
+
"completions/min_terminated_length": 25.8,
|
| 800 |
+
"epoch": 0.8228571428571428,
|
| 801 |
+
"grad_norm": 0.0,
|
| 802 |
+
"learning_rate": 1e-06,
|
| 803 |
+
"loss": 0.0,
|
| 804 |
+
"num_tokens": 82590299.0,
|
| 805 |
+
"reward": 10.5,
|
| 806 |
+
"reward_std": 0.0,
|
| 807 |
+
"rewards/accuracy_reward": 0.0,
|
| 808 |
+
"rewards/brier_reward": 1.0,
|
| 809 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 810 |
+
"rewards/format_reward": 1.0,
|
| 811 |
+
"rewards/log_2_reward": 10.0,
|
| 812 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 56.2,
|
| 823 |
+
"completions/max_terminated_length": 56.2,
|
| 824 |
+
"completions/mean_length": 39.871875,
|
| 825 |
+
"completions/mean_terminated_length": 39.871875,
|
| 826 |
+
"completions/min_length": 26.8,
|
| 827 |
+
"completions/min_terminated_length": 26.8,
|
| 828 |
+
"epoch": 0.8533333333333334,
|
| 829 |
+
"grad_norm": 0.0,
|
| 830 |
+
"learning_rate": 1e-06,
|
| 831 |
+
"loss": 0.0,
|
| 832 |
+
"num_tokens": 85586203.0,
|
| 833 |
+
"reward": 10.5,
|
| 834 |
+
"reward_std": 0.0,
|
| 835 |
+
"rewards/accuracy_reward": 0.0,
|
| 836 |
+
"rewards/brier_reward": 1.0,
|
| 837 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 838 |
+
"rewards/format_reward": 1.0,
|
| 839 |
+
"rewards/log_2_reward": 10.0,
|
| 840 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 55.6,
|
| 851 |
+
"completions/max_terminated_length": 55.6,
|
| 852 |
+
"completions/mean_length": 40.103125,
|
| 853 |
+
"completions/mean_terminated_length": 40.103125,
|
| 854 |
+
"completions/min_length": 27.4,
|
| 855 |
+
"completions/min_terminated_length": 27.4,
|
| 856 |
+
"epoch": 0.8838095238095238,
|
| 857 |
+
"grad_norm": 0.0,
|
| 858 |
+
"learning_rate": 1e-06,
|
| 859 |
+
"loss": 0.0,
|
| 860 |
+
"num_tokens": 88590747.0,
|
| 861 |
+
"reward": 10.5,
|
| 862 |
+
"reward_std": 0.0,
|
| 863 |
+
"rewards/accuracy_reward": 0.0,
|
| 864 |
+
"rewards/brier_reward": 1.0,
|
| 865 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 866 |
+
"rewards/format_reward": 1.0,
|
| 867 |
+
"rewards/log_2_reward": 10.0,
|
| 868 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 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": 55.2,
|
| 879 |
+
"completions/max_terminated_length": 55.2,
|
| 880 |
+
"completions/mean_length": 39.84501953125,
|
| 881 |
+
"completions/mean_terminated_length": 39.84501953125,
|
| 882 |
+
"completions/min_length": 27.2,
|
| 883 |
+
"completions/min_terminated_length": 27.2,
|
| 884 |
+
"epoch": 0.9142857142857143,
|
| 885 |
+
"grad_norm": 0.0,
|
| 886 |
+
"learning_rate": 1e-06,
|
| 887 |
+
"loss": 0.0,
|
| 888 |
+
"num_tokens": 91584520.0,
|
| 889 |
+
"reward": 10.5,
|
| 890 |
+
"reward_std": 0.0,
|
| 891 |
+
"rewards/accuracy_reward": 0.0,
|
| 892 |
+
"rewards/brier_reward": 1.0,
|
| 893 |
+
"rewards/confidence_one_or_zero": 1.0,
|
| 894 |
+
"rewards/format_reward": 1.0,
|
| 895 |
+
"rewards/log_2_reward": 10.0,
|
| 896 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 897 |
+
"step": 150
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"epoch": 0.9142857142857143,
|
| 901 |
+
"eval_completions/clipped_ratio": 0.0,
|
| 902 |
+
"eval_completions/max_length": 49.75,
|
| 903 |
+
"eval_completions/max_terminated_length": 49.75,
|
| 904 |
+
"eval_completions/mean_length": 39.660088539123535,
|
| 905 |
+
"eval_completions/mean_terminated_length": 39.660088539123535,
|
| 906 |
+
"eval_completions/min_length": 30.25,
|
| 907 |
+
"eval_completions/min_terminated_length": 30.25,
|
| 908 |
+
"eval_loss": 0.0,
|
| 909 |
+
"eval_num_tokens": 91584520.0,
|
| 910 |
+
"eval_reward": 10.5,
|
| 911 |
+
"eval_reward_std": 0.0,
|
| 912 |
+
"eval_rewards/accuracy_reward": 0.0,
|
| 913 |
+
"eval_rewards/brier_reward": 1.0,
|
| 914 |
+
"eval_rewards/confidence_one_or_zero": 1.0,
|
| 915 |
+
"eval_rewards/format_reward": 1.0,
|
| 916 |
+
"eval_rewards/log_2_reward": 10.0,
|
| 917 |
+
"eval_rewards/mean_confidence_reward": 0.0,
|
| 918 |
+
"eval_runtime": 7.0368,
|
| 919 |
+
"eval_samples_per_second": 71.055,
|
| 920 |
+
"eval_steps_per_second": 0.568,
|
| 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": 54.4,
|
| 931 |
+
"completions/max_terminated_length": 54.4,
|
| 932 |
+
"completions/mean_length": 39.9212890625,
|
| 933 |
+
"completions/mean_terminated_length": 39.9212890625,
|
| 934 |
+
"completions/min_length": 26.8,
|
| 935 |
+
"completions/min_terminated_length": 26.8,
|
| 936 |
+
"epoch": 0.9447619047619048,
|
| 937 |
+
"grad_norm": 0.0,
|
| 938 |
+
"learning_rate": 1e-06,
|
| 939 |
+
"loss": -0.0,
|
| 940 |
+
"num_tokens": 94581058.0,
|
| 941 |
+
"reward": 10.49995002746582,
|
| 942 |
+
"reward_std": 0.0002821940928697586,
|
| 943 |
+
"rewards/accuracy_reward": 0.0,
|
| 944 |
+
"rewards/brier_reward": 0.9999843716621399,
|
| 945 |
+
"rewards/confidence_one_or_zero": 0.99990234375,
|
| 946 |
+
"rewards/format_reward": 1.0,
|
| 947 |
+
"rewards/log_2_reward": 9.99995002746582,
|
| 948 |
+
"rewards/mean_confidence_reward": 3.906250058207661e-05,
|
| 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": 55.4,
|
| 959 |
+
"completions/max_terminated_length": 55.4,
|
| 960 |
+
"completions/mean_length": 39.9310546875,
|
| 961 |
+
"completions/mean_terminated_length": 39.9310546875,
|
| 962 |
+
"completions/min_length": 26.6,
|
| 963 |
+
"completions/min_terminated_length": 26.6,
|
| 964 |
+
"epoch": 0.9752380952380952,
|
| 965 |
+
"grad_norm": 0.0,
|
| 966 |
+
"learning_rate": 1e-06,
|
| 967 |
+
"loss": -0.0,
|
| 968 |
+
"num_tokens": 97578656.0,
|
| 969 |
+
"reward": 10.499971961975097,
|
| 970 |
+
"reward_std": 0.00015892352676019072,
|
| 971 |
+
"rewards/accuracy_reward": 0.0,
|
| 972 |
+
"rewards/brier_reward": 0.999993896484375,
|
| 973 |
+
"rewards/confidence_one_or_zero": 0.99990234375,
|
| 974 |
+
"rewards/format_reward": 1.0,
|
| 975 |
+
"rewards/log_2_reward": 9.999971961975097,
|
| 976 |
+
"rewards/mean_confidence_reward": 2.44140625e-05,
|
| 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": 61.25,
|
| 987 |
+
"completions/max_terminated_length": 61.25,
|
| 988 |
+
"completions/mean_length": 39.9080171585083,
|
| 989 |
+
"completions/mean_terminated_length": 39.9080171585083,
|
| 990 |
+
"completions/min_length": 26.75,
|
| 991 |
+
"completions/min_terminated_length": 26.75,
|
| 992 |
+
"epoch": 0.9996190476190476,
|
| 993 |
+
"num_tokens": 99976491.0,
|
| 994 |
+
"reward": 10.49871826171875,
|
| 995 |
+
"reward_std": 0.007250606548041105,
|
| 996 |
+
"rewards/accuracy_reward": 0.0,
|
| 997 |
+
"rewards/brier_reward": 0.9998779296875,
|
| 998 |
+
"rewards/confidence_one_or_zero": 0.9998779296875,
|
| 999 |
+
"rewards/format_reward": 0.9998779296875,
|
| 1000 |
+
"rewards/log_2_reward": 9.998779296875,
|
| 1001 |
+
"rewards/mean_confidence_reward": 0.0,
|
| 1002 |
+
"step": 164,
|
| 1003 |
+
"total_flos": 0.0,
|
| 1004 |
+
"train_loss": 0.03933636305515481,
|
| 1005 |
+
"train_runtime": 14176.1116,
|
| 1006 |
+
"train_samples_per_second": 0.741,
|
| 1007 |
+
"train_steps_per_second": 0.012
|
| 1008 |
+
}
|
| 1009 |
+
],
|
| 1010 |
+
"logging_steps": 5,
|
| 1011 |
+
"max_steps": 164,
|
| 1012 |
+
"num_input_tokens_seen": 99976491,
|
| 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:63d4aa4220126ce39e3c759e942549268b55541cf2f0832d0eb04d0aa957fcdc
|
| 3 |
+
size 8056
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|